Hi all,
I want to write the eboot (TI_EVM_nand.raw) into nand flash in an OMAP EVM 3530 Rev D board by using flash tool (Flash v1.2). I tried to write into the nand flash, but writing eboot to the nand flash is not successful. From the log file it is showing write operation success but data is corrupted, I read back the data using EVM flash tool (EVMFlash 3530 for Micron memory v1.2.1.0) and data is corrupted. Erasing the nand flash using Flash tool (Flash 1.2) is successful.
The configurations which i'm used for writing the nand flash are.
1. EVM_MDDR_MICRON_512M 343007 57 GP Targets\2nd-Downloaders\dnld_startup_omap3_gp_512m.2nd -pheriphalboot_reopen -board_config Targets\Configurations\configuration_evm35xx_micron_512m_revD.txt
5141.configuration_evm35xx_micron_3530_revD.txt
Configuration (configuration_evm35xx_micron_512m_revD.txt) is attached
2. memory NANDINFO driver Targets\Flash-Drivers\nand_onfi_16bit_8bit.bin parameters gpmc 0x6E000000 cs 0 address 0x20000000 bberase 1 onfi 0 bpp 1024 sbpp 32 ppb 64 bpl 4096 l 1 acv 0x23 f 0x0019
Log file (log_8_12_2010.txt) is attached.
3. memory NANDINFO driver Targets\Flash-Drivers\nand_onfi_16bit_8bit.bin parameters gpmc 0x6E000000 cs 0 address 0x20000000 bberase 1 onfi 1
Log file (log_9_12_2010.txt) is attached
In both the cases (2 and 3) write operation is failing.
Can anyone suggest the correct configuration for the EVM Rev D board or how to make the configuration work?