mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 19:41:42 +00:00
5 lines
449 B
Text
5 lines
449 B
Text
# short-description: Create SD card image for Nezha Allwinner D1 development board
|
|
|
|
part u-boot --source rawcopy --sourceparams="file=u-boot-sunxi-with-spl.bin" --offset 16s --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/
|