Hi Yiping:
Got it, many thanks for your patient answer!
1, About flash programmer:
We use MT29F8G16ADBDA Flash, according to the the steps AN4948-flash-program.pdf doc, we can start to program flash, but when select the flash device, I found there is only MT29F8G08ADBDA-IFC device.
Then I try to modify Freescale\CW_PA_v10.5.1\PA\bin\plugins\support\Products\ProductData\FPDevices.mwpdb\FP\MT29F8G08ADBDA-IFC.xml file to use MT29F8G16ADBDA flash device, but I found there is the following binary file was needed in xml file:
/*************************************************************************************************/
Freescale\CW_PA_v10.5.1\PA\bin\plugins\support\Flash_Programmer\EPPC\MT29FxG08-IFC.elf
Freescale\CW_PA_v10.5.1\PA\bin\plugins\support\Flash_Programmer\EPPC\MT29FxG08-IFCUtility.elf
/*************************************************************************************************/
I found there is Nand flash 16 bit configuration was supported in t2080rm doc:
/*************************************************************************************************/
1_1001_xxxx 16-bit NAND Flash, 4 KB page, 128 pages/block
cfg_rcw_src[5:8] encodings are the same as those described for 1_0001_xxxx (8-bit NAND Flash, 4 KB page, 128 pages/block)
1_1010_xxxx 16-bit NAND Flash, 4 KB page, 256 pages/block cfg_rcw_src[5:8] encodings are the same as those described for 1_0001_xxxx (8-bit NAND Flash, 4 KB page, 128 pages/block)
/*************************************************************************************************/
to programmer this kind of flash, what we should do to add new type device in Flash Programmer? If there need some new elf file?
2, I still failed to connect target with the step you mentioned before, The init file I used is T2080RDB-PCIe_init_sram.tcl, and jtag chian rcw file I used is T2080RDB-PCIe_RCW_1533_600_1600-rev1.1.txt.
But With Hard Coded RCW options, the connect can be done successfully, looks the rcw file is not right, in the next, I plan to compare the content with hard coded rcw content, and modify T2080RDB-PCIe_RCW_1533_600_1600-rev1.1.tx file to make connection happen..
And to go further with u-boot booting to verify some more module(just download into sram and boot, not via flash program), I saw the uboot debug doc you mentioned before is only for u-boot which resident in flash, do you know which other doc should I follow for this request(download u-boot to sram and boot)?