Skip to content

Commit

Permalink
fix build sdimg
Browse files Browse the repository at this point in the history
  • Loading branch information
lone-boy committed Jul 13, 2023
1 parent b450933 commit bf16dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch/ant/0001-add-makefile-and-scripts-support.patch
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ index 303b2f7..878a326 100644
+ cp build/rootfs.cpio.gz $(SDIMGDIR)/ramdisk.image.gz
+ mkimage -A arm -T ramdisk -C gzip -d $(SDIMGDIR)/ramdisk.image.gz $(SDIMGDIR)/uramdisk.image.gz
+ touch $(SDIMGDIR)/boot.bif
+ echo "image : {[bootloader] $(SDIMGDIR)/fsbl.elf $(SDIMGDIR)/system_top.bit $(SDIMGDIR)/u-boot.elf}" > $(SDIMGDIR)/boot.bif
+ echo "img : {[bootloader] $(SDIMGDIR)/fsbl.elf $(SDIMGDIR)/system_top.bit $(SDIMGDIR)/u-boot.elf}" > $(SDIMGDIR)/boot.bif
+ bash -c "source $(VIVADO_SETTINGS) && bootgen -image $(SDIMGDIR)/boot.bif -o i $(SDIMGDIR)/BOOT.bin"
+ rm $(SDIMGDIR)/fsbl.elf
+ rm $(SDIMGDIR)/system_top.bit
Expand Down

0 comments on commit bf16dfd

Please sign in to comment.