Skip to content
Snippets Groups Projects
Commit 8adab847 authored by Jerome Forissier's avatar Jerome Forissier Committed by Jérôme Forissier
Browse files

hikey: do not call hisi-idt.py with hardcoded python command


Let hisi-idt.py decide which python interpreter is used based on the
hashbang line. Calling "python" can cause compatibility problems when
"python" is Python 2 but the script needs Python3.

Signed-off-by: default avatarJerome Forissier <jerome@forissier.org>
Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
parent ef7253c2
No related branches found
No related tags found
No related merge requests found
......@@ -347,7 +347,7 @@ recovery:
@echo
$(call flash_help)
@echo
python $(ROOT)/burn-boot/hisi-idt.py --img1=$(LLOADER_PATH)/recovery.bin
$(ROOT)/burn-boot/hisi-idt.py --img1=$(LLOADER_PATH)/recovery.bin
fastboot flash loader $(LLOADER_PATH)/l-loader.bin
@echo
@echo "3. Wait until you see the (UART) message"
......
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