mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-08 17:54:49 +02:00
wic: Bump up the boot loader partition size
This allows us to future proof changes in openSBI as we can just dd the bootloader to the SD card. Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
committed by
Khem Raj
parent
cf24c54a36
commit
cf0877972b
@@ -1,6 +1,6 @@
|
||||
# short-description: Create SD card image for HiFive Unleashed development board
|
||||
|
||||
part opensbi --source rawcopy --sourceparams="file=fw_payload.bin" --ondisk mmcblk --align 1 --part-type 2e54b353-1271-4842-806f-e436d6af6985
|
||||
part opensbi --source rawcopy --sourceparams="file=fw_payload.bin" --ondisk mmcblk --size 32M --align 1 --part-type 2e54b353-1271-4842-806f-e436d6af6985
|
||||
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 --size 5G
|
||||
|
||||
bootloader --ptable gpt
|
||||
|
||||
Reference in New Issue
Block a user