summaryrefslogtreecommitdiffstats
path: root/bsp/meta-altera/wic/sdimage-arria10.wks
blob: 6ab3284a53e0a8038280afd662e1ee413374450f (plain)
1
2
3
4
5
6
7
8
# short-description: Create an SD card image for the Arria 10 SoC.
# long-description: Create an SD card image for the Arria 10 SoC.
# Boot files are located in the first vfat partition and u-Boot is located in
# the third partition.

part --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 50M
part --source rawcopy --sourceparams="file=u-boot-with-spl.sfp" --ondisk mmcblk --system-id=a2 --align 4 --fixed-size 10M
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4