Template:Yocto Build Release TI: Difference between revisions
From Variscite Wiki
Line 64: | Line 64: | ||
The wic image fully supports booting from an SD Card. Use the command below to write it to an SD Card: | The wic image fully supports booting from an SD Card. Use the command below to write it to an SD Card: | ||
$ {{#var:UNZIP}} | $ {{#var:UNZIP}} {{#var:DEPLOY_DIR}}/images/{{#var:MACHINE_NAME}}/{{#var:DEFAULT_IMAGE_BB_NAME}}-{{#var:MACHINE_NAME}}.wic.zst | sudo dd of=/dev/sdX bs=1M && sync | ||
{{note|'''NOTE''': The wic image does not support all features booting from eMMC. For example, /etc/fw_env.config is configured for the SD Card (/dev/mmcblk1) |info}} | {{note|'''NOTE''': The wic image does not support all features booting from eMMC. For example, /etc/fw_env.config is configured for the SD Card (/dev/mmcblk1) |info}} | ||