Other Parts Discussed in Thread: AM1705
Hi
I am trying to get u-boot on a custom board based on an AM1705. I am using the AIS UART tool to boot from UART and everything goes fine (BOOTME, synchro, send file, jump, close port) except that I don't get the u-boot prompt when using a COM terminal. In order to find where's the issue I tried to enable the CRC checking in AIS and I got the following error:
(AIS Parse): CRC enabled.
(AIS Parse): Processing command 58: 0x58535901.
(AIS Parse): Performing Opcode Sync...
(AIS Parse): Loading section...
(AIS Parse): Loaded 152752-Byte section to address 0xC1080000.
(AIS Parse): Processing command 59: 0x58535902.
(AIS Parse): Performing Opcode Sync...
(AIS Parse): Requesting CRC...
(AIS Parse): CRC failed! Sending STARTOVER...
(AIS Parse): 4294814520-Byte seek applied.
(AIS Parse): Processing command 60: 0x58535901.
(AIS Parse): Performing Opcode Sync...
(AIS Parse): Loading section...
Which I believe means nothing got written properly into RAM (which is 16*16M=256MB). Does this mean it is a RAM issue (is CRC trying to read from RAM?) or can this be coming from somewhere else? As synchro is fine I don't really expect things to go wrong during the transfer (especially as the seek applied is always the same).
RAM registers are configured and the CLOCK signal going into RAM is 133MHZ as expected.
Thank you for your help!
Loic