Skip to content

Commit a3e0673

Browse files
committed
added USB-C UART Hint, fixed wrong command
1 parent 54dd9e4 commit a3e0673

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

content/docs/tools/teddyCloud/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ to host your own figurine audio files on e.g. your [NAS or any other server](sup
1414

1515
![teddyCloud Webinterface](/img/teddyCloudWebinterface.png)
1616

17-
You can also use teddyCloud on the command line to manipulate esp32 firmware dumps or encode Tonie Audio Files (TAFs). See ```toniecloud --help```.
17+
You can also use teddyCloud on the command line to manipulate esp32 firmware dumps or encode Tonie Audio Files (TAFs). See ```teddycloud --help```.
1818

1919
## Links
2020
* [GitHub](https://github.com/toniebox-reverse-engineering/teddycloud)

content/docs/wiki/general/known-problems.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ The box was plugged into power supply with more than 9V.
3939
* microSD defect?
4040

4141
# cc3200tool related
42+
## raise CC3200Error("Timed out while waiting for ack")
43+
### Checks
44+
* Did you do the reset?
45+
* Did you connect Toniebox rst to UART dtr and use the --reset dtr parameter?
46+
* Which UART version are you using?
47+
### Solutions
48+
* Do not use a USB-C UART. They seems not to work reliable. Choose a mikro-USB version instead.
49+
4250
## raise CC3200Error("rx csum failed")
4351
### Checks
4452
* Ground ok?

0 commit comments

Comments
 (0)