[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] Power-Up and shutdown
Vernon Van Steenkist wrote:
> 1) I need my device to be active 5 seconds after power-up. Can Linux
> come up that quickly?
Depends on the BIOS ... but usualy, EmbeddedPCs canīt be up
and running that fast. Linux itself can be downsized to operate
within a few seconds. The AXIS-Web/ModemCam based on uClinux (m68knommu),
for example, is fully operational within 5 seconds after
supplying power.
> 2) I can not use the shutdown command to turn off the device. The
> device will be turned off when power is removed. Will I incur any
> file system corruption issues?
mount the root-filesystem read-only and create a (umsdos)-partition
for the data (reiserfs isnīt an option, as it usualy needs
30MB for the journal)
Bernhard