Documentation | users/bsps/aarch64: Add Raspberry Pi 5 BSP (!216)
Kinsey Moore (@opticron)
gitlab at rtems.org
Thu Feb 19 14:49:55 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_142970
> +config option in config.ini.
> +
> +Arm local timer has been discontinued in the Pi5. The peripheral exists but has
> +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`
This is generic application guidance and not directly relevant to the BSP. Please drop this line about the simple console driver.
--
View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/216#note_142970
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/7ede1d43/attachment.htm>
More information about the bugs
mailing list