This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: Python script for SocID parsing

Part Number: TDA4VM

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