Merge pull request #6747 from emmanuelsearch/vagrant-readme
vagrant: improved instructions in vagrant README for adding new boards
This commit is contained in:
commit
f7797cca97
4
dist/tools/vagrant/README.md
vendored
4
dist/tools/vagrant/README.md
vendored
@ -51,8 +51,8 @@ This feature allows you to conveniently develop code for RIOT with your preferre
|
||||
your host system and use the VM for compiling, flashing devices and running the native port of RIOT.
|
||||
|
||||
## Additional Information
|
||||
1. VirtualBox: For new boards it is necessary to add missing usb filters to the Vagrantfile so that VirtualBox is able to capture the devices.
|
||||
* For Linux Guest Systems: For new boards it is necessary to add new udev rules to `dist/tools/vagrant/udev_rules`.
|
||||
1. VirtualBox: For new boards it is necessary to add a usb filter (open VirtualBox, click on USB and add the new filter for your board).
|
||||
* For Linux Guest Systems: For new boards it is necessary to add new udev rules in the Vagrant config (in `dist/tools/vagrant/udev_rules`) so that Vagrant can capture the device.
|
||||
The needed `vendor id` and `product id` can be obtained by running `vboxmanage list usbhost`.
|
||||
* For Linux Host Systems: Additionally, in order to allow USB access from within the guest system, the host system user
|
||||
must be a member of the `vboxusers` group (see [here](https://www.virtualbox.org/manual/ch02.html#idm1051)).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user