mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 11:31:43 +00:00
wic: add freedom-u540 wic for sota/ostree
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>
This commit is contained in:
parent
311ab1a78f
commit
fa8c8584c4
1 changed files with 7 additions and 0 deletions
7
wic/freedom-u540-opensbi-sota.wks
Normal file
7
wic/freedom-u540-opensbi-sota.wks
Normal file
|
@ -0,0 +1,7 @@
|
|||
# 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
|
Loading…
Add table
Reference in a new issue