mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-16 03:51:26 +00:00
Wic file to be used with sota/ostree (meta-updater), as the source for root needs to be provided by the otaimage plugin. It can be maintained outside this layer, but having it maintained at the official meta-riscv layer makes it a lot easier for users experimenting with meta-updater. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
7 lines
467 B
Text
7 lines
467 B
Text
# short-description: Create SD card image based on OSTree/OTA+ for HiFive Unleashed development board
|
|
|
|
part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --size=100M --align 4096
|
|
part opensbi --source rawcopy --sourceparams="file=fw_payload.bin" --ondisk mmcblk0 --size 32M --align 1 --part-type 2e54b353-1271-4842-806f-e436d6af6985
|
|
part / --source otaimage --ondisk mmcblk0 --fstype=ext4 --align 4096
|
|
|
|
bootloader --ptable gpt
|