Hello experts,
In thread: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1261684/tda4vm-how-to-check-keywrite-chip-status-without-wakeup-uart/4780513
There is a mention of a python script that parses the outcome from a dfu-util SocID request:
Hi
You can use a dfu mode to get the device type
dfu-util -a SocId -U socid.bin
and parse the bin using parser script
./parse_soc_id.py --binary socid.bin
Regards
Diwkaar
Where can I find this script?
Regards,
/Bo