build-boot-rpi: Fix corrupt vfat partition
This commit is contained in:
parent
30529ecd10
commit
0c0699fe50
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue