Faster booting

Hello,

is it possible
1. to disable the startup-sound test ("Audio Tone on Speakers"),
2. to reduce the seconds to stop the autoboot to 1 ("Hit any key to
stop autoboot: 3"),
3. to put the Angström filesystem into the NAND so booting linux
without a MMC-card is possible?

Thanks for any help and answer.

Robert

3. to put the Angström filesystem into the NAND so booting linux
without a MMC-card is possible?

http://elinux.org/BeagleBoardNAND
...

Hello,

is it possible
1. to disable the startup-sound test ("Audio Tone on Speakers"),

use a non TI uboot

2. to reduce the seconds to stop the autoboot to 1 ("Hit any key to
stop autoboot: 3"),

setenv bootdelay 1 ; save

3. to put the Angström filesystem into the NAND so booting linux
without a MMC-card is possible?

Yes: http://dominion.thruhere.net/koen/cms/creating-and-mounting-a-ubifs-volume

regards,

Koen

> 2. to reduce the seconds to stop the autoboot to 1 ("Hit any key to
> stop autoboot: 3"),

setenv bootdelay 1 ; save

You might even set bootdelay to 0; if u-boot is build with the right
config options you still can interrupt booting by pressing space
during the boot process (at the right time)

FM