Skip to content

Commit

Permalink
Bugfix/walkthrough documentation (#1354)
Browse files Browse the repository at this point in the history
* Update post-installation step

* Collapse all menus except commands
  • Loading branch information
radurentea authored Nov 29, 2024
1 parent 0911e67 commit 7e4b592
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
21 changes: 14 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,31 +327,38 @@
"idfViewController": [
{
"id": "idfCommands",
"name": "%view.idf.idfCommands%"
"name": "%view.idf.idfCommands%",
"visibility": "visible"
},
{
"id": "idfSearchResults",
"name": "%view.idf.idfSearchResults%"
"name": "%view.idf.idfSearchResults%",
"visibility": "collapsed"
},
{
"id": "idfPartitionExplorer",
"name": "%view.idf.idfPartitionExplorer%"
"name": "%view.idf.idfPartitionExplorer%",
"visibility": "collapsed"
},
{
"id": "idfAppTracer",
"name": "%view.idf.idfAppTracer%"
"name": "%view.idf.idfAppTracer%",
"visibility": "collapsed"
},
{
"id": "idfAppTraceArchive",
"name": "%view.idf.idfAppTraceArchive%"
"name": "%view.idf.idfAppTraceArchive%",
"visibility": "collapsed"
},
{
"id": "espRainmaker",
"name": "%view.idf.espRainmaker%"
"name": "%view.idf.espRainmaker%",
"visibility": "collapsed"
},
{
"id": "espEFuseExplorer",
"name": "%view.idf.espEFuseExplorer%"
"name": "%view.idf.espEFuseExplorer%",
"visibility": "collapsed"
}
],
"explorer": [
Expand Down
6 changes: 2 additions & 4 deletions walkthroughs/basic/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ Click the Install button to begin the installation process.
![Start Installation](../../media/walkthrough/install-btn.png)

### 5. Post-Installation Step (Linux only)
After installation, run the following command in your preferred terminal:
```
sudo cp --update=none /home/hmp/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240318/openocd-esp32/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
```
For Linux users, a message is shown to add OpenOCD rules in `/etc/udev/rules.d` which you need to run with sudo privileges.


## Related Resources

Expand Down

0 comments on commit 7e4b592

Please sign in to comment.