It seems that FEL mode times out on writing on BananaPi M2 Ultra (R40).
$ sudo sunxi-fel version
AWUSBFEX soc=00001701(R40) 00000001 ver=0001 44 08 scratchpad=00007e00 00000000 00000000
$ sudo sunxi-fel -p spl sunxi
usb_bulk_send() ERROR -7: Operation timed out
$ sudo sunxi-fel version
usb_bulk_send() ERROR -7: Operation timed out
I then disconnect and reconnect the USB cable (I had no external power supply connected so that cuts all the power to it and then provides it again).
$ sudo sunxi-fel version
AWUSBFEX soc=00001701(R40) 00000001 ver=0001 44 08 scratchpad=00007e00 00000000
$ sudo sunxi-fel dump 0 1000000 > Q
$ ls -l Q
-rw-r--r-- 1 dannym users 1000000 Mar 19 17:13 Q
$ sudo sunxi-fel fill 0x47000000 1000 0x42
usb_bulk_send() ERROR -7: Operation timed out
$ sudo sunxi-fel clear 0x47000000 1000
usb_bulk_send() ERROR -7: Operation timed out
Do I have to press some button on the device? Because I didn't.
All this was done without a SD card in the device, so it's not interfering. I have a serial console attached and it doesn't log any messages either (which is good - so nothing is booting up when it shouldn't).
On the other hand, booting normally from the SD card works fine (booting to their Ubuntu port).
It seems that FEL mode times out on writing on BananaPi M2 Ultra (R40).
I then disconnect and reconnect the USB cable (I had no external power supply connected so that cuts all the power to it and then provides it again).
Do I have to press some button on the device? Because I didn't.
All this was done without a SD card in the device, so it's not interfering. I have a serial console attached and it doesn't log any messages either (which is good - so nothing is booting up when it shouldn't).
On the other hand, booting normally from the SD card works fine (booting to their Ubuntu port).