Hi Team,
I have one query regarding adding new flash device for t2081 device. The steps till now followed by me are as follows.
I have modified the init_sram.tcl file according to the documents, i have created an xml file for the device and updated in the manifest.xml file also. But i couldn't perform program action in NOR flash. it just keeps showing "Erasing ....." in console but doesn't finish the job.
For reference i am sharing the logs, nor_device.xml file and datasheet of the nor device.
This below data i have modified in the init_sram.tcl according to IFC memory map and flash timing calculation
# NOR Flash, addr 0xE8000000, 128MB size, 16-bit NOR
# CSPR_EXT
mem [CCSR_ADDR [expr 0x12400C + $NOR_CS * 0x0C]] = 0x00000000
# CSPR
mem [CCSR_ADDR [expr 0x124010 + $NOR_CS * 0x0C]] = 0xE8000101
# AMASK
mem [CCSR_ADDR [expr 0x1240A0 + $NOR_CS * 0x0C]] = 0xF0000000
# CSOR
mem [CCSR_ADDR [expr 0x124130 + $NOR_CS * 0x0C]] = 0x00000000
# IFC_FTIM0
mem [CCSR_ADDR [expr 0x1241C0 + $NOR_CS * 0x30]] = 0x10010020
# IFC_FTIM1
mem [CCSR_ADDR [expr 0x1241C4 + $NOR_CS * 0x30]] = 0x38001302
# IFC_FTIM2
mem [CCSR_ADDR [expr 0x1241C8 + $NOR_CS * 0x30]] = 0x011C381C
# IFC_FTIM3
mem [CCSR_ADDR [expr 0x1241CC + $NOR_CS * 0x30]] = 0x00000000
Can you please suggest me what could be wrong that it is not performing the operation?
Thanks in advance.
Thanks & regards
Irfan