6 lines
296 B
Plaintext
6 lines
296 B
Plaintext
# short-description: Create OTA-enabled SD card image
|
|
# long-description: Creates a partitioned SD card image with OSTree
|
|
|
|
part u-boot --source rawcopy --sourceparams="file=u-boot-spl.kwb" --ondisk mmcblk --no-table --align 384
|
|
part / --source otaimage --ondisk mmcblk --fstype=ext4 --align 4096
|