Hello,
I'm using the AM3359 ICE board.
1) I want to flash the i2c_led example on to the NOR flash.In the project properties->Build->Steps->Post-Build Steps I gave the following:
"C:\ti\am335x_sysbios_ind_sdk_1.0.0.7\sdk\tools/post_build/post_build.bat" "C:\ti\ccsv5" "C:\ti\ccsv5\tools\compiler\arm_5.0.1" "C:\ti\am335x_sysbios_ind_sdk_1.0.0.7\sdk\examples\i2c_led\Debug" "i2c_led" "C:\ti\am335x_sysbios_ind_sdk_1.0.0.7\sdk\tools\isdk_image" "1" "2" "0x08010000" "0x08010000"
but the message on the console says:
'Finished building target: i2c_led.out'
' '
C:/ti/ccsv5/utils/bin/gmake --no-print-directory post-build
"C:\ti\am335x_sysbios_ind_sdk_1.0.0.7\sdk\tools/post_build/post_build.bat" "C:\ti\ccsv5" "C:\ti\ccsv5\tools\compiler\arm_5.0.1" "C:\ti\am335x_sysbios_ind_sdk_1.0.0.7\sdk\examples\i2c_led\Debug" "i2c_led" "C:\ti\am335x_sysbios_ind_sdk_1.0.0.7\sdk\tools\isdk_image" "1" "2" "0x08010000" "0x08010000"
'"C:\ti\ccsv5\tools\compiler\arm_5.0.1/bin/ofd470.exe"' is not recognized as an internal or external command,
operable program or batch file.
File does not exist: at XML_TI_OFD.pm line 877
'"C:\ti\ccsv5\tools\compiler\arm_5.0.1/bin/hex470.exe"' is not recognized as an internal or external command,
operable program or batch file.
Binary file does not exist in path
finished
' '
**** Build Finished ****
2)Where do I obtain boot_NOR.bin file????In the SDK getting started guide,it is mentioned that
1. Flash NOR boot loader into ICE NOR flash
2. Ensure that a jumper is connected between pins 1 & 2 on J10
3. Flash application into NOR flash sector number 1
Thanks Savitha