mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-06-21 08:52:24 +02:00
wic: Increase the rootFS partition size
The board comes with a 8GB SD card, let's bump the rootFS size to make it more useable. Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
committed by
Khem Raj
parent
b953b52639
commit
ea1574a78c
@@ -1,6 +1,6 @@
|
||||
# short-description: Create SD card image for HiFive Unleashed development board
|
||||
|
||||
part bbl --source rawcopy --sourceparams="file=bbl.bin" --ondisk mmcblk --align 1 --part-type 2e54b353-1271-4842-806f-e436d6af6985
|
||||
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 --size 1G
|
||||
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 --size 5G
|
||||
|
||||
bootloader --ptable gpt
|
||||
|
||||
Reference in New Issue
Block a user