Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
software:linux:toradex:loading [2023-07-07 14:26] Urs Grafsoftware:linux:toradex:loading [Unbekanntes Datum] (aktuell) – gelöscht - Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1
Zeile 1: Zeile 1:
-====== Toradex Colibri i.MX6 ====== 
- 
-===== Loading Image to a Board ===== 
- 
- 
-===== Accessing the UART's ===== 
-UART-A (used for console, see above) and UART-B can be accessed on the cb20 board. Both can be written to with 
-<code> 
-echo "hello world" | sudo tee /dev/ttymxc0    # for console 
-echo "hello world" | sudo tee /dev/ttymxc1    # for UART-B 
-</code> 
- 
- 
- 
-