From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- bsp/meta-altera/wic/sdimage-stratix10-agilex.wks | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bsp/meta-altera/wic/sdimage-stratix10-agilex.wks (limited to 'bsp/meta-altera/wic/sdimage-stratix10-agilex.wks') diff --git a/bsp/meta-altera/wic/sdimage-stratix10-agilex.wks b/bsp/meta-altera/wic/sdimage-stratix10-agilex.wks new file mode 100644 index 00000000..3e04dac8 --- /dev/null +++ b/bsp/meta-altera/wic/sdimage-stratix10-agilex.wks @@ -0,0 +1,6 @@ +# short-description: Create SD card image for the Intel Stratix 10 SoC +# long-description: Creates a partitioned SD card image for the Intel +# Stratix 10 SoC. Boot files are located in the first vfat partition. + +part --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 16 +part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4 -- cgit 1.2.3-korg