xref: /openbmc/openbmc/meta-raspberrypi/wic/sdimage-raspberrypi.wks (revision 396535664c5645a0b32bd0e06dbab3f1e2849b64)
1# short-description: Create Raspberry Pi SD card image
2# long-description: Creates a partitioned SD card image for use with
3# Raspberry Pi. Boot files are located in the first vfat partition.
4
5part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4096 --size 100
6part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096
7