Skip to content

Commit f1cf122

Browse files
authored
Merge pull request #68 from henryk86/master
Added USB-C UART Hints
2 parents 233c89c + d0337b9 commit f1cf122

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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](set
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/tools/teddyCloud/setup/dump-certs/esp32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: ""
55

66
# ESP32
77
You can extract the flash memory via the debug port of the box and the esptool. Keep your backup! Please use a recent version of [esptool](https://github.com/espressif/esptool). (>v4.4)
8-
Please connect the jumper J100 (Boot) and reset the box to put it into the required UARTmode. Connect your 3.3V UART to J103 (TxD, RxD, GND).
8+
Please connect the jumper J100 (Boot) and reset the box to put it into the required UARTmode. Connect your 3.3V UART to J103 (TxD, RxD, GND). Please avoid USB-C UARTs as they were recently reported as not working as expected.
99

1010
If you're unsure in which mode the ESP32 is starting:
1111

content/docs/wiki/cc3200/debug-port.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ SOP2 (pin 9) high will activate the UART load mode to flash the system during de
5252

5353
# Extract Firmware
5454
## Introduction
55-
Grab your favourite USB-UART **3.3V** interface, recommending those with DTR or RTS port to automate board reset. You may also use a CC3200 Launchpad, but then you will need to reset it by hand. SOP2 need to be pulled high while reset to set the cc3200 into UART-Mode.
55+
Grab your favourite USB-UART **3.3V** interface, recommending those with DTR or RTS port to automate board reset. Please avoid USB-C UARTs as they were recently reported as not working as expected. You may also use a CC3200 Launchpad, but then you will need to reset it by hand. SOP2 need to be pulled high while reset to set the cc3200 into UART-Mode.
5656
You may have a UART to USB adapter that supports both 3.3V and 5V. In this case you should find a jumper on the board to select the correct mode. You can see examples of such jumpers here (but there are others.)
5757
**In any case, make absolutely sure that 3.3V (often labelled 3v3) is set or you will frie your board!**
5858

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)