Skip to content

Commit

Permalink
hikey970: Fix bogus example output
Browse files Browse the repository at this point in the history
The example output is wrong. Fix it.

Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
  • Loading branch information
daniel-thompson authored Dec 11, 2018
1 parent d2ffd25 commit bdcb64c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions consumer/hikey/hikey970/installation/board-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,20 @@ You should see the following output on PC after executing the above command:

```
+----------------------+
Serial: /dev/ttyUSB1
Image1: fastboot1.img
Image2: fastboot2.img
(' Serial: ', '/dev/ttyUSB1')
(' Image1: ', './sec_usb_xloader.img')
(' Image2: ', './sec_usb_xloader2.img')
+----------------------+
Sending fastboot1.img ...
('Sending', './sec_usb_xloader.img', '...')
Done
Sending fastboot2.img ...
('Sending', './sec_usb_xloader2.img', '...')
Done
('Sending', './l-loader.bin', '...')
Done
```

The bootloader has now been installed into RAM. Wait a few seconds for the fastboot application to actually load. The following fastboot commands
Expand Down

0 comments on commit bdcb64c

Please sign in to comment.