[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ELF file to .bin convertion (mpc8313erdb)
- Date: Fri, 26 Sep 2008 15:20:12 -0400
- From: ytian at bnl.gov (Yuke Tian)
- Subject: ELF file to .bin convertion (mpc8313erdb)
Hi,
I built an RTEMS application on mpc8313erdb (start supported from 4.9).
The board come with a pre-installed U-boot to allow download application
into memory and run. But it seems U-boot only support .bin raw binary
image. The .exe or .o files generated from the Makefile are all ELF
32-bit MSB executable files. Does anyone know what tools I should use
to convert the ELF to .bin format for this powerpc CPU ? Specifically
for this board, which memory address I should load the .bin file.
Thanks,
Yuke