It says here SOP2 needs VCC to enable UART mode. Can I make that connection permanent or does it need to be disconnected again to actually use the box?
As long as SOP2 is set the Box will boot into UART Mode. This will not start the firmware on the box. So it should only be set during flashing.
If you do it like me, you can pull SOP2 high with the UART:
When the CP2102 or FT232RL is connected, the SUP2 gets pulled HIGH, so no need for manually set bridges.
Also always append “—reset dtr” to your command (right after defining the port) (e.g. cc3200tool -p COM3 —reset dtr read_file /cert/ca.der cert/ca.der)
Do I need to solder / “bridge” both connections like shown in your setup? This post shows that you can connect .35 mm resistor clip offs to the holes in the PCB for the connection. In that case only the connection to the holes is made.
I’m still waiting on my toniebox to arrive, but wanted to prepare for the process. Great idea to use VCC from the UART to connect SOP2 to high and to use a female header, I’ll try to do the same.
Any help is appreciated!