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:yocto:x86-rt [2023-07-07 15:22] Urs Grafsoftware:linux:yocto:x86-rt [2023-07-07 15:26] Urs Graf
Zeile 12: Zeile 12:
  
 ===== Installing Images ===== ===== Installing Images =====
-Currently there are only instructions for booting from a USB stick, however, these instructions should serve as a good point of reference for installing on other media (such as SSD's or hard disks). 
- 
-Materials needed: 
- 
-  * USB Stick 
-  * 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) 
- 
-==== Writing the image to the USB stick ==== 
- 
- 
- 
-Use the following command to write the image to the USB stick 
-modifying ''/path/to/image.wic'' and ''/dev/sdX'' accordingly. 
-<code> 
-sudo dd if=/path/to/image.wic of=/dev/sdX bs=1M status=progress 
-sudo eject /dev/sdX 
-</code> 
- 
-==== Booting ==== 
- 
 The USB stick can now be used to boot from USB. The USB stick can now be used to boot from USB.
 Note that the BIOS/UEFI setting to achieve this are hardware specific. Note that the BIOS/UEFI setting to achieve this are hardware specific.