new u-boot shown error on LS1046A board based by flexbuild_lsdk2108

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

new u-boot shown error on LS1046A board based by flexbuild_lsdk2108

413 Views
hongyuanz
Contributor IV


U-Boot 2021.04-dirty (May 11 2022 - 20:14:19 +0800)

SoC: LS1046A Rev1.0 (0x87070110)
Clock Configuration:
CPU0(A72):1600 MHz CPU1(A72):1600 MHz CPU2(A72):1600 MHz
CPU3(A72):1600 MHz
Bus: 600 MHz DDR: 2100 MT/s FMAN: 700 MHz
Reset Configuration Word (RCW):
00000000: 0c150010 0e000000 00000000 00000000
00000010: 11338888 40000016 60040000 c1000000
00000020: 00000000 00000000 00000000 0002a804
00000030: 20004504 283e1309 00000096 00000001
Model: LS1046A PSCB Board
Board: LS1046APSCB, boot from SD
SERDES Reference Clocks:
SD1_CLK1 = 100.00MHZ, SD1_CLK2 = 156.25MHZ
DRAM: 3.9 GiB (DDR4, 64-bit, CL=15, ECC on)
Using SERDES1 Protocol: 4403 (0x1133)
Using SERDES2 Protocol: 34952 (0x8888)
NAND: 256 MiB
MMC: FSL_SDHC: 0
Loading Environment from MMC... OK
EEPROM: Read failed.
In: serial
Out: serial
Err: serial
SEC0: RNG instantiated
IIC3 is used, configure mux to use IIC3_SCL/IIC3/SDA
Net:
MMC read: dev # 0, block # 18432, count 128 ...
Fman1: Data at 00000000fbc2e900 is not a firmware

MMC read: dev # 0, block # 18432, count 128 ...
Fman1: Data at 00000000fbc3e910 is not a firmware

MMC read: dev # 0, block # 18432, count 128 ...
Fman1: Data at 00000000fbc4e920 is not a firmware

MMC read: dev # 0, block # 18432, count 128 ...
Fman1: Data at 00000000fbc5e930 is not a firmware
No ethernet found.

0 Kudos
1 Reply

392 Views
yipingwang
NXP TechSupport
NXP TechSupport

You need to deploy FMAN ucode to SD card at block 0x04800 .

In LSDK 21.08, please run the following command.

$ flex-builder -c fm_ucode -m ls1046ardb

You will get fman ucode fsl_fman_ucode_ls1046_r1.0_106_4_18.bin and fsl_fman_ucode_ls1046_r1.0_108_4_9.bin in folder flexbuild_lsdk2108/components/firmware/fm_ucode, please choose one to deploy it to SD card with command.

dd if=fsl_fman_ucode_ls1046_r1.0_106_4_18.bin of=/dev/sdb bs=512 seek=18432

Note,/dev/sdb is SD card name on your host PC.

0 Kudos