Tool/software:
Hi Team,
I’m trying to run the Python script located in boot (boot_socid_parser.py
). My data.txt
file provides a binary indicating whether the device is in HS or FS mode, and I believe I need to run this script to decrypt it. However, when I attempt to run the script, I get an “invalid port” or “port is busy” error.
I suspect the port is busy because I previously initialized UART boot mode and was able to receive characters. I’m stuck at this step and can’t determine whether it’s an HS or FS device.
Could you please help me resolve the “port busy” or “invalid port” issue? I can see characters in the Code Composer Studio serial terminal. For reference, I’m running Ubuntu 22.04, and Code Composer Studio is also installed on Ubuntu 22.04.