Skip to content
Snippets Groups Projects
Commit d19dd75e authored by Victor Chong's avatar Victor Chong
Browse files

hikey_debian: Add notes to try 'make recovery' if 'make flash' fails


Signed-off-by: default avatarVictor Chong <victor.chong@linaro.org>
Reviewed-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
parent 5f49989e
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,10 @@ $ make system-img
```
The `make flash` step will tell you how you should set the jumpers on the board
and how to flash the device.
and how to flash the device. There have been reports of some boards stalling or
getting stuck in `make flash` when flashing `SYSTEM_IMG`, i.e. the command does
not complete after more than 5 minutes. If that happens, please try running
`make recovery` instead.
Now you can boot up the device, note that the **up-to-date** OP-TEE normal world
binaries still hasn't been put on the device at this stage. So by now you're
......
......@@ -358,6 +358,9 @@ ifneq ($(FROM_RECOVERY),1)
@echo " \"Android Fastboot mode - version x.x Press any key to quit.\""
@read -r -p " Then press any key to continue flashing" dummy
endif
@echo "If the board stalls while flashing $(SYSTEM_IMG),"
@echo "i.e. does not complete after more than 5 minutes,"
@echo "please try running 'make recovery' instead"
fastboot flash ptable $(LLOADER_PATH)/ptable-linux-$(CFG_FLASH_SIZE)g.img
fastboot flash fastboot $(ARM_TF_PATH)/build/hikey/$(ARM_TF_BUILD)/fip.bin
fastboot flash nvme $(NVME_IMG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment