Open main menu

DAVE Developer's Wiki β

Changes

DESK-MP1-L/Deployment/Customizing the splash screen

987 bytes removed, 06:12, 1 August 2023
no edit summary
</pre>
===== Commands update splah image on u-boot via tftp =====
If you want to upload the image via tftp you must first format the ext4 partitions of the uSD without the <code>metadata_csum</code> flag (eg: <code>mkfs.ext4 -O ^metadata_csum -F -L <name> <partition></code>) The following commands are used to store in uSD flash a BMP image loaded via tftp(e.g. the image are con <code>/tftp/desk-mp1-l/splash_image.bmp</code>, <code>serverip=192.168.0.13</code>) <pre>tftp ${loadaddr} desk-mp1-l/splash_image.bmpext4write mmc 0:8 ${loadaddr} /splash_landscape.bmp ${filesize}</pre> Not using the <code>metadata_csum</code> flag is not recommended! ===== Commands Example how to update splah splashscreen image with host =====
You can update the splash image with the following steps:
* copy on <code>/mnt</code> partition the image with this name: <code>splash_landscape.bmp</code>
* umount the uSD and excecute the boot
 
===== Commands update splah image on userspace =====
 
After booting and into userspace, get the image to have as splash, for example using a scp command from the host, the boot partition should already be mounted in <code>/boot</code>, put the image to use in the partition, the image must have the name <code>splash_landscape.bmp</code>.
dave_user
220
edits