Hello, I’m new to Toniebox modding.
I have a box with a CC3200 chip. TeddyCloud runs in Docker on Proxmox.
Where and how do I have to install the CC3200 tool? In the console of TeddyCloud, Docker or Proxmox?
I don’t know where to execute the commands in the CC3200 tool instructions? Can someone help me with that?
Hi, on your Laptop or pc. Locally.
How to install… see the repository there is a readme.
If you’re on windows, use a administrator account. I already had python and pip installed apparently but I wasn’t able to successfully install cc3200tool on my local account, even when I used cmd with elevated privileges.
Ah, ok… thanks for this infos.
But first I have to set up a Win11 machine because my local Win7 laptop doesn’t accept Python >3.6.
The CC3200Tool is now running.
With this command “cc3200tool -p COM3 read_flash firmware.dmp read_all_files ./target_dir”
do I have to replace “target_dir” with a directory of my choice or does it have to stay like that?
You don’t have to replace it, you can. As is you would use the subfolder target_dir
in your current working directory.
ok, thanks…