Template:Yocto Build Release TI: Difference between revisions
From Variscite Wiki
No edit summary |
|||
Line 86: | Line 86: | ||
Or, if the image name was overidden with RECOVERY_SD_NAME: | Or, if the image name was overidden with RECOVERY_SD_NAME: | ||
$ {{#var:UNZIP}} {{#var:DEPLOY_DIR}}/images/{{#var:MACHINE_NAME}}/{{#var:RECOVERY_SD_NAME}} | sudo dd of=/dev/sdX bs=1M && sync | $ {{#var:UNZIP}} {{#var:DEPLOY_DIR}}/images/{{#var:MACHINE_NAME}}/{{#var:RECOVERY_SD_NAME}} | sudo dd of=/dev/sdX bs=1M && sync | ||
<!-- | |||
Note: Some SD card duplicator machines do not support 64-bit filesystems. To build a recovery SD card image with 32-bit filesystems, add '''MKE2FS_NO_64="y"''' to '''conf/local.conf''' and rebuild the image: | Note: Some SD card duplicator machines do not support 64-bit filesystems. To build a recovery SD card image with 32-bit filesystems, add '''MKE2FS_NO_64="y"''' to '''conf/local.conf''' and rebuild the image: | ||
$ echo 'KE2FS_NO_64="y"' >> conf/local.conf | $ echo 'KE2FS_NO_64="y"' >> conf/local.conf | ||
--> | |||
</includeonly> | </includeonly> |