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:yocto:x86-rt [2023-07-07 15:21] Urs Grafsoftware:linux:yocto:x86-rt [2023-09-19 15:09] Urs Graf
Zeile 11: Zeile 11:
  
  
-===== 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 ==== +
- +
-**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 +
-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.