devc-serpl011-rpi5

QNX Board Support Packages8.0BSP User's GuideRaspberry Pi 5raspberrypi.orgBroadcomARM

Serial driver for PL011 on the Raspberry Pi 5 board.

Syntax:

 devc-serpl011-rpi5 [options] [port[,irq]]

Runs on:

QNX OS

Options:

  [-b number]
  [-c clock[/div]]
  [-C number]
  [-e] [-E]
  [-f] [-F]
  [-I number]
  [-o opt[,opt...]
  [-O number]
  [-s] [-S]
  [-u unit]
  [-v]

This driver supports generic devc-ser* options. For information about those options, see devc-ser* in the QNX OS Utilities Reference guide in the QNX Software Development Platform 8.0 documentation.

In addition to the generic devc-ser* options, this driver supports the following options:

-t level
Set the receive FIFO trigger level ( 0 - 3; default 2 (1 / 2 full)).
-T level
Set number of characters to send to transmit FIFO ( 0 - 3; default 2 (1 / 2 full)).
-D
The driver is used by the default debug serial console.

Examples:

Disable the hardware and software flow control for a UART device with the base address of 0x107d001000 and the IRQ 153. The registers are 4 bytes apart.
  devc-serpl011-rpi5 -b115200 -c44236800 -e -F -u10 0x107d001000^2,153
Page updated: