ae350-ax45mp-spl.wks: partitioning command for ae350-ax45mp

Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
This commit is contained in:
Yu Chien Peter Lin 2022-08-08 19:20:11 +08:00 committed by Khem Raj
parent f9dc829597
commit 4f57628de2

4
wic/ae350-ax45mp-spl.wks Normal file
View 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