Template:SWUPDATE BUILD IMAGE LEGACY: Difference between revisions
From Variscite Wiki
(Created page with "<includeonly>{{#ifeq: {{#var:IMAGE_NAME}} | {{#var:SWUPDATE_IMAGE_NAME}} | {{#tag:pre|${{#var:BB_ENV}}bitbake {{#var:IMAGE_NAME}}}} | {{#tag:pre| ${{#var:BB_ENV}}bitbake {{#var:IMAGE_NAME}} (for the recovery SD card) ${{#var:BB_ENV}}bitbake {{#var:SWUPDATE_IMAGE_NAME}} (for the rootfs to be installed on the eMMC)}} }}</includeonly>") |
No edit summary |
||
Line 4: | Line 4: | ||
${{#var:BB_ENV}}bitbake {{#var:IMAGE_NAME}} (for the recovery SD card) | ${{#var:BB_ENV}}bitbake {{#var:IMAGE_NAME}} (for the recovery SD card) | ||
${{#var:BB_ENV}}bitbake {{#var:SWUPDATE_IMAGE_NAME}} (for the rootfs to be installed on the eMMC)}} | ${{#var:BB_ENV}}bitbake {{#var:SWUPDATE_IMAGE_NAME}} (for the rootfs to be installed on the eMMC)}} | ||
* Create the "SWUpdate recovery SD card" | |||
$ sudo MACHINE={{#var:MACHINE_NAME}} ../sources/{{#var:META_VARISCITE_SDK}}/scripts/var_mk_yocto_sdcard/var-create-yocto-sdcard.sh -r tmp/deploy/images/{{#var:MACHINE_NAME}}/{{#var:SWUPDATE_IMAGE_NAME}}-{{#var:MACHINE_NAME}} /dev/sdX | |||
(Replace /dev/sdX with your actual device) | |||
* Boot the board using the created SD card. See more info {{Varlink|{{#var:GUIDE_NAME}} Build Release#Boot_the_board_with_a_bootable_SD_card|{{#var:RELEASE_LINK}}|here}}. | |||
* Install the demo image to the eMMC{{#ifeq: {{#var:SOC_SERIES}} | imx8 | using|. Either use the installation icons on the desktop (which will be updated with the "-u" parameter by the var-create-yocto-sdcard.sh script, when the recovery image used is {{#var:SWUPDATE_IMAGE_NAME}}), or use}} the install_yocto.sh script {{#ifeq: {{#var:SOC_SERIES}} | imx8||manually,}} with the "-u" parameter. | |||
}}</includeonly> | }}</includeonly> |