1eb8dc403SDave Cobbley# short-description: Create SD card image with a boot partition
2eb8dc403SDave Cobbley# long-description: Creates a partitioned SD card image. Boot files
3eb8dc403SDave Cobbley# are located in the first vfat partition.
4eb8dc403SDave Cobbley
5*977dc1acSBrad Bishoppart /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4 --size 16
6*977dc1acSBrad Bishoppart / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4
7