LS1046ARDB with LSDK2004 Demo firmware cannot drive Ethernet normally

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

LS1046ARDB with LSDK2004 Demo firmware cannot drive Ethernet normally

Jump to solution
717 Views
pengluo
Contributor III

LS1046ARDB with LSDK2004 has a problem that the Ethernet port cannot be driven normally using Demo firmware.The serial port print information is as follows:

 

U-Boot 2019.10-dirty (Aug 04 2020 - 21:27:11 +0800)

SoC: LS1046AE Rev1.0 (0x87070010)
Clock Configuration:
CPU0(A72):1800 MHz CPU1(A72):1800 MHz CPU2(A72):1800 MHz
CPU3(A72):1800 MHz
Bus: 600 MHz DDR: 2100 MT/s FMAN: 700 MHz
Reset Configuration Word (RCW):
00000000: 0c150012 0e000000 00000000 00000000
00000010: 11335559 40005012 60040000 c1000000
00000020: 00000000 00000000 00000000 00238800
00000030: 20124000 00003101 00000096 00000001
Model: LS1046A RDB Board
Board: LS1046ARDB, boot from SD
CPLD: V2.3
PCBA: V2.0
SERDES Reference Clocks:
SD1_CLK1 = 156.25MHZ, SD1_CLK2 = 100.00MHZ
DRAM: 7.9 GiB (DDR4, 64-bit, CL=15, ECC on)
DDR Chip-Select Interleaving Mode: CS0+CS1
SEC0: RNG instantiated
Using SERDES1 Protocol: 4403 (0x1133)
Using SERDES2 Protocol: 21849 (0x5559)
NAND: 512 MiB
MMC: FSL_SDHC: 0
Loading Environment from MMC... *** Warning - bad CRC, using default environment

EEPROM: NXID v1
In: serial
Out: serial
Err: serial
Net:
MMC read: dev # 0, block # 18432, count 128 ...
Fman1: Uploading microcode version 106.4.18
PCIe0: pcie@3400000 Root Complex: no link
PCIe1: pcie@3500000 Root Complex: no link
PCIe2: pcie@3600000 Root Complex: no link
FM1@DTSEC3 [PRIME], FM1@DTSEC4, FM1@DTSEC5, FM1@DTSEC6, FM1@TGEC1, FM1@TGEC2
Hit any key to stop autoboot: 0
scanning bus for devices...
SATA link 0 timeout.
AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
flags: 64bit ncq pm clo only pmp fbss pio slum part ccc apst

Device 0: unknown device
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Scanning mmc 0:2...
Scanning mmc 0:3...
Scanning mmc 0:4...
starting USB...
Bus usb@2f00000: Register 200017f NbrPorts 2
Starting the controller
USB XHCI 1.00
Bus usb@3000000: Register 200017f NbrPorts 2
Starting the controller
USB XHCI 1.00
Bus usb@3100000: Register 200017f NbrPorts 2
Starting the controller
USB XHCI 1.00
scanning bus usb@2f00000 for devices... 1 USB Device(s) found
scanning bus usb@3000000 for devices... 1 USB Device(s) found
scanning bus usb@3100000 for devices... 1 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found

Device 0: unknown device
FM1@DTSEC3 Waiting for PHY auto negotiation to complete......... TIMEOUT !
FM1@DTSEC3: Could not initialize
FM1@DTSEC4 Waiting for PHY auto negotiation to complete......... TIMEOUT !
FM1@DTSEC4: Could not initialize
FM1@DTSEC5 Waiting for PHY auto negotiation to complete......... TIMEOUT !
FM1@DTSEC5: Could not initialize
FM1@DTSEC6 Waiting for PHY auto negotiation to complete......... TIMEOUT !
FM1@DTSEC6: Could not initialize
FM1@TGEC1 Waiting for PHY auto negotiation to complete................................ TIMEOUT !
FM1@TGEC1: No link.
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
BOOTP broadcast 4
BOOTP broadcast 5
BOOTP broadcast 6
BOOTP broadcast 7
BOOTP broadcast 8
BOOTP broadcast 9
BOOTP broadcast 10
BOOTP broadcast 11
BOOTP broadcast 12
BOOTP broadcast 13
BOOTP broadcast 14
BOOTP broadcast 15
FM1@TGEC2: Tx error, txbd->status = 0x8800

 

How to solve this problem? thanks!

 

0 Kudos
1 Solution
713 Views
yipingwang
NXP TechSupport
NXP TechSupport

It seems that u-boot source code has been modified.

Please download ls1046ardb SD firmware image as the following.

$ wget https://www.nxp.com/lgfiles/sdk/lsdk2004/firmware_ls1046ardb_uboot_sdboot.img

Then deploy this image to SD card with flex-builder as the following.

$ flex-installer -f
firmware_ls1046ardb_uboot_sdboot.img -d /dev/sdx

Note: /dev/sdx is SD card device name in your Linux host machine.

View solution in original post

0 Kudos
1 Reply
714 Views
yipingwang
NXP TechSupport
NXP TechSupport

It seems that u-boot source code has been modified.

Please download ls1046ardb SD firmware image as the following.

$ wget https://www.nxp.com/lgfiles/sdk/lsdk2004/firmware_ls1046ardb_uboot_sdboot.img

Then deploy this image to SD card with flex-builder as the following.

$ flex-installer -f
firmware_ls1046ardb_uboot_sdboot.img -d /dev/sdx

Note: /dev/sdx is SD card device name in your Linux host machine.

0 Kudos