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:
Alistair Francis
2019-01-03 15:35:09 -08:00
committed by Khem Raj
parent b953b52639
commit ea1574a78c

View File

@@ -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