mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-06-21 08:52:24 +02:00
wic/beaglev.wks: Use legacy msdos partition table
Ensures that dynamic resizing of the SD card works since 96boards-tools package somehow breaks otherwise Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -2,3 +2,5 @@
|
||||
|
||||
part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --size=100M --align 4096
|
||||
part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096 --size 1G
|
||||
|
||||
bootloader --ptable msdos
|
||||
|
||||
Reference in New Issue
Block a user