Logo IMX6

From ESS-WIKI
Revision as of 04:48, 7 August 2023 by Clayder.huang (talk | contribs)
Jump to: navigation, search

Logo IMX6

Change Openembedded Logo Solution

1. Download psplash:git clone git://git.yoctoproject.org/psplash

2. Change Image to .c file and .h file  : ./make-image-header.sh xxlogo.h POKY ,then will be create Image file xxlogo.c , xxlogo.h

3. Chage xxlogo.c : #include "psplash-poky-img.h change #include "xxlogo.h"

4. Create autogen.sh shell script, will be create Makefile.

Example

 

#!/bin/bash 
acloal 
autoheader
automake
autoconf

7.

8. Copy psplash and psplash-write to rootfs in /usr/bin/

9. psplash.sh in /etc/rcS.d

10.