meta-netmodule-bsp/wic/sdimage-sota-am335x.wks

8 lines
485 B
Plaintext

# short-description: Create OTA-enabled SD card image
# long-description: Creates a partitioned SD card image with OSTree
part SPL --source rawcopy --sourceparams="file=MLO" --ondisk mmcblk --no-table --align 128
part u-boot --source rawcopy --sourceparams="file=u-boot.img" --ondisk mmcblk --no-table --align 384
part u-boot --source rawcopy --sourceparams="file=u-boot.img" --ondisk mmcblk --no-table --align 3456
part / --source otaimage --ondisk mmcblk --fstype=ext4 --align 4096