From cf0877972b81325f24dcaba3ccea3695f04b631f Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Thu, 14 Feb 2019 17:14:02 -0800 Subject: [PATCH] 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 --- wic/freedom-u540-opensbi.wks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wic/freedom-u540-opensbi.wks b/wic/freedom-u540-opensbi.wks index 54b846f..365dbac 100644 --- a/wic/freedom-u540-opensbi.wks +++ b/wic/freedom-u540-opensbi.wks @@ -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