How should I make IMX53 processor run at full speed.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How should I make IMX53 processor run at full speed.

跳至解决方案
1,099 次查看
swaraj
Contributor II

Hi,

I have a application, which runs very slow on IMX53 ubuntu 10.04. To meet my requirements I should run processor at high speed, so that it processes my SDIO device faster.

What should I do to make processor run at very speed?

I'm already running the SDIO at higher clock speed (50MHz), but still that is not sufficient for me to process. Currently IMX processor is running at 300MHz, So I thought of increasing this processing speed by running processor at higher speed.

Can anyone help me in running the SDIO device at higher speed to achieve desired result.

Thanks

Swaraj


标签 (2)
1 解答
890 次查看
VladanJovanovic
NXP Employee
NXP Employee

When you say SDIO device, do you mean SD card? SD cards can go up to 52MHz in speed, and 4-bit wide data transfer, so their performance will be limited (if you record a lot of data SD cards with higher speed class might help a little).

For more speed, you'll need to look into using NAND, eMMC or SATA/SSD for storage.

cpufreq is one of the tools that can be used to change CPU frequency on the fly.

在原帖中查看解决方案

0 项奖励
1 回复
891 次查看
VladanJovanovic
NXP Employee
NXP Employee

When you say SDIO device, do you mean SD card? SD cards can go up to 52MHz in speed, and 4-bit wide data transfer, so their performance will be limited (if you record a lot of data SD cards with higher speed class might help a little).

For more speed, you'll need to look into using NAND, eMMC or SATA/SSD for storage.

cpufreq is one of the tools that can be used to change CPU frequency on the fly.

0 项奖励