LSDK21.08 LS1012AFRWY board u-boot booting issue!!

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LSDK21.08 LS1012AFRWY board u-boot booting issue!!

172 Views
Gyosun
Contributor III

Hello,

I customized the FRWY-LS1012A-PB board to make the LS1012A board almost identical.
While using LSDK1812, there was a situation where LSDK21.08 had to be applied, so I am trying to port it. However, there is a problem with u-boot booting.
The porting procedure and boot message are as follows.

For test1:

flex-builder -m ls1012afrwy

vi configs/board/ls1012afrwy/manifest
COMPOSITE_IMG1_FILE_qspi="firmware/atf/ls1012afrwy_512mb/bl2_qspi.pbl"
COMPOSITE_IMG1_FILE_qspi_sec="firmware/atf/ls1012afrwy_512mb/bl2_qspi_sec.pbl"
COMPOSITE_IMG4_FILE="firmware/atf/ls1012afrwy_512mb/fip_uboot.bin"
COMPOSITE_IMG4_FILE_sec="firmware/atf/ls1012afrwy_512mb/fip_uboot_sec.bin"

vi components/firmware/atf/Makefile
LOG_LEVEL := 50

flex-builder -i clean-firmware
flex-builder -c uboot -m ls1012afrwy -b qspi
flex-builder -c firmware -m ls1012afrwy -b qspi
flex-builder -i mkfw -m ls1012afrwy -b qspi -B uboot

firmware_ls1012afrwy_qspiboot.img --> The system freezes during boot after loading into the SPI Flash.

LSDK2108_uboot_tfa_fail.log 

 

For test2:

vi configs/board/ls1012afrwy/manifest

UBOOT_CONFIG="ls1012afrwy_qspi_defconfig ls1012afrwy_qspi_SECURE_BOOT_defconfig"

flex-builder -i clean-firmware
flex-builder -c uboot -m ls1012afrwy -b qspi
flex-builder -c firmware -m ls1012afrwy -b qspi

After changing UBOOT_CONFIG from 'tfa' to 'qspi' and compiling, an error occurs.

LSDK2108_uboot_qspi_fail.txt  

 

I would appreciate it if you could tell me how to solve the two tests.

Thanks,

Gyosun.

0 Kudos
0 Replies