Skip to content

Commit

Permalink
Add Mount Script Command to README
Browse files Browse the repository at this point in the history
We added a mount script for windows mounting hardware to the container but it wasn't added to the README
  • Loading branch information
nwdepatie committed Sep 26, 2023
1 parent 548fdc6 commit 1cd3d3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ openocd -f interface/cmsis-dap.cfg -f target/stm32f4x.cfg -c "adapter speed 5000
```
### Mounting Hardware to Docker Container in Windows
> Very specific use case but nonetheless needed, also documented in the above confluence page, on macOS and Linux this happens by default when running privileged docker container
**We now have a Python script to automatically mount hardware! Run:** `python3 mount.py`

For manually mounting, follow the process below:
```
# Connect probe and open two terminals
Expand Down

0 comments on commit 1cd3d3a

Please sign in to comment.