2009-03-10 03:14:31 uClinux SDRAM-Allocation
Patrick Hotz (GERMANY)
Message: 70646
Hi Guys,
i have a special problem with my uClinux-dist.
The programm i want to use is a special software which uses a specific part of my SDRAM.
Is there a programm like "ps" or something like that which i can use to show the used adresses of my SDRAM?
For example:
ID Name RAM
1 init 0x1004 - 0x1183
2 hello 0x38453 - 0x39583
Greetings,
Patrick
TranslateQuoteReplyEditDelete
2009-03-10 03:16:02 Re: uClinux SDRAM-Allocation
Mike Frysinger (UNITED STATES)
Message: 70648
no application uses a single chunk of memory, so having ps show it wouldnt make sense
look at the maps files found in /proc/ ... and read the proc man page