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:images:downloads [2021-10-05 15:47] fabian.ditarantosoftware:linux:images:downloads [2021-11-02 16:18] Urs Graf
Zeile 25: Zeile 25:
 | Beaglebone Blue | development image for beaglebone blue | {{ost-ros-dev-image-bblue-2021.08.06-sdk.xz }} | |  | Beaglebone Blue | development image for beaglebone blue | {{ost-ros-dev-image-bblue-2021.08.06-sdk.xz }} | | 
  
-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!</color>): \\+ 
 +=== Flashing a .wic image === 
 +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>): \\
 <code> <code>
 #!/bin/sh #!/bin/sh
-sudo umount /dev/sdb* +umount /dev/sdb* 
-sudo wipefs -a /dev/sdb+wipefs -a /dev/sdb
 dd if=ost-ros-image-melodic-bblue.wic of=/dev/sdb bs=1M status=progress dd if=ost-ros-image-melodic-bblue.wic of=/dev/sdb bs=1M status=progress
 eject /dev/sdb eject /dev/sdb