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:yocto:x86-rt [2023-07-07 15:22] Urs Grafsoftware:linux:yocto:x86-rt [2023-09-19 15:10] (aktuell) Urs Graf
Zeile 7: Zeile 7:
  
  
-===== Getting Images =====+===== Getting Image =====
 Prebuilt images can be obtained from our [[software:linux:images:start|Linux Images]] page. Extract it and flash it onto a USB stick. Prebuilt images can be obtained from our [[software:linux:images:start|Linux Images]] page. Extract it and flash it onto a USB stick.
  
  
-===== Installing Images ===== +===== Booting from the 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.