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