Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[µTVM] Minor fixes to the Reference VM tutorial #7012

Merged
merged 2 commits into from
Dec 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions tutorials/micro/micro_reference_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
1. `Vagrant <https://vagrantup.com>`__
2. A supported Virtual Machine hypervisor.
`VirtualBox <https://www.virtualbox.org>`__ is one suggested free hypervisor, but please note
that the `VirtualBox Extension Pack`_ is required for proper USB forwarding.
that the `VirtualBox Extension Pack`_ is required for proper USB forwarding. If using VirtualBox,
also consider installing the `vbguest <https://github.com/dotless-de/vagrant-vbguest>`_ plugin.

.. _VirtualBox Extension Pack: https://www.virtualbox.org/wiki/Downloads#VirtualBox6.1.16OracleVMVirtualBoxExtensionPack

Expand All @@ -72,9 +73,10 @@

.. code-block:: bash

~/.../tvm $ cd apps/microtvm-vm
# Replace zepyhr with the name of a different platform, if you are not using Zephyr.
~/.../tvm $ cd apps/microtvm/reference-vm/zephyr
# Replace <provider_name> with the name of the hypervisor you wish to use (i.e. virtualbox).
~/.../tvm/apps/microtvm/vm $ vagrant up --provider=<provider_name>
~/.../tvm/apps/microtvm/reference-vm/zephyr $ vagrant up --provider=<provider_name>


This command will take a couple of minutes to run and will require 4 to 5GB of storage on your
Expand Down