mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-17 20:52:40 +02:00
7 lines
314 B
Plaintext
7 lines
314 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
|
|
|
|
bootloader --ptable gpt
|