• aarch64 objcopy fail on high address space
    On the CentOS machine I built an arm assembly code for a-profile(aarch64), and then on the output *.elf file already generated I run the "Arch64-none-linux-gnu-objcopy -O ihex" to generate the intel hex...
  • Why GNU ARM Toolchain objcopy didn't redefine and strip symbols, what a possible workaround?
    I have Android shared library with armeabi-v7 architecture, and I need to rename some functions inside this. Firstly, I tried ARM toolchain v4.9 of Android NDK. I tried: objcopy --redefine-sym _Z3foo1v...
  • JUNO SCP Binaries
    I've one Juno Board , print from boot- Configuring motherboard (rev C, var A).., and tried to update fip.bin file.  Once bl2.bin file in fip is modified I see below error upon booting- OTICE:  BL2: Built...
  • Juno Software Binary Images
    Juno software deliverables are now hosted by Linaro. (The deliverables previously available on the Arm Community are obsolete and have been removed). Instructions for using the Linaro software deliverables...
  • Add binary/data to .img file.
    Dear all, Given a .img file that contain Android kernel and system to be written into the MicroSD for launching Android on a ARM embedded target. Is there a method to  modify e.g. Add certain exec binary...