Difference between revisions of "Logo IMX6"

From ESS-WIKI
Jump to: navigation, search
Line 1: Line 1:
  
Logo IMX6
+
== Logo IMX6 ==
  
Change Openembedded Logo Solution
+
=== Change Openembedded Logo Solution ===
  
 
1. Download psplash:git clone [git://git.yoctoproject.org/psplash git://git.yoctoproject.org/psplash]
 
1. Download psplash:git clone [git://git.yoctoproject.org/psplash git://git.yoctoproject.org/psplash]
Line 29: Line 29:
  
 
10.
 
10.
 +
 +
=== Change CPU CORE Logo Solution  ===
 +
  
 
 
 
 

Revision as of 09:07, 7 August 2023

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.

Change CPU CORE Logo Solution