Skip to content

Commit 9731c46

Browse files
committed
Latest hisi-idt.py shouldn't require setting serial device.
1 parent 88bb8f8 commit 9731c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UEFI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ The flashing process requires to be in **recovery mode**.
8888
* connect USB cable to PC
8989
* turn on HiKey board
9090
* on serial console, you should see some debug message (NULL packet)
91-
* run [HiKey recovery tool](https://raw.githubusercontent.com/96boards/burn-boot/master/hisi-idt.py) to flash l-loader.bin (Note: /dev/ttyUSB1 is not necessarily your device, check dmesg output to make sure to use the correct device and adjust the command line below as appropriate)
91+
* run [HiKey recovery tool](https://raw.githubusercontent.com/96boards/burn-boot/master/hisi-idt.py) to flash l-loader.bin (Note: if the serial port recorded in hisi-idt.py isn't available, adjust the command line below by manually setting the serial port with "-d /dev/ttyUSBx" where x is usually the last serial port reported by "dmesg" command)
9292
```shell
93-
sudo python hisi-idt.py -d /dev/ttyUSB1 --img1=l-loader.bin
93+
sudo python hisi-idt.py --img1=l-loader.bin
9494
```
9595
* run fastboot commands to flash the images (**order must be respected**)
9696
```shell

0 commit comments

Comments
 (0)