Other Parts Discussed in Thread: UNIFLASH
I build u-boot and spl image use am335x_evm_defconfig ,the sdk version is 06_03_00_106, and want to update my beagle bone black emmc via ccs uniflash( version: 3.4.1).
Looks like the spl alreay be flash successfully, but uboot always failed, the log as blew:
CCCCCCCC
U-Boot SPL 2019.01-gc14892445a-dirty (Mar 30 2021 - 09:43:45 +0800)
Trying to boot from USB eth
Warning: eth_cpsw using MAC address from ROM
eth0: eth_cpsw
Warning: usb_ether using MAC address from ROM
, eth1: usb_ether
using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
MAC de:ad:be:ef:00:01
HOST MAC de:ad:be:ef:00:00
RNDIS ready
musb-hdrc: peripheral reset irq lost!
high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
eth_cpsw Waiting for PHY auto negotiation to complete............................... TIMEOUT !
Problem booting with BOOTP
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
I can`t find the new virtual network adapter when spl code running, (there is a adapter: Linux USB Ethernet/RNDIS Gadget when transfer spl iamge, but it not be found in the stage of transfer uboot image).
pls help to fix it, thanks.