Skip to content

Commit

Permalink
details to write via flashrom
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Sep 17, 2024
1 parent c98d475 commit a59e9d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/docs/tools/teddyCloud/setup/flash-ca/cc3235.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ description: ""
---

# CC3235
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.
```
cc3200tool -if cc32xx-flash.bin -of cc32xx-flash.customca.bin -d cc32xx write_file customca.der /cert/ca.der
```

```
flashrom -p serprog:dev=/dev/ttyACM0:921600 -w cc32xx-flash.bin --progress
```

[Please continue with DNS step for the CC3235](../../dns/cc3235)

0 comments on commit a59e9d5

Please sign in to comment.