espressif / esp-idf-template

Template application for https://github.com/espressif/esp-idf
Other
335 stars 201 forks source link

Add vagrant support #10

Closed larryli closed 7 months ago

larryli commented 5 years ago
  1. Installing Vagrant and VirtualBox
  2. Run VBoxManage.exe list usbhost get VendorId and ProductId, then modify Vagrantfile, see Connect USB from Virtual Machine using Vagrant and Virtual Box
  3. Run vagrant up start vm
  4. Run vagrant ssh to exec make defconfig etc.