build-boot-rpi: Fix corrupt vfat partition

This commit is contained in:
Johan Gunnarsson 2022-08-05 17:51:40 +02:00
parent 30529ecd10
commit 0c0699fe50
1 changed files with 1 additions and 1 deletions

View File

@ -66,4 +66,4 @@ mkfs.vfat vfat.img
mcopy -v -i vfat.img u-boot/u-boot.bin config.txt fixup*.dat start*.elf bootcode.bin ::
# Copy FAT partition to image
dd if=vfat.img of=tmp.img bs=1K seek=1K conv=notrunc
dd if=vfat.img of=tmp.img bs=1K seek=4K conv=notrunc