We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98d475 commit a59e9d5Copy full SHA for a59e9d5
content/docs/tools/teddyCloud/setup/flash-ca/cc3235.md
@@ -4,9 +4,13 @@ description: ""
4
---
5
6
# CC3235
7
-Replace the original CA within your flash dump with the replacement CA and reflash it to your box. I recommend flashrom for that
+Replace the original CA within your flash dump with the replacement CA and reflash it to your box.
8
```
9
cc3200tool -if cc32xx-flash.bin -of cc32xx-flash.customca.bin -d cc32xx write_file customca.der /cert/ca.der
10
11
12
+```
13
+flashrom -p serprog:dev=/dev/ttyACM0:921600 -w cc32xx-flash.bin --progress
14
15
+
16
[Please continue with DNS step for the CC3235](../../dns/cc3235)
0 commit comments