Hi,
I created an external application that is updating the software of the radar module AWR1843AOP over the CLI.
I flashed the second bootloader and can flash my modified overhead_3d_people_count_demo_default.bin with the teraterm X-modem-1k.
On the console I see Debug: Total data written = 0x99000.
My external application (running on a attached micro controller) should to the same. I can send all data of the overhead_3d_people_count_demo_default.bin to the radar module without receiving any NACK during data transmission.
However after sending all packages and sending EOT, the message Error: RPRC Parsing Failure!!! is printed on the console.
Browsing through the sbl code, I notice the Authentication check is ok, (I assume all data is transferred successfully..?) but the next stage, SBL_imageParser failed.
I can see that the final package I send is padded with 0 to get a package of 1024 bytes long. Also padding with CPMEOF ( = ^Z, = 0x1A) is resulting in the same error.
What could go wrong here?