Tool/software:
After configuring usb_ether in u-boot source
CONFIG_USB_ETHER=y
# CONFIG_USB_ETH_CDC is not set
CONFIG_USB_ETH_RNDIS=y
CONFIG_USBNET_DEV_ADDR="de:ad:be:ef:00:01"
CONFIG_USBNET_HOST_ADDR="de:ad:be:ef:00:00"
In our custom board not able to see the usb ethernet interface in u-boot
U-Boot 2024.01-00104-ga0026f908-dirty (Oct 22 2024 - 12:16:33 +0000)
SoC: AM62X SR1.0 HS-FS
Model: Bosch AM625
DRAM: 896 MiB
Core: 63 devices, 26 uclasses, devicetree: separate
Warning: Device tree includes old 'u-boot,dm-' tags: please fix by 2023.07!
MMC: mmc@fa10000: 0, mmc@fa00000: 1
Loading Environment from MMC... OK
Error (-1): cannot determine file size
In: No input devices available!
Out: No output devices available!
Err: No error devices available!
Net: No ethernet found.
Hit any key to stop autoboot: 0
I need this feature to send scripts via the tftp download and execute in u-boot, like
=> tftp bootscript.scr or bootscript.fit
=> source $bootscript_addr
to set u-boot env variables and run some script to edit the variable values and I don't see this option works very well with usb dfu.
Please support me to get the usb_ether in u-boot