mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-17 20:52:40 +02:00
The issue was in partition resizing script which has been found and fixed for GPT see [1] Therefore we can switch back to GPT parition layout now [1] https://github.com/96boards/96boards-tools/pull/15 Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 lines
289 B
Plaintext
5 lines
289 B
Plaintext
# short-description: Create SD card image for BeagleV Starlight development board
|
|
|
|
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
|