You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,6 +20,7 @@ For links go to [https://github.com/RIOT-OS/Tutorials](https://github.com/RIOT-O
20
20
git submodule update --init --recursive
21
21
```
22
22
* Change to the `RIOT` directory: `cd Tutorials/RIOT/`
23
+
* In case a virtual machine is disseminated locally, adapt the path for the vagrant box `vagrant box add RIOT-VM <path to box>`
23
24
* Run `vagrant up` and `vagrant ssh` afterwards. See the [Vagrant RIOT Setup](https://github.com/RIOT-OS/RIOT/blob/master/dist/tools/vagrant/README.md) for a more general explanation.
24
25
25
26
**Recommended Setup** (Without Using a VM)
@@ -51,12 +52,20 @@ For links go to [https://github.com/RIOT-OS/Tutorials](https://github.com/RIOT-O
51
52
52
53
## Troubleshooting
53
54
54
-
If you get the following error after running `vagrant up`
55
+
### If you get the following error after running `vagrant up`
55
56
56
57
> The guest machine entered an invalid state while waiting forit to boot. Valid states are 'starting, running'. The machine isin the 'poweroff' state.
57
58
58
59
Make sure you have the [Extension Pack](https://www.virtualbox.org/wiki/Downloads) installed.
59
60
61
+
### If you cannot flash a connected board (`/dev/ttyXXXX` does not exist)
62
+
63
+
Make sure your user is a member of the usergroup `vboxusers`. On Linux you can add the current user with
64
+
65
+
`usermod -a -G vboxusers $USER`.
66
+
67
+
Note that you need to log out once to reload a Linux user's group assignments
68
+
60
69
## License
61
70
This work and all its related code and documents are licensed under a
62
71
[Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/)
0 commit comments