Hello,
I'd like to execute an u-boot.ldr file (from ram) through my jtag.
I can execute an u-boot.elf file with the help of this page: http://blackfin.uclinux.org/doku.php?id=bootloaders:u-boot:debugging
But the situation requires me to use an ldr instead of an elf. I assume I can do this by manually parsing the ldr and copy out the given sections to the correct placements. But perhaps there's a tool or something that can help with this?
I've been looking at the bfin-ldr tools, but I cannot really find anything helpful in them? They do however have the ability to load an ldr over uart. Interesting, only I'd like to load it over jtag.
Do you know of something that can help us? Documentation, scripts, walkthroughs, confimation that it's possible, etc?
PS. I don't want to debug the ldr or anything. I just want to execute it.