...
The parameter names are the same as in the registry ( Display Parameters).
With the bootloader-command display, the display-controller is initialized with the current settings. boot nanddisk wince.bmp loads a picture with the name wince.bmp into the current framebuffer. The last two lines are specific to the ConXS and enable the backlight. When using a Trizeps6 without WLAN/BluetoothBT, replace the last two lines with:
...
The script can be run from SD-card. The boot-picture may also reside there.
If you want to store it to the internal boot-partition follow these steps:
Create a autoboot.bat ( see Display-Script).
Create a boot-picture ( i.e. wince.bmp).
Store both files on a SD-Card.
Plug SD-Card and enter bootloader:
Remove previous boot-script and picture ( i.e. with
del autoboot.bat
anddel wince.bmp
)Run
store mmc autoboot.bat autoboot.bat
Run
store mmc wince.bmp wince.bmp
Note that the filenames should not be longer than 8 characters and do not begin with a number!!