Hello.
I am currently exploring the BPI-R3 board for a ground-up networking project.
I will essentially be removing any existing bootloader code on the board.
However, im having trouble finding details on the first stage bootloader. I understand I can tell the board which media to expect the second stage bootloader on, but I cant find any details about the format, offset, and any other info, the first stage bootloader expects.
Is this published anywhere? I grabbed the OpenWRT image and explored it a bit, but dont see uboot or any other bootloader there, so im assuming the board comes with uboot flashed to one of the media devices?
Anyway, my goal here to basically rip out any binaries, and begin working on the board from the first stage (hard coded) bootloader and up. How can I get this info? Happy to look at source code if it exists as well.