Hello, I know similar questions have been posted and I have read them all. But this seems a little different.
My board is based on LS1012ARDB. All memory is blank. When I try to connect the CodeWarrior TAP I see "Failed to write memory at address 0x1ee00e4 on core CortexA53#0.
I have already grounded CLK_OUT to use hardcoded RCW, and I have edited cwflash.py to use safe RCW.
I have an LS1012ARDB board, so I connected TAP to it and used the flash programmer to erase memory, making it like a new board. Then I opened a command prompt and followed the instructions to program with aarch64-fsl-gdb.exe. Everything worked fine.
But my board still gives me the same error about writing 0x1ee00e4.
I turned on logging and compared the messages I get from the reference board and my board. Attached.
Why do both boards show "LS1043A" in the ccs_config_chain instead of LS1012A?
Why does the reference board show 16 devices in ccs_get_config_chain but my board only shows 3? Is this why I'm getting the error?
Thank you for any suggestions,
Joel