Skip to main content
8 events
when toggle format what by license comment
Oct 20, 2021 at 10:02 comment added Michał Leon This copies to raw (bare metal) binary, not to ELF.
Feb 3, 2021 at 4:06 comment added Brandon Ros How do you change the start segment address? I don't want it to base itself at 0x00000000 but instead 0x80000000 for example.
Feb 16, 2019 at 6:29 history edited Cactus CC BY-SA 4.0
You don't need ARM-specific version of objcopy, and the parameters can be made more symmetric
Oct 24, 2018 at 8:05 comment added A. Genchev @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
Sep 11, 2018 at 8:23 comment added ulidtko 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.
May 14, 2016 at 12:24 review Late answers
May 14, 2016 at 12:26
May 14, 2016 at 12:09 review First posts
May 14, 2016 at 12:14
May 14, 2016 at 12:09 history answered A. Genchev CC BY-SA 3.0