Dies ist eine alte Version des Dokuments!


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

echo "hello world" | sudo tee /dev/ttymxc0    # for console
echo "hello world" | sudo tee /dev/ttymxc1    # for UART-B