Skip to content
Snippets Groups Projects
Commit c71a05c7 authored by Davide Cardillo's avatar Davide Cardillo
Browse files

[FIX] Update sdimage-rauc-imx6.wks.in

parent 0414ec99
No related branches found
No related tags found
1 merge request!20[WIC][CLASS] Add EgehogSystemPartitionPlugin class
......@@ -11,7 +11,7 @@ part / --source edgehog-bootimg-partition --ondisk mmcblk --fstype=vfat --label
# a partitions
part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label bootfs_A --active --align 4096 --size 16
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label rootfs_A --align 4096 --exclude-path #${EXTERNAL_ROOTFS_FOLDERS}
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label rootfs_A --align 4096 --exclude-path ${EXTERNAL_ROOTFS_FOLDERS}
# b partitions
part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label bootfs_B --active --align 4096 --size 16
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label rootfs_B --align 4096 --exclude-path ${EXTERNAL_ROOTFS_FOLDERS}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment