Everything was working fine with the Hikey board. But I needed to update the firmware.
I put the firmware into recovery mode (pin1-pin2 and pin3-pin4 on J15 are linked).
But now, I have these outputs on UART0 (instead of the usual NULL
packet):
start enum.
Can not get device description command.
Switch to UART download...
I tried to send some binaries with the following script:
$ sudo python hisi-idt.py -d /dev/ttyUSB1 --img1 /tmp/fastboot1.img --img2 /tmp/fastboot2.img
+----------------------+
Serial: /dev/ttyUSB1
Image1: /tmp/fastboot1.img
Image2: /tmp/fastboot2.img
+----------------------+
Sending /tmp/fastboot1.img ...
failed
failed
but it does work neither… Any idea?