LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   speed problem after kernel updating on PXA270 platform (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/speed-problem-after-kernel-updating-on-pxa270-platform-869519/)

santinelli.paolo 03-18-2011 07:40 PM

speed problem after kernel updating on PXA270 platform
 
Hi,

I have ported/adapted the linux kernel 2.6.37 on my PXA270-based camera platform. Now a simple speed test program takes double time than with the previous kernel version (2.6.9). The cpu speed is the same for both kernels, 510 Mhz

The test program simply measures the time required to fill 1 MB of RAM with a constant value.

I didn't change the bootloader configuration, so the memory controller setting didn't change.

Any idea regarding the cause of this speed lack?

Does exist a way to test the cache memory functionality ?

Thanks

Paolo

nini09 03-24-2011 02:17 PM

The kernel can change memory configuration. That means that maybe memory configuration is changed on new kernel, 2.6.37.

santinelli.paolo 03-25-2011 12:05 AM

Hi nini09,

could be that the kernel changes the memory configuration. Do you have any idea where, in which file, could be the source code that manages that ?

Thanks

Paolo

nini09 03-25-2011 02:59 PM

Following link tell you Linux kernel startup.
http://en.wikipedia.org/wiki/Linux_startup_process.
Normally, boot loader doesn't use MMU but kernel is yes.

santinelli.paolo 03-26-2011 10:48 AM

Hi nini09,

thank you very much for the information. I will continue to work on this problem!

Paolo


All times are GMT -5. The time now is 02:02 AM.