PI 5 bsp implementation

Hello, I am sharing my current progress in the development of the raspberry pi5 BSP.My current work is based on @lostux current mvp implementation and his guidance has been of great help.
’m currently focusing on validating the early boot sequence. At this stage, I am testing and debugging the platform to ensure the system successfully initializes and transfers control to the Init function, confirming that basic bring-up is functioning correctly.
Tools used: Raspberrypi5 development board, OpenOCD, GDB and a raspberrypi debugger

OUTCOME:

The BSP bring-up was successful, with the system reliably booting to and executing the Init function, confirming correct early-stage initialization and control flow


Screenshot From 2026-02-18 12-58-48

WHAT NEXT?
Run tm27 test and clock based tests on the current implementation
Start up on the SMP implementation for raspberry pi5

1 Like

Hi @Erick_Karanja, glad to know the notes helped and your system boots. :smiley:

I might be wrong, but since there’s already a running thread on this project, maybe it would be better to keep the discussions there? It will make things easier to follow and would avoid confusions about the current state of the work for anyone wanting to work on this.

Hello @lostux , for sure. Thank you