How to use sdma on i.mx53 to optimize mmc read/write?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to use sdma on i.mx53 to optimize mmc read/write?

ソリューションへジャンプ
1,455件の閲覧回数
deweizhu
Contributor I

Hello,

    I'm doing fastboot on i.mx53 android board.Now I'm optimizing uboot boot-up speed.(Now 125k size,and 1.15s boot-up time,and the goal is 0.5s since I don't wanna to cut fastboot and usb).

    And I wanna to optimize mmc read/write with sdma ,but I just got an article about the work on i.mx6x.

    So, any one has some sugguestions?

    Thank you!

ラベル(1)
タグ(2)
0 件の賞賛
1 解決策
783件の閲覧回数
JayTu
NXP Employee
NXP Employee

We have tried the same patch on i.mx53 before. You can apply it directly. Some compile errors occurred but it is quite easy to fix.

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
784件の閲覧回数
JayTu
NXP Employee
NXP Employee

We have tried the same patch on i.mx53 before. You can apply it directly. Some compile errors occurred but it is quite easy to fix.

0 件の賞賛
783件の閲覧回数
jflahaye
Contributor I

Hello,

Is this the patch you are referring to?

https://community.freescale.com/docs/DOC-93619

When you say that it worked when applied directly, what did you change in the patch? Did you port the board code to another mx53 board and leave the rest as-is? (drivers, includes, etc)

We're currently trying to implement SDMA for copying the kernel image in U-Boot 2009.08, to optimize boot time. We're using an i.mx534 mounted on a custom board, with NAND connected to the NFC. I think our board is based on the loco or EVK board.

As it is, everything is working correctly with our board, we're just trying to shorten the time it takes from power-up to a splashscreen in Linux. We're also trying to shorten the Linux boot time, but that doesn't apply here.

0 件の賞賛