Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
software:linux:images:start [2023-07-07 15:20] Urs Grafsoftware:linux:images:start [2023-07-25 16:41] (aktuell) Urs Graf
Zeile 7: Zeile 7:
 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, see [[software:linux:yocto:setup|Setup and Building]] or use the eSDK, see [[software:linux:yocto:sdks|SDK's]]. 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, see [[software:linux:yocto:setup|Setup and Building]] or use the eSDK, see [[software:linux:yocto:sdks|SDK's]].
  
----- 
-DELETEME  
-==== Toradex ==== 
- 
-^ Hardware ^ Overview ^ Image ^ Cross Development SDK ^ Yocto Extensible SDK ^  
-| cb20 | Development Version for cb20 Board | {{ntb-dev-image-cb20-1.0.tar.xz | ntb-dev-image-cb20-1.0.tar.xz}} | {{ntb-dev-image-cb20-1.0_sdk.tar.xz | ntb-dev-image-cb20-1.0_sdk.tar.xz}} |  
-| cb20 | Development Version for cb20 Board | {{ntb-dev-image-cb20-1.1.tar.xz | ntb-dev-image-cb20-1.1.tar.xz}} | {{ntb-dev-image-cb20-1.0_sdk.tar.xz | ntb-dev-image-cb20-1.0_sdk.tar.xz}} |  
-| cb20 | Development Version for cb20 Board | {{ost-dev-image-cb20-2021.05.05.tar.xz}} | {{ost-dev-image-cb20-2021.05.05-sdk.tar.xz}} | {{ost-dev-image-cb20-2021.05.05-esdk.tar.xz}} |  
- 
- 
-Images can also be fetched directly over Toradex Easy Installer. Add the following feed: 
-<code> 
-https://wiki.bu.ost.ch/infoportal/_media/software/linux/images/image_list.json 
-</code> 
----- 
  
 ===== Extracting ===== ===== Extracting =====
Zeile 38: Zeile 23:
 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>. ''sdX'' where ''X'' is a small letter starting from ''a'' usually represents a SATA or USB drive, names starting with ''nvme'' represent NVME SSDs and SD cards usually start with ''mmcblk''. 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>. ''sdX'' where ''X'' is a small letter starting from ''a'' usually represents a SATA or USB drive, names starting with ''nvme'' represent NVME SSDs and SD cards usually start with ''mmcblk''.
 These names represent the device as found in ''/dev'', so ''sda'' is found under ''/dev/sda''. ''lsblk'' uses a tree to show devices and their partitions. For example ''sda1'' is the first partition on ''sda'' and ''nvme1n1p1'' is the first partition of ''nvme1n1'' These names represent the device as found in ''/dev'', so ''sda'' is found under ''/dev/sda''. ''lsblk'' uses a tree to show devices and their partitions. For example ''sda1'' is the first partition on ''sda'' and ''nvme1n1p1'' is the first partition of ''nvme1n1''
 +
 +**WARNING: Writing the image to the USB Stick will erase all content! Make absolutely sure you have identified the correct device! dd will not hesitate to override your OS drive if you tell it to do!**
 +
 <code> <code>
 #!/bin/sh #!/bin/sh