# HG changeset patch # User Oleksandr Gavenko # Date 1423761793 -7200 # Node ID f24fa90e806b09fb7f2d172cc3fbb27f9baa7503 # Parent cbaf018179877c41183c45f50989f85110260921 Convert ELF to binary format. diff -r cbaf01817987 -r f24fa90e806b asm.rst --- a/asm.rst Thu Feb 12 14:30:09 2015 +0200 +++ b/asm.rst Thu Feb 12 19:23:13 2015 +0200 @@ -17,6 +17,8 @@ ============================= :: + $ objcopy -O binary image.elf image.bin + Convert ELF to Intex hex format. ================================ ::