This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux Kernel Image in ELF format

Hello,

We are using OMAP3EVM and its corresponding PSP(OMAP35x-PSP-SDK-02.01.01.08). I need the linux kernel image in .elf format. I tried using the objcopy with binary as input and elf as the output (objcopy -I binary -O elf32-arm uImage uImage_elf), but getting the error "Invalid bfd target". Please let me know steps to build the uImage in the elf format.

Regards,

Srikanth