Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
available kernel images for streamline ?
Jump...
Cancel
Locked
Locked
Replies
8 replies
Subscribers
119 subscribers
Views
4160 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
available kernel images for streamline ?
antoine amanieux
over 12 years ago
Note: This was originally posted on 13th November 2012 at
http://forums.arm.com
in order to simplify the setup process to use streamline profiler do you provide kernel images (with properly configured kernel and a filesystem that contains the kernel source/headers) for at least one of the off the shelf tablets (or phone) ? (models from asus, motorola, samsung etc...)
thank you.
Parents
Scott Douglass
over 12 years ago
Note: This was originally posted on 13th November 2012 at
http://forums.arm.com
how do i extract this vmlinux file from my kernel ?
[I like answering the easy questions, because I often get them right.]
Usually the kernel image on the target is zImage (or uImage if you're using U-Boot). It does not contain debug info. It gets built in .../arch/arm/boot
The 'vmlinux' gets built at the same time (or just before) as .../vmlinux and, if you have CONFIG_DEBUG_INFO=y, it does have debug info.
Cancel
Vote up
0
Vote down
Cancel
Reply
Scott Douglass
over 12 years ago
Note: This was originally posted on 13th November 2012 at
http://forums.arm.com
how do i extract this vmlinux file from my kernel ?
[I like answering the easy questions, because I often get them right.]
Usually the kernel image on the target is zImage (or uImage if you're using U-Boot). It does not contain debug info. It gets built in .../arch/arm/boot
The 'vmlinux' gets built at the same time (or just before) as .../vmlinux and, if you have CONFIG_DEBUG_INFO=y, it does have debug info.
Cancel
Vote up
0
Vote down
Cancel
Children
No data