asm.rst
changeset 1682 f24fa90e806b
parent 1675 7e5ff3a96f2d
child 1905 fba288d59662
equal deleted inserted replaced
1681:cbaf01817987 1682:f24fa90e806b
    15 
    15 
    16 Convert ELF to binary format.
    16 Convert ELF to binary format.
    17 =============================
    17 =============================
    18 ::
    18 ::
    19 
    19 
       
    20   $ objcopy -O binary image.elf image.bin
       
    21 
    20 Convert ELF to Intex hex format.
    22 Convert ELF to Intex hex format.
    21 ================================
    23 ================================
    22 ::
    24 ::
    23 
    25 
    24   $ avr-objcopy -O ihex image.elf image.ihex
    26   $ avr-objcopy -O ihex image.elf image.ihex