Adding new device in CodeWarrior flash programmer

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

Adding new device in CodeWarrior flash programmer

跳至解决方案
1,178 次查看
nobelsharanyanj
Contributor III

Hi,

 

I am working in P1010 custom board bringup, Here we use "MT29F2G08ABAEAWP" instead of "MT29F16G08ABACA - P1010RDB-PB".

 

Since we boot from NOR flash(32MB), everything works good. I am able to read and write to NAND flash in u-boot and its working fine.

 

As size of NOR flash is small we thought to use NAND flash for storing rootfs. When tried to flash using flash programmer the device is missing in the list.

 

So I created a MT29F2G08ABAEA-IFC.xml file which is a exact replica of MT29F2G08ABAEA-eLBC.xml in

CodeWarrior_PA_10.4.0/PA/CodeWarrior/CodeWarrior_Plugins/Support/Products/ProductData/FPDevices.mwpdb/FP/

 

only a minor changes such as algorithm - "MT29FxG08-IFC.elf" and flash utility "MT29FxG08-IFCUtility.elf".

 

But when I tried the flashprogrammer, erase is getting success where us the blank check is getting failed.

 

Please let me know if I missed out anything.

 

Regard

Nobel

标签 (1)
0 项奖励
回复
1 解答
720 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Hello Nobel,

In CodeWarrior initialization file, it's needed to modify NAND IFC controller configuration section(FTIM0, FTIM1 and FTIM2) according to your target board, this configuration is coincident with the configuration in u-boot header file.

In addition, would you please also provide the log of flash programmer?


Have a great day,
Yiping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
721 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Hello Nobel,

In CodeWarrior initialization file, it's needed to modify NAND IFC controller configuration section(FTIM0, FTIM1 and FTIM2) according to your target board, this configuration is coincident with the configuration in u-boot header file.

In addition, would you please also provide the log of flash programmer?


Have a great day,
Yiping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复