Hi,
I'm trying to boot an image using fastboot but it's stalling without any error.
From the device I can start fastboot correctly:
U-Boot# fastboot
INFO: [do_fastboot]: fastboot initialized
INFO: [fbt_init_endpoints]: setting up HS USB device ep1
INFO: [fbt_init_endpoints]: setting up HS USB device ep82
Invalid string index 238
And on the host I can query the device correctly:
$ fastboot devices
???????????? fastboot
But I can't do anything else. Every other commands get stuck like the following:
$ fastboot boot boot.img
downloading 'boot.img'...
It's staying like this forever until I reboot the target.
Any idea?