andrew_j_w
Still Fresh
- Joined
- Sep 18, 2005
- Messages
- 59
Hi,
How much memory does the /dev/mem device give you access to? Is it just the bottom 32MB that is accessible to Linux, or can you use it to access the top 32MB as well?
I wondering how to copy data so it can be used by the second processor. Is it as simple as mmap'ing /dev/mem, or do I need to do something much trickier?
I would check myself but I've been bashing my head against a brick wall trying to get an arm toolchain to build successfully.
Cheers,
Andrew
How much memory does the /dev/mem device give you access to? Is it just the bottom 32MB that is accessible to Linux, or can you use it to access the top 32MB as well?
I wondering how to copy data so it can be used by the second processor. Is it as simple as mmap'ing /dev/mem, or do I need to do something much trickier?
I would check myself but I've been bashing my head against a brick wall trying to get an arm toolchain to build successfully.
Cheers,
Andrew