mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 19:41:42 +00:00
nezha.wks: description of SD card image for Nezha D1 dev board
Signed-off-by: Cezary Sobczak <cezary.sobczak@3mdeb.com>
This commit is contained in:
parent
74162186df
commit
812ffc4068
1 changed files with 9 additions and 0 deletions
9
wic/nezha.wks
Normal file
9
wic/nezha.wks
Normal file
|
@ -0,0 +1,9 @@
|
|||
# short-description: Create SD card image for Nezha Allwinner D1 development board
|
||||
|
||||
part boot0 --source rawcopy --sourceparams="file=boot0_sdcard_sun20iw1p1.bin" --offset 16s --ondisk mmcblk0 --no-table
|
||||
|
||||
part u-boot --source rawcopy --sourceparams="file=u-boot.toc1" --offset 32800s --ondisk mmcblk0 --no-table
|
||||
|
||||
part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --align 4096 --fixed-size 64 --active
|
||||
|
||||
part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label rootfs --align 4096 --fixed-size 14000 --exclude-path data/
|
Loading…
Add table
Reference in a new issue