how to disable/skip YELLOW progress bar while booting???
Yellow progress bar
As far as I understand it, the yellow progress bar is part of the Superboot closed-source bootloader. I don't think you can disable it. However, if you use NBoot, the source is provided and you can change the appearance of the progress bar in WINCE600\PLATFORM\SMDK6410\SRC\INC\options.h. I guess you could disable it by setting PROGRESS_BAR_HEIGHT to zero (I have not checked!) or modifying WINCE600\PLATFORM\SMDK6410\SRC\BOOTLOADER\nboot_main\main.c Good luck, Dominique