Logo IMX6

From ESS-WIKI
Revision as of 04:47, 7 August 2023 by Clayder.huang (talk | contribs) (Created page with " Logo IMX6 Kernel Solution 1. Download psplash:git clone [git://git.yoctoproject.org/psplash git://git.yoctoproject.org/psplash] 2. Change Image to .c file and .h file &n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Logo IMX6

Kernel 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.