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:yocto:cb20 [2023-07-07 13:56] Urs Grafsoftware:linux:yocto:cb20 [2023-07-21 09:49] Urs Graf
Zeile 27: Zeile 27:
 Another change in our device tree is on ''iomux'': some gpios are removed due to conflicts with flexcan and eim. Another change in our device tree is on ''iomux'': some gpios are removed due to conflicts with flexcan and eim.
  
-===== Installing Images ===== 
-Use the [[..:toradex:toradex-easy-installer | Toradex Easy Installer]] for our images. 
  
 +===== Getting Images =====
 +Prebuilt images can be obtained from our [[software:linux:images:start|Linux Images]] page. Extract it and flash it onto a SD card or USB stick (see next chapter). 
  
-===== Updating the Bootloader / Recovery Mode =====+ 
 +===== Installing Images ===== 
 +Use the [[..:toradex:toradex-easy-installer | Toradex Easy Installer]] to load new images. 
 + 
 +Updating the bootloader / recovery mode
   * https://developer.toradex.com/knowledge-base/flashing-linux-on-imx6-modules   * https://developer.toradex.com/knowledge-base/flashing-linux-on-imx6-modules
   * https://developer.toradex.com/knowledge-base/imx-recovery-mode#3-colibri-imx6   * https://developer.toradex.com/knowledge-base/imx-recovery-mode#3-colibri-imx6
Zeile 37: Zeile 41:
  
 ===== Accessing the Board ===== ===== Accessing the Board =====
-To be done+The login shell can be accessed through UART-A. 
 +  * On the Colibri Evaluation board: use a null modem cable. The communication settings are: 115200 8N1. 
 +  * On our [[embedded_systems:imx6:cb|Controller Board (cb20)]]: you need a special USB/TTL-Serial-UART converter cable. The connector on the board is a 6-pin SIL connector, e.g. [[http://ch.farnell.com/ftdi/ttl-232r-3v3/kabel-usb-ttl-pegel-seriell-umsetzung/dp/1329311]].  
 + 
 +To be done !!! 
 +| IP | ? | 
 +| user | ost | 
 +| pw   | ost | 
 + 
 +The ''root'' user is also available over ssh in development images (such as ''ost-devel'' image). 
 + 
 +==== Using WLAN ==== 
 +See [[software:linux:toradex:wifi|WiFi on iMX6]] for further information.