Template:Yocto Build Release TI: Difference between revisions
From Variscite Wiki
No edit summary |
|||
Line 83: | Line 83: | ||
Write it to an SD Card: | Write it to an SD Card: | ||
$ {{#var:UNZIP}} | $ {{#var:UNZIP}} {{#var:DEPLOY_DIR}}/images/{{#var:MACHINE_NAME}}/var-recovery-sd-image-{{#var:MACHINE_NAME}}.wic.zst | sudo dd of=/dev/sdX bs=1M && sync | ||
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: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: |