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
WHAT NEXT?
Run tm27 test and clock based tests on the current implementation
Start up on the SMP implementation for raspberry pi5
