Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # short-description: Create FOD final sdcard image
- # long-description: Creates a partitioned sdcard image for FOD SoM
- # can directly dd to boot media. The selected bootloader is u-boot.
- part SPL --source rawcopy --sourceparams="file=SPL" --ondisk mmcblk --no-table --align 1
- part u-boot --source rawcopy --sourceparams="file=u-boot.img" --ondisk mmcblk --no-table --align 69
- part --source bootimg-partition --ondisk mmcblk --fstype=ext4 --label RECOVERY --active --align 4096 --size 40
- part / --source rootfs --rootfs-dir=fod-user-image --ondisk mmcblk --fstype=ext4 --label USER1 --align 51200 --size 2048
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement