Part Number:OMAPL138B-EP
Tool/software: Code Composer Studio
We have Custom Made OMAPL138 Board which operating at 456Mhz.
We are Using CCS JTAG Method to Flash the Pgm
We have created simple LED Toggle Application which is working using CCS Debugging
If I Flash the Same .out File using CCS JTAG Not Working
I am follow the Procedure as follows
- Generate the Boot.out file From Starter ware Boot loader Project and Enter the ARM entry point as
unsignedint entryPoint = 0xc1080000;
unsignedint DspEntryPoint = 0;
- Generate the Boot.ais File from AisGen Tool, Here I enclosed the AisGen Config File
- Generate the HDS_ARM_GPIO_TEST.out file from the Led Toggle Application Project
- Genetae the HDS_ARM_GPIO_TEST.bin file from ttool out2rprc
- Using Nand Writer Project I flash the boot.ais file HDS_ARM_GPIO_TEST.bin file
I not find out the Fault in config file anyone suggest me where is the problem?