Template:YOCTO ENV SETUP X SHORT FF: Difference between revisions
From Variscite Wiki
No edit summary Tag: Manual revert |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#vardefine:SHELL_PROMPT|{{#if:{{#var:BUILD_YOCTO_IN_DOCKER_CONTAINER}}|vari@yocto-{{#var:DOCKER_CONTAINER_INFO}}:/workdir/{{#var:BUILD_FOLDER_ENV}}$|$}}}} | |||
{{#switch:{{#var:PLATFORM_OS}}|Debian= | |||
{{#var:SHELL_PROMPT}} bitbake var-recovery-image | | |||
{{#var:SHELL_PROMPT}} VAR_RECOVERY_TARGET_ROOTFS="var-image-swupdate" bitbake var-recovery-image | |||
}} | |||
* 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. | |||
</includeonly> | </includeonly> |