Hello,
I have a very strange problem. I was using AIS bootloader to load program to EVMC6747 Starter kit. It worked.
After few days I wrote an AIS HOST interpreter on another EVM, that loads the first one, and it works. Then I go back to the program supplied by TI (AIS UART BOOT HOST) and trying to load again from PC, and this generates an error log:
(AIS Parse): Performing Opcode Sync... (AIS Parse): Loading section... (AIS Parse): Loaded 512-byte section to address 0x11813C00. (AIS Parse): Processing command 6: 0x5853590A. (AIS Parse): Performing Opcode Sync... (AIS Parse): Filling section... (AIS Parse): Filled 48-byte section with pattern 0x00000000. (AIS Parse): Processing command 7: 0x58535901. (AIS Parse): Performing Opcode Sync... (AIS Parse): Loading section... (AIS Parse): Loaded 128-byte section to address 0x118142BC. (AIS Parse): Processing command 8: 0x58535901. (AIS Parse): Performing Opcode Sync... (AIS Parse): Loading section... (AIS Parse): Loaded 869-byte section to address 0x118134F0. (AIS Parse): Processing command 9: 0x5853590A. (AIS Parse): Performing Opcode Sync... (AIS Parse): Filling section... (AIS Parse): Filled 4-byte section with pattern 0x00000000. (AIS Parse): Processing command 10: 0x5853590A. (AIS Parse): Performing Opcode Sync... (AIS Parse): Filling section... (AIS Parse): Filled 512-byte section with pattern 0x00000000. (AIS Parse): Processing command 11: 0x58535901. (AIS Parse): Performing Opcode Sync... (AIS Parse): Loading section... (AIS Parse): Loaded 15712-byte section to address 0xC4019500. (AIS Parse): Processing command 12: 0x58535901. (AIS Parse): Performing Opcode Sync... (Serial Port): Read error! (The operation has timed out.) (AIS Parse): I/O Error in read!
This is very strange, since the situation is that now I can load the file from another EVM by program that I wrote (which is a copy of TI code, translated from C# to C embedded), but I cannot do it from PC with a software provided by TI ! The question is: Could it be that I did something to reconfigure the board accidently? How do I reset to default? The baud rate is the same: 230400,8,none,1, UART2.
Regards Arye