Commit 0e26ab2
authored
content.md: disable RCP auto-update from sdkconfig.defaults
While following this documentation today, I noticed that it didn't work. ESP32 board complained that it's trying to update RCP and failing to do so.
I noticed that the sdkconfig line for ```CONFIG_OPENTHREAD_BR_AUTO_UPDATE_RCP``` is automatically uncommented / overwritten when running ```idf.py build```. That config is enabled inside sdconfig.defaults file and it seems that build step writes atleast some defaults to sdkconfig.
This commit adds additional step for commenting out that RCP auto update setting from sdkconfig.defaults file as well, which fixed this issue for me.
For context I was following this guide on 9th of August 2025 with POP!_OS 22.04 LTS 64-bit. Fresh git pulls for every step, just as mentioned in the guide.1 parent fa547bb commit 0e26ab2
File tree
1 file changed
+8
-0
lines changed- content/hardware/03.nano/boards/nano-matter/tutorials/07.open-thread-border-router
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
245 | 253 | | |
246 | 254 | | |
247 | 255 | | |
| |||
0 commit comments