parent
68727c8b26
commit
aaef6af80c
|
|
@ -3,4 +3,5 @@
|
||||||
|
|
||||||
part SPL --source rawcopy --sourceparams="file=MLO" --ondisk mmcblk --no-table --align 128
|
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 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
|
part / --source otaimage --ondisk mmcblk --fstype=ext4 --align 4096
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue