Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
How to conver uClinux kernel(vmlinux) to HEX file to run on VCS(verilog compiled simulator )?
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
3459 views
Users
0 members are here
Options
Share
More actions
Cancel
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
How to conver uClinux kernel(vmlinux) to HEX file to run on VCS(verilog compiled simulator )?
Heron Zhang
over 12 years ago
Note: This was originally posted on 15th September 2012 at
http://forums.arm.com
Hi,
I want to run uClinux on VCS(verilog compiled simulator),so how to convert uClinux kernel(vmlinux) to HEX file to run on VCS? The tool fromelf can used, but there are two output file (text and data),I don't know how to run the two file on the VCS.
Thanks in advance!
Parents
Simon Craske
over 12 years ago
Note: This was originally posted on 15th September 2012 at
http://forums.arm.com
You don't need to perform this conversion, just use $fopen and $fread to directly read the vmlinux binary.
hth
s.
Cancel
Vote up
0
Vote down
Cancel
Reply
Simon Craske
over 12 years ago
Note: This was originally posted on 15th September 2012 at
http://forums.arm.com
You don't need to perform this conversion, just use $fopen and $fread to directly read the vmlinux binary.
hth
s.
Cancel
Vote up
0
Vote down
Cancel
Children
No data