I want to implement a function about uboot logo keep from uboot to kernel for NXP Linux L4.1.15_2.0.0_ga (Yocto 2.1).
Can you tell me how to implement?
Thank you.
Best Regards,
Alex
Hi Joan,
Based on the link you provided, I downloaded this file(L4.1.15_GA1.2.0_uboot_logo_keep_patch_2017-01-06.zip).
Based on this file, I tried to patch the u-boot patch file to u-boot in L4.1.15_2.0.0_ga. Then I run u-boot image on the demo board, the system will always restart.
Such as the following message:
U-Boot 2016.03-gd1ba2d8-dirty (Nov 03 2017 - 13:24:24 +0800)
CPU: Freescale i.MX6Q rev1.2 996 MHz (running at 792 MHz)
CPU: Automotive temperature grade (-40C to 125C) at 36C
Reset cause: POR
Board: MX6-SabreSD
I2C: ready
DRAM: 1 GiB
PMIC: PFUZE100 ID=0x10
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
data abort
pc : [<4ff7018c>] lr : [<4ff5290c>]
reloc pc : [<1782818c>] lr : [<1780a90c>]
sp : 4ef45dd0 ip : 4ef45e10 fp : 00000000
r10: 00000000 r9 : 4ef45eb8 r8 : 00001800
r7 : fffffe00 r6 : 00001800 r5 : 00000200 r4 : 4ff70174
r3 : 18800000 r2 : 00001800 r1 : 00000800 r0 : 00000001
Flags: nzCv IRQs off FIQs off Mode SVC_32
Resetting CPU ...
resetting ...
U-Boot 2016.03-gd1ba2d8-dirty (Nov 03 2017 - 13:24:24 +0800)
CPU: Freescale i.MX6Q rev1.2 996 MHz (running at 792 MHz)
CPU: Automotive temperature grade (-40C to 125C) at 36C
Reset cause: WDOG
Board: MX6-SabreSD
I2C: ready
DRAM: 1 GiB
PMIC: PFUZE100 ID=0x10
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
data abort
pc : [<4ff7018c>] lr : [<4ff5290c>]
reloc pc : [<1782818c>] lr : [<1780a90c>]
sp : 4ef45dd0 ip : 4ef45e10 fp : 00000000
r10: 00000000 r9 : 4ef45eb8 r8 : 00001800
r7 : fffffe00 r6 : 00001800 r5 : 00000200 r4 : 4ff70174
r3 : 18800000 r2 : 00001800 r1 : 00000800 r0 : 00000001
Flags: nzCv IRQs off FIQs off Mode SVC_32
Resetting CPU ...
resetting ...
Can you help me to solve this issue?
Thank you.
Best Regards,
Alex