Create disk image
This script will:
- create a 30M raw image called
uboot.img
- add an msdos partition (type 0xc)
- create a fat partition
- copy all files from
boot/
directory into this partition
For rpi3b+ board, the partition type should be 0xc
or it won't boot.
Please register or sign in to comment