Part Number: TDA3
Hi,
I tried to upload (flash) the SD card with new TDA3 AppImage suing the network_ctrl tools from a Linux machine. I used ./network_ctrl.out --ipaddr 192.168.4.200 --cmd mmc_wr_appimage AppImage. Although it said it's successfully flashed the image onto the SD Card, but i didn't work. The AppImage I provided to have a different file size than the one on the card. I dug further into the issue and found that the handler fileIOCmdHandler() in the network_ctrl_handle_mmc_wr.c file wasn't called. I then tried to debug it by putting a break point in this c file of the fileIOCmdHandler() in the debugger. Then I got the image below even though I loaded the symbol files for IPU1_0 and IPU1_1. I ised IPU1_1 to handle network traffic while I supposed IPU1_0 will handle the SDcard write.
Thank you,