Convert ELF to Intex hex format.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 25 Jan 2015 21:13:16 +0200
changeset 1675 7e5ff3a96f2d
parent 1674 34357d086f63
child 1676 cb6a89ad2210
Convert ELF to Intex hex format.
asm.rst
disasm.rst
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/asm.rst	Sun Jan 25 21:13:16 2015 +0200
@@ -0,0 +1,25 @@
+.. -*- coding: utf-8; -*-
+.. include:: HEADER.rst
+
+============
+ Assempler.
+============
+.. contents::
+
+Decompile binary file.
+======================
+
+With GNU Binutils::
+
+  $ objdump -w -d file.o
+
+Convert ELF to binary format.
+=============================
+::
+
+Convert ELF to Intex hex format.
+================================
+::
+
+  $ avr-objcopy -O ihex image.elf image.ihex
+
--- a/disasm.rst	Sun Jan 25 21:13:04 2015 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
--*- mode: outline; coding: utf-8 -*-
-
-* objdump.
-
-  $ objdump -w -d file.o
-