summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wic/sdimage-cyclone5-arria5.wks8
1 files changed, 8 insertions, 0 deletions
diff --git a/wic/sdimage-cyclone5-arria5.wks b/wic/sdimage-cyclone5-arria5.wks
new file mode 100644
index 0000000..d377b7f
--- /dev/null
+++ b/wic/sdimage-cyclone5-arria5.wks
@@ -0,0 +1,8 @@
1# short-description: Create an SD card image for the Cyclone 5 and Arria 5 SoCs
2# long-description: Create an SD card image for the Cyclone 5 and Arria 5 SoCs.
3# Boot files are located in the first vfat partition and u-Boot is located in
4# the third partition.
5
6part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 16
7part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4
8part /a2 --source rawcopy --sourceparams="file=u-boot-with-spl.sfp" --ondisk mmcblk --system-id=a2 --align 4 --fixed-size 1M