mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 11:31:43 +00:00
ae350-ax45mp-spl.wks: partitioning command for ae350-ax45mp
Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
This commit is contained in:
parent
f9dc829597
commit
4f57628de2
1 changed files with 4 additions and 0 deletions
4
wic/ae350-ax45mp-spl.wks
Normal file
4
wic/ae350-ax45mp-spl.wks
Normal file
|
@ -0,0 +1,4 @@
|
|||
# short-description: Create SD card image for AE350 Platform (AX45MP) with U-Boot SPL and OpenSBI (FW_DYNAMIC)
|
||||
|
||||
part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --fixed-size 64M --align 4096
|
||||
part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096 --size 64M
|
Loading…
Add table
Reference in a new issue