docs: Add USB access instructions
4 unresolved threads
4 unresolved threads
Merge request reports
Activity
75 75 | ``vfs`` | 12MiB | FAT32 filesystem (with [#WL]_ layer). | 76 76 +--------------+--------+---------------------------------------+ 77 77 78 Accessing files from a PC 78 79 80 Setup USB access rules changed this line in version 2 of the diff
75 75 | ``vfs`` | 12MiB | FAT32 filesystem (with [#WL]_ layer). | 76 76 +--------------+--------+---------------------------------------+ 77 77 78 Accessing files from a PC 78 79 80 Setup USB access rules 79 81 ------------------------- 80 82 83 .. warning:: 84 **Did you set up USB access rules already?** 85 86 To let ``mpremote`` to work properly your user needs to have access rights to ttyACM. 87 88 Quick fix: ``sudo chmod a+rw /dev/ttyACM[Your Device Id here]``` changed this line in version 2 of the diff
76 76 +--------------+--------+---------------------------------------+ 77 77 78 Accessing files from a PC 78 79 80 Setup USB access rules 79 81 ------------------------- 80 82 83 .. warning:: 84 **Did you set up USB access rules already?** 85 86 To let ``mpremote`` to work properly your user needs to have access rights to ttyACM. 87 88 Quick fix: ``sudo chmod a+rw /dev/ttyACM[Your Device Id here]``` 89 90 More sustainable fix: Setup an systemd rule to automatically allow the logged in user to access ttyUSB changed this line in version 2 of the diff
added 9 commits
-
10dc2949...46b0eab8 - 7 commits from branch
flow3r:main
- 3b3da2dc - docs: Add USB access instructions
- 17c67375 - docs: Fix copy + bring back title
-
10dc2949...46b0eab8 - 7 commits from branch
enabled an automatic merge when the pipeline for 17c67375 succeeds
Please register or sign in to reply