[U-Boot-Users] [Slightly OT] Running a VDSP compiled code on u-boot
Peeyush Prasad
peeyush at rri.res.in
Mon Feb 6 13:35:06 CET 2006
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
More information about the U-Boot
mailing list