Hi,
The fastboot command in the u-boot seems to not work for am335x-evm-sk. I would like to know what changes I would have to make in order to make it work.
After stopping autoboot:
Hit any key to stop autoboot: 0
=> fastboot
fastboot - RUN as a fastboot USB or UDP device
Usage:
fastboot [-l addr] [-s size] usb <controller> | udp
addr - Address of buffer used during data transfers (0x81000000)
size - Size of buffer used during data transfers (0x07000000)
=> fastboot usb 0
=>
As you can see, I see no output after typing the fastboot command.
On Linux host machine:
mrbing@vostro-15:~$ fastboot devices
mrbing@vostro-15:~$
No output here as well.