Template:YOCTO ENV SETUP X SHORT FF: Difference between revisions
From Variscite Wiki
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{#switch:{{#var:PLATFORM_OS}}|Debian= | {{#switch:{{#var:PLATFORM_OS}}|Debian= | ||
<pre>vari@yocto-{{#var:MACHINE_NAME}}$ bitbake var-recovery-image</pre> | | <pre>vari@yocto-{{#var:MACHINE_NAME}}$ bitbake var-recovery-image</pre> | | ||
<pre>vari@yocto-{{#var: | <pre>vari@yocto-{{#var:MACHINE_NAME}}$ VAR_RECOVERY_TARGET_ROOTFS="var-image-swupdate" bitbake var-recovery-image</pre> | ||
}} | }} | ||
* 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}}. | * 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 {{#var:INSTALL_SCRIPT|install_yocto.sh}} script {{#ifeq: {{#var:SOC_SERIES}} | imx8||manually,}} with the "-u" parameter. | * 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 {{#var:INSTALL_SCRIPT|install_yocto.sh}} script {{#ifeq: {{#var:SOC_SERIES}} | imx8||manually,}} with the "-u" parameter. | ||
</includeonly> | </includeonly> |