iMX6 flash NAND bench

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

iMX6 flash NAND bench

1,446 次查看
AlbertT
Contributor V

Hello !

I found in the SDK for iMX6 an application that makes a benchmark of a SD card, I am interesting in realizing the same thing but with the flash NAND of my iMX6Q_SD. We already managed to do this when Linux is on, but our results are a bit too high, so we would like try to make it without OS. Since applications of the SDK are doing this, I am trying to start from them.

Unfortunately the access to the SD card seems really different from an access to the flash NAND so I'm looking some help. There is some files that seem to be drivers in sdk/common/usb_stack/Device/app/dfu but I don't know which one to use : flash.h or flash_NAND.h ; but the latter one has a flash_init function which is empty so this is weird.

Thanks!

Jocelyn

标签 (2)
标记 (5)
0 项奖励
回复
1 回复

1,056 次查看
lily_zhang
NXP Employee
NXP Employee

Hello, Jocelyn:

I didn't build SDK before. But when i saw Makefile under sdk\common\usb_stack. I didn't see relative files you mentioned were built. It means all of files you mentioned are not used. You can double check.

MX6 uses GPMI interface for NAND. The codes you can refer to are under sdk\drivers\gpmi.

Lily

0 项奖励
回复