RidgeRun Yocto Developer Guide/Installing Yocto: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 52: Line 52:
</syntaxhighlight>
</syntaxhighlight>


You can select the '''<MACHINE>''' which it will depends on the embedded device to be configure. Here you can find a summary table with the NXP machines available for '''IMX6, IMX8 and IMX95'''.
You can select the '''<MACHINE>''' which depends on the embedded device to be configured. Here you can find a summary table with the NXP machines available for '''IMX6, IMX8 and IMX95'''.


{| class="wikitable"
{| class="wikitable"
Line 95: Line 95:
|}
|}


Also, you will need to choose a '''<DISTRO>''' which it will configure the environment. The available distro are listed below.  
Also, you will need to choose a '''<DISTRO>''' which will configure the environment. The available distros are listed below.  


* '''fsl-imx-wayland:''' Pure Wayland graphics.
* '''fsl-imx-wayland:''' Pure Wayland graphics.
Line 105: Line 105:
=== Compile with BitBake ===
=== Compile with BitBake ===


To compile the image using BitBake tool use the following structure.  
To compile the image using the BitBake tool use the following structure.  
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
IMAGE=<IMAGE>
IMAGE=<IMAGE>
Line 112: Line 112:
</syntaxhighlight>
</syntaxhighlight>


The available '''<IMAGES>''' are listed and summary on the next table.
The available options for '''<IMAGE>''' are listed and summarized in the next table.
{| class="wikitable"
{| class="wikitable"
|+ IMAGES
|+ IMAGES
Line 158: Line 158:
|-
|-
| -k
| -k
| keep running if an error appears.
| Keep running if an error appears.
|-
|-
| --help
| --help
Line 164: Line 164:
|}
|}


With the last steps the image were created.
With these last steps the image is built.


=== Flashing the Image ===  
=== Flashing the Image ===  


Complete filesystem images are deployed to <build directory>/tmp/deploy/images. Using a SD card flash the image generated with the following command
Complete file system images are deployed to <build directory>/tmp/deploy/images. Using an SD card flash the image generated with the following command:
<syntaxhighlight line lang="bash">
<syntaxhighlight line lang="bash">
zstdcat <image_name>.wic.zst | sudo dd of=/dev/sd<partition> bs=1M conv=fsync
zstdcat <image_name>.wic.zst | sudo dd of=/dev/sd<partition> bs=1M conv=fsync