Can we debug second stage bootloader?
Posted: Mon Sep 26, 2022 6:36 am
Is there any input how to debug second stage bootloader? We are using eclipse to debug the application. when we change the elf to bootloader, we are unable to debug 2nd stage bootloader. we tried placing breakpoint at startup (call_start_cpu0) but it never hits and enters to application.