summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2018-02-15 14:11:43 -0800
committerKhem Raj <raj.khem@gmail.com>2018-02-26 18:33:46 -0800
commite817e1c770c3bc8404a86efa2671278e461d961e (patch)
tree0939efbef28c425cd1f9ee5d86b4f6aee36f7a45
parentb31fc85f2faf29603de775c975ae0ddb93898397 (diff)
downloadmeta-altera-e817e1c770c3bc8404a86efa2671278e461d961e.tar.gz
Add wic file for Cyclone5 / Arria5
-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