Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Targeted HardwarephyBOARD-Zeta (i.MX7)
Targeted Software

BSP Yocto FSL iMX7 PD18.1.1

Date

 


Summary

...

The serial console is essential for communication with and development of your design. This how-to guide will demonstrate the steps required to change the default serial debug console configuration.

...

Change the SERIAL_CONSOLE to indicate the desired 'ttymxc' device in the imx7d_phyboard_zeta_001 machine configuraitonconfiguration. In this case, we will change it from a 4 to a 0:

Note

In Linux the devices are zero indexed. For example, UART1 corresponds to ttymxc0 and UART5 corresponds to ttymxc4.


Code Block
firstline3
titleConfigured for UART5
linenumberstrue
SERIAL_CONSOLE = "115200 ttymxc4"

...