summaryrefslogtreecommitdiff
path: root/wic/sdimage-bootpart-tegra.wks
diff options
context:
space:
mode:
Diffstat (limited to 'wic/sdimage-bootpart-tegra.wks')
-rw-r--r--wic/sdimage-bootpart-tegra.wks6
1 files changed, 6 insertions, 0 deletions
diff --git a/wic/sdimage-bootpart-tegra.wks b/wic/sdimage-bootpart-tegra.wks
new file mode 100644
index 0000000..f58856b
--- /dev/null
+++ b/wic/sdimage-bootpart-tegra.wks
@@ -0,0 +1,6 @@
+# short-description: Create SD card image with a boot partition
+# long-description: Creates a partitioned SD card image. Boot files
+# are located in the first vfat partition.
+
+part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 16
+part / --source rootfs --ondisk mmcblk --fstype=ext3 --label root --align 4