summaryrefslogtreecommitdiffstats
path: root/bsp/meta-synopsys/wic/sdimage-hsdk.wks
blob: 7ccbdb7aa051ce26c251e693715e28e0ec1f859d (plain)
1
2
3
4
5
6
# short-description: Create HSDK SD card image
# long-description: Creates a partitioned SD card image for use with
# HSDK. Boot files are located in the first vfat partition.

part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 4096 --size 20
part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096