Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
software:linux:images:downloads [2021-10-05 15:42] fabian.ditarantosoftware:linux:images:downloads [2023-05-04 17:13] Urs Graf
Zeile 1: Zeile 1:
 ====== Image Download ====== ====== Image Download ======
  
-===== Using Images =====+==== x86 & Beaglebone Blue ====
  
-See [[ .: | here ]]+The images that are currently available for the [[ ..:yocto:bblue ]] and [[ ..:yocto:x86-rt ]] can be downloaded from the {{https://gitlab.ost.ch/tech/inf/public/yocto/meta-ost/-/packages meta-ost Gitlab package registry}}. 
 +Please note, that these images are built for development, see [[software:linux:yocto:meta-ost#ost-distro_vs_ost-devel_-_Development_vs_Production_Images|Development vs Production]]. For production images you have to built it with a full yocto installation or use the eSDK.
  
 ==== Toradex ==== ==== Toradex ====
Zeile 18: Zeile 19:
 </code> </code>
  
-==== BeagleBone ==== 
  
-^ Hardware ^ Overview ^ Image ^ Cross Development SDK ^  +=== Flashing a .wic image === 
-| Beaglebone Blue | development image for beaglebone blue | {{ost-ros-dev-image-bblue-2021.03.24.tar.xz }} | {{ost-ros-dev-image-bblue-2021.03.24-sdk.tar.xz}} | +Linux script example for ''.wic'' image flashing onto an external storage device, e.gan external SD card (<color #ed1c24>Beware: ''sdb'' has to be replaced with the correct device (use ''lsblk'' command to discover the correct device)!</color>): \\ 
-| Beaglebone Blue | development image for beaglebone blue | {{ost-ros-dev-image-bblue-2021.04.06.tar.xz }} | {{ost-ros-dev-image-bblue-2021.04.06-sdk.tar.xz}} | +<code> 
-| Beaglebone Blue | development image for beaglebone blue | {{ost-ros-dev-image-bblue-2021.08.06-sdk.xz }} | |  +#!/bin/sh 
- +umount /dev/sdb* 
-Beispiel Linux-Skript zum Flashen des Images auf einen externen Datenträger (z.B. SD-Karte): \\ +wipefs -a /dev/sdb 
-'' +dd if=ost-ros-image-melodic-bblue.wic of=/dev/sdb bs=1M status=progress 
-#!/bin/sh \\ +eject /dev/sdb 
-sudo umount /dev/sdb* \\ +</code>
-sudo wipefs -a /dev/sdb \\ +
-dd if=ost-ros-image-melodic-bblue.wic of=/dev/sdb bs=1M status=progress \\ +
-eject /dev/sdb \\ +
-'' +
- +
-==== x86 ====+
  
-^ Hardware ^ Overview ^ Image ^ Cross Development SDK ^  
-| x86 | Development Version for generic x86 based platforms | {{ntb-dev-image-x86-rt.hddimg | ntb-dev-image-x86-rt.hddimg }} | {{ntb-dev-image-x86-rt-sdk.tar.xz| ntb-dev-image-x86-rt-sdk.tar.xz }} |