I'm learning bootloader (u-boot) and want to perform live debug u-boot with raspberry PI. My doubt is, is it possible to debug bootloader in raspberry pi?. If yes, how can i do setup to perform live debug.
I have u-boot code and compiled it and also imported in eclipse IDE. I want to know steps to do flashing the u-boot.bin into raspberry pi / SD card and then debugging with eclipse + GDB.