We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc547e4 commit 738730cCopy full SHA for 738730c
1 file changed
tools/test.mk
@@ -53,7 +53,7 @@ test-update: test-app/image.bin FORCE
53
54
test-self-update: wolfboot.bin test-app/image.bin FORCE
55
@dd if=/dev/zero bs=131067 count=1 2>/dev/null | tr "\000" "\377" > test-self-update.bin
56
- @$(SIGN_TOOL) --wolfboot-update wolfboot.bin $(PRIVATE_KEY) $(WOLFBOOT_VERSION)
+ @python3 $(SIGN_TOOL) --wolfboot-update wolfboot.bin $(PRIVATE_KEY) $(WOLFBOOT_VERSION)
57
@dd if=wolfboot_v$(WOLFBOOT_VERSION)_signed.bin of=test-self-update.bin bs=1 conv=notrunc
58
@printf "pBOOT" >> test-self-update.bin
59
@make test-reset
0 commit comments