Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
software:linux:images:start [2023-07-07 14:52] Urs Grafsoftware:linux:images:start [2023-07-07 15:01] Urs Graf
Zeile 24: Zeile 24:
  
 ===== Extracting ===== ===== Extracting =====
-The images are provided in ''gzipped'' and need to be decompressed using ''gunzip'' before use:+The images for [[ ..:yocto:bblue ]] and [[ ..:yocto:x86-rt ]] are provided in ''gzipped'' and need to be decompressed using ''gunzip'' before use:
 <code> <code>
 gunzip ost-image-*.wic.gz gunzip ost-image-*.wic.gz
 +</code> Note that ''gunzip'' will remove the original ''.wic.gz'' file and only the ''.wic'' file will be available after. ''gzip'' and ''gunzip'' should come preinstalled on most distributions, otherwise search for the ''gzip'' package in your distro's repositories.
 +
 +Images for [[ ..:yocto:cb20 ]] are provided as *Tezi*.tar file. You have to unpack it before it is recognized by the easy installer. 
 +<code>
 +tar -xvf *Tezi*.tar
 </code> </code>
  
-Note that ''gunzip'' will remove the original ''.wic.gz'' file and only the ''.wic'' file will be available after. ''gzip'' and ''gunzip'' should come preinstalled on most distributions, otherwise search for the ''gzip'' package in your distro's repositories. 
  
-=== Flashing a .wic image ===+==== Flashing a .wic image ====
 Linux script example for ''.wic'' image flashing onto an external storage device, e.g. an external SD card (<color #ed1c24>Beware: ''sdb'' has to be replaced with the correct device (use ''lsblk'' command to discover the correct device)!</color>): \\ Linux script example for ''.wic'' image flashing onto an external storage device, e.g. an external SD card (<color #ed1c24>Beware: ''sdb'' has to be replaced with the correct device (use ''lsblk'' command to discover the correct device)!</color>): \\
 <code> <code>