aboutsummaryrefslogtreecommitdiffstats
path: root/wic/sdimage-3part.wks
diff options
context:
space:
mode:
Diffstat (limited to 'wic/sdimage-3part.wks')
-rw-r--r--wic/sdimage-3part.wks8
1 files changed, 0 insertions, 8 deletions
diff --git a/wic/sdimage-3part.wks b/wic/sdimage-3part.wks
deleted file mode 100644
index 86aeb1cc..00000000
--- a/wic/sdimage-3part.wks
+++ /dev/null
@@ -1,8 +0,0 @@
-# short-description: Create SD card image with 3 partitions
-# long-description: Creates a partitioned SD card image for testing TI platforms.
-# Boot files are located in the first vfat partition.
-# Second ext4 partition is empty and is used for testing.
-
-part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align 1024 --size 100M --use-uuid
-part test --ondisk mmcblk0 --fstype=ext4 --label test --align 1024 --size 1G --use-uuid
-part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 1024 --extra-space 500M --use-uuid