Difference between revisions of "DESK-XZ7-L/Peripherals/UART"

From DAVE Developer's Wiki
Jump to: navigation, search
Line 36: Line 36:
 
<section end=Body/>
 
<section end=Body/>
  
[[Category:BORA]]
+
[[Category:BORA]] [[Category:BORA Xpress]] [[Category:BORA Lite]]

Revision as of 09:01, 26 January 2024

History
Issue Date Notes
2023/01/23 DESK-XZ7-L-1.0.1 release


Peripheral UART[edit | edit source]

The Zynq-7000 second UART device (UART0) is routed through the PL and it is mapped to the ttyPS1 device.

Accessing the peripheral[edit | edit source]

Linux messages at boot time[edit | edit source]


Usage with stty[edit | edit source]


Additional information[edit | edit source]

Serial ports can be used through the standard serial programming API.

For detailed information, please refer to the Serial Programming HOWTO at Serial-Programming-HOWTO