Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Did you use any loader for this binary? It might be that the sections are not correctly constructed and thus memory addresses do not match for it to be correctly referenced. Commented Feb 8, 2022 at 17:12
  • No. I didn't use a loader. This file isn't an ELF or PE--it's some proprietary format. I'll add more information to the question. Commented Feb 9, 2022 at 1:09
  • Are you sure it should start at 0x0? In the linked source code you can find lines like this #define UBOOT_BASE 0x4a000000 and similar that defines much higher addresses. Commented Feb 9, 2022 at 7:50
  • Yes. I'm sure it starts at 0x0. At 0x0, you can see a jump to the instructions in my screenshot. U-boot gets loaded after this code (boot0). Commented Feb 10, 2022 at 1:17