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.

4
  • 1
    Beware: this garbles the loading base address. Will work for OPs case though, as the ihex data bytes start at 0000. Also, any toolchain is good for this operation, not necessarily ARM.
    – ulidtko
    Commented Sep 11, 2018 at 8:23
  • 2
    @ulidtko: 1. the question is for ARM, hence the answer is for ARM; 2. the bin files do not contain loading base address which you claim will be garbled. you specify the address when you load the .bin
    – A. Genchev
    Commented Oct 24, 2018 at 8:05
  • 2
    How do you change the start segment address? I don't want it to base itself at 0x00000000 but instead 0x80000000 for example. Commented Feb 3, 2021 at 4:06
  • 1
    This copies to raw (bare metal) binary, not to ELF. Commented Oct 20, 2021 at 10:02