
6 Feb
2006
6 Feb
'06
1:35 p.m.
hi list, I have a VDSP compiled standalone code which I am able to successfully load from the flash of my board and run. Now I wanted to use u-boot as my boot loader and do a 'go <addr> ' to my app; Currently I get a .ldr file from which, in principal, I can get my binary code out by stripping the .ldr headers... I thought it might be simpler to create an application and extract the binary from the .dxe file created, except the elfdump utility on VDSP, at first look did not seem to allow that. I could also use bfin-elf-objdump (which I have used successfully for bfin-elf-gcc compiled apps, except that VDSP puts in a machine type number on which objdump chokes... How does one go about doing this?? TIA -- Peeyush