Skip to content

Commit

Permalink
yoe-sdimage.wks: Increase boot partition size to 200M
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Apr 30, 2023
1 parent a0ee20c commit 1801832
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sources/meta-yoe/wic/yoe-sdimage.wks
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# short-description: Create SD card image
# long-description: Creates a partitioned SD card image.

# Boot env partition
part --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --align 1024 --fixed-size 100
# Boot env partition (200M)
part --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --align 1024 --fixed-size 200

# Main Rootfs partition (2G)
# Main Rootfs partition (4G)
part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --fixed-size 4096 --align 1024

# User data partition (1M)
Expand Down

0 comments on commit 1801832

Please sign in to comment.