Hi Rex,
I have formatted the NAND flash on board as per the user guide. The format was successful but I COULDNOT able to load default images from the MCSDK folder(C:\ti\mcsdk_bios_3_00_02_14\tools\program_evm\binaries\evmk2h) to either NAND or NOR flash. I wanted to restore factory default images on the board using DSS script. Below is the error I get everytime -
##################################################################################
C:\ti\mcsdk_bios_3_00_02_14\tools\program_evm>%DSS_SCRIPT_DIR%\dss.bat program_evm.js evmk2h format-nand
board: evmk2h
endian: Little
emulation: XDS2xx emulator
binaries: C:\ti\mcsdk_bios_3_00_02_14\tools\program_evm/binaries/evmk2h/
ccxml: C:\Users\kgirmaji\ti\CCSTargetConfigurations\nand_testevm2.0.ccxml
Writer:C:\ti\mcsdk_bios_3_00_02_14\tools\program_evm/binaries/evmk2h/nandwriter_evmk2h.out
Formatting NAND device ... Initiated
NAND Writer Utility Version 01.00.00.03
................................................................................................................................................................
................................................................................................
Formatted 4096 nand blocks
Formatting all nand blocks - Successful
Formatting NAND device ...Completed
C:\ti\mcsdk_bios_3_00_02_14\tools\program_evm>
C:\ti\mcsdk_bios_3_00_02_14\tools\program_evm>%DSS_SCRIPT_DIR%\dss.bat program_evm.js evmk2h-le nand
board: evmk2h
endian: Little
emulation: XDS2xx emulator
binaries: C:\ti\mcsdk_bios_3_00_02_14\tools\program_evm/binaries/evmk2h/
ccxml: C:\Users\kgirmaji\ti\CCSTargetConfigurations\nand_testevm2.0.ccxml
Writer:C:\ti\mcsdk_bios_3_00_02_14\tools\program_evm/binaries/evmk2h/nandwriter_evmk2h.out
NAND:C:\ti\mcsdk_bios_3_00_02_14\tools\program_evm/binaries/evmk2h/nand.bin
Start loading nand.bin
SEVERE: C66xx_0: Trouble Reading Memory Block at 0x80000000 on Page 0 of Length 0x4: (Error -1202 @ 0x80000000) Device core is hung. The debugger will attempt to force the device to a ready state to recover debug control. Your application's state will be corrupt. You should have limited access to memory and registers,
but you may need to reset the device to debug further. (Emulation package 5.1.232.0)
Terminate batch job (Y/N)? y
C:\ti\mcsdk_bios_3_00_02_14\tools\program_evm>
C:\ti\mcsdk_bios_3_00_02_14\tools\program_evm>%DSS_SCRIPT_DIR%\dss.bat program_evm.js evmk2h-le nor
board: evmk2h
endian: Little
emulation: XDS2xx emulator
binaries: C:\ti\mcsdk_bios_3_00_02_14\tools\program_evm/binaries/evmk2h/
ccxml: C:\Users\kgirmaji\ti\CCSTargetConfigurations\nand_testevm2.0.ccxml
Writer:C:\ti\mcsdk_bios_3_00_02_14\tools\program_evm/binaries/evmk2h/norwriter_e
vmk2h.out
NOR:C:\ti\mcsdk_bios_3_00_02_14\tools\program_evm/binaries/evmk2h/nor.bin
Start loading nor.bin
SEVERE: C66xx_0: Trouble Reading Memory Block at 0x80000000 on Page 0 of Length 0x4: (Error -1202 @ 0x80000000) Device core is hung. The debugger will attempt to force the device to a ready state to recover debug control. Your application's state will be corrupt. You should have limited access to memory and registers,
but you may need to reset the device to debug further. (Emulation package 5.1.232.0)
Terminate batch job (Y/N)? y
C:\ti\mcsdk_bios_3_00_02_14\tools\program_evm>
####################################################################################
Thanks
Kg