All,
Using EVM C6474L and CCS V4.2 Performing initial boot test procedure. I have some confusion with CCS v4.2 and the steps provided in the test procedure.
1. Remove .gel file in your ccs setup. Some .gel file will configure PLL1 and reset DSP automatically which may not be good for debugging.
2. Power off the board and put the DSP in no-boot mode
3. Power up board
4. Program I2C:
a. Open CCS and one core (say core 0 on the first device)
b. Debug->Connect
c. set PLL to bypass mode by setting address 0x29a0100 to 0x40
d. File->Load Program -> Boottest/Utilities/eeprom_0x50.out
e. File->Data->Load -> I2cboot_otherboot\I2cboot_emac_evm_autonegoDisabled_DEVNUM_equals_to_1_PG1.1_1Gbps.ccs if 1Gbps network is used and EVM revision is Rev F or G. Several examples provided in I2Cboot_otherboot directory, if 10/100Mbps network is used and Rev D and below EVM is used, select I2cboot_emac_evm_autonegoDisabled_DEVNUM_equals_to_0_PG1.0_100Mbps.ccs, DEVNUM can be read from DEVSTAT register(0x02880804), PG number can be read from VARIAN field of DEVID register(0x02880814)
For step 4a, is this the same as using TI Debugger in non-project mode?.
For step 4d, File menu does not contain a "Load Program" option. The option is available on the Target menu.
For step 4e, File menu does not provide a "Data " option, What should be done in CCS v4.2
Any guidance appreciated.