We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a1e5d commit b3465b5Copy full SHA for b3465b5
Makefile
@@ -212,7 +212,7 @@ factory_wstage1.bin: $(BINASSEMBLE) stage1/loader_stage1.bin wolfboot.bin $(BOOT
212
$(WOLFBOOT_PARTITION_BOOT_ADDRESS) test-app/image_v1_signed.bin
213
214
# stage1 linker script embed wolfboot.bin inside stage1/loader_stage1.bin
215
-wolfboot_stage1.bin: wolfboot.bin stage1/loader_stage1.bin
+wolfboot_stage1.bin: wolfboot.elf stage1/loader_stage1.bin
216
$(Q) cp stage1/loader_stage1.bin wolfboot_stage1.bin
217
218
wolfboot.elf: include/target.h $(LSCRIPT) $(OBJS) $(LIBS) $(BINASSEMBLE) FORCE
0 commit comments