Skip to content
Snippets Groups Projects
Commit 73beda96 authored by Victor Chong's avatar Victor Chong Committed by Jérôme Forissier
Browse files

hikey960: Add missing symbolic link


Reported-by: default avatarVictor Signaevskyi <Piligrim2007@meta.ua>
Signed-off-by: default avatarVictor Chong <victor.chong@linaro.org>
Acked-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
parent 01e4baa0
No related branches found
No related tags found
No related merge requests found
......@@ -402,6 +402,7 @@ recovery: recov_cfg
@read -r -p "Enter the device node. Press enter for /dev/ttyUSB1: " DEV && \
DEV=$${DEV:-/dev/ttyUSB1} && \
cd $(IMAGE_TOOLS_PATH) && \
ln -sf $(LLOADER_PATH)/l-loader.bin && \
sudo ./hikey_idt -c $(IMAGE_TOOLS_CONFIG) -p $$DEV && \
rm -f $(IMAGE_TOOLS_CONFIG)
@echo
......
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