This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
How to convert a memory dump/raw binary image into an ELF file
- From: "A.W.C. via binutils" <binutils at sourceware dot org>
- To: <binutils at sourceware dot org>
- Date: Sun, 5 Aug 2018 18:44:26 +0000 (UTC)
- Subject: How to convert a memory dump/raw binary image into an ELF file
- References: <1940588989.2343590.1533494666473.ref@mail.yahoo.com>
- Reply-to: "A.W.C." <bluestream at ymail dot com>
- Reply-to: "A.W.C." <bluestream at ymail dot com>
How to convert a raw MIPS binary file into an .ELF file?
The binary file is contents of memory region (SPI Flash), converted from hex to binary form (.bin) use xxd -r command.
The Linux 'file' command determines the file type of file.bin as 'data' file type.
Regards,
Alex