Hi, I am trying to boot an am335x based board (BeagleBone Black) from USB using v2021.07. I see the following issue when trying to boot via USB (USB based network):
U-Boot SPL 2021.07-00013-gd0f1ad9f23 (Aug 02 2021 - 21:29:57 +0300) Trying to boot from USB eth ## Error: flags type check failure for "ethaddr" <= "40309614M" (type: m) ## Error inserting "ethaddr" variable, errno=1 eth0: eth_cpsw## Error: flags type check failure for "eth1addr" <= "81f01114M" (type: m) ## Error inserting "eth1addr" variable, errno=1 , eth1: usb_ether 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 suppose that _env_flags_validate_type doesn't like this "M" suffix. But I don't know where it came from. -- With best regards, Matwey V. Kornilov