Documentation | users/bsps/aarch64: Add Raspberry Pi 5 BSP (!216)

Kinsey Moore (@opticron) gitlab at rtems.org
Thu Feb 19 14:50:45 UTC 2026




Kinsey Moore started a new discussion on user/bsps/aarch64/raspberrypi5.md: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/216#note_142971

 > +been stubbed out.
 > +
 > +## Console Driver
 > +
 > +Currently, the BSP only supports the PL011 Debug UART behind the 3pin JST port.
 > +The other UARTS are hidden behind PCIe and need to be accessed via the RP1 chip.
 > +
 > +By default the full console driver is enabled with interrupt mode. To use it in
 > +polled mode set `BSP_CONSOLE_USE_INTERRUPTS = False` in config.ini. The device
 > +file is named `/dev/console`.
 > +
 > +If you want to use the simple console driver use the following macro in init.c:
 > +`CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER`
 > +
 > +NOTE: While doing read operations via the UART make sure to disable buffering
 > +if you want to see immediate echo output.

This is also not BSP-specific and applies more to the application being run, so drop this as well.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/216#note_142971
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260219/cb211272/attachment-0001.htm>


More information about the bugs mailing list