Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
software:linux:yocto:x86-rt [2023-07-07 15:21] Urs Grafsoftware:linux:yocto:x86-rt [2023-07-07 15:22] Urs Graf
Zeile 19: Zeile 19:
   * image.wic file (prebuilt or custom)   * image.wic file (prebuilt or custom)
   * x86 based PC with the ability to boot from USB (any reasonably modern PC should be able to do this)   * x86 based PC with the ability to boot from USB (any reasonably modern PC should be able to do this)
- 
-==== Identifying the USB Stick ==== 
- 
- 
- 
- 
- 
-The easiest way to identify the right block device is usually it's size. 
-In the example output above, we are looking for a 4GB USB Stick. 
-We can infer that the USB Stick is ''/dev/sdb'', since it is the only device with roughly the right size (3.8GB). Note that the size shown in ''lsblk'' may differ slightly from the nominal size of the USB Stick due to partitioning. 
- 
-If there are multiple devices of the same size as the USB stick it may be necessary to run ''lsblk'' before and after plugging in the USB stick and checking which device only appears in the second output. 
  
 ==== Writing the image to the USB stick ==== ==== Writing the image to the USB stick ====
  
-**WARNING: Writing the image to the USB Stick will erase all content!** 
  
-**WARNING: Make absolutely sure you have identified the correct device! dd will not hesitate to override your OS drive if you tell it to!** 
  
 Use the following command to write the image to the USB stick Use the following command to write the image to the USB stick