Tool/software: Code Composer Studio
software : vision SDK 3.07
board: J6EVM(X5777)
i want to load using nor , and Reference resources is doc-- "VisionSDK_UserGuide_TDA2xx.pdf" in sdk
when i put sbl_nor_opp_high_a15_0_release.bin to board bu CCS, it is normal when i erase the nor flash and read file
/********************************************************************/
[CortexA15_0] Starting NOR Flash Writer.
CFI Query...passed.
NOR Initialization:
Command Set: Spansion
Manufacturer: SPANSION
Size: 0x40 MB
Enter the file path to flash: DIR/sbl_nor_opp_high_a15_0_release.bin
Erasing the NOR Flash upto range: 0xC000000
Erased through 0x8020000
...
...
...
...
Erased through 0xC000000
Erase Completed
Load Options:
-------------
0 -> fread using code (RTS Library)
1 -> load raw using CCS (Scripting console)
Enter Load Option:
0
Reading 101316 bytes from file...
Read 16384 bytes [16%] from file...
Read 32768 bytes [32%] from file...
Read 49152 bytes [48%] from file...
Read 65536 bytes [64%] from file...
Read 81920 bytes [80%] from file...
Read 98304 bytes [97%] from file...
Read 101316 bytes [100%] from file. Done!!
/********************************************************************/
but when writing the data to nor flash, it is comes error as follows:
/********************************************************************/
Writing 0x18BC4bytes to NOR...
Data verify failed.
Buffered write failed @ address 0x%x
Trying normal write
Failed flashing @ 0x%x
Normal write also failed
NOR Write Failed...Aborting!
ERROR: Writing NOR failed.
NOR flashing failed!
/********************************************************************/