Arm Community
Site
Search
User
Site
Search
User
Support forums
Architectures and Processors forum
Dynamic loading ARM9 executables.
State
Accepted Answer
+1
person also asked this
people also asked this
Locked
Locked
Replies
3 replies
Subscribers
350 subscribers
Views
4856 views
Users
0 members are here
DSP
Arm9
Memory
Options
Share
More actions
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Dynamic loading ARM9 executables.
veesh852 veesh852
over 12 years ago
Note: This was originally posted on 28th January 2009 at
http://forums.arm.com
Hi all,
Our system have one DSP and one ARM and system will boot with DSP then DSP should load ARM executable in ARM program memory. how to do this ?.
We tried the following, but unable to succeed .
1] build the ARM code(which has boot code also), it will generate '.out ' executable
2] convert '.out ' executable into binary using hex470.exe .
3] From DSP read generated binary file and copy into arm program memory.
I think we are missing something like we need get address of each sections like .text , .data etc.. according to that we need to copy(is it right??). But how to get this address location information?
Or is there any procedure to do that?
Thank you,
Vicky
Top replies
veesh852 veesh852
over 12 years ago
+1
verified
Note: This was originally posted on 29th January 2009 at http://forums.arm.com Hi Bhav, Thanks for your reply.. To generate ARM executable .out file we used cl470.exe and to convert .out to .bin we used...
0
Quote