You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/12/02 13:56:04 UTC

[tvm] branch main updated: [µTVM] Minor fixes to the Reference VM tutorial (#7012)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 636739a  [µTVM] Minor fixes to the Reference VM tutorial (#7012)
636739a is described below

commit 636739af8d14c864d263a55323acc6c530497588
Author: Andrew Reusch <ar...@octoml.ai>
AuthorDate: Wed Dec 2 05:55:45 2020 -0800

    [µTVM] Minor fixes to the Reference VM tutorial (#7012)
    
    * Add recommendation to install vbguest plugin.
    
    * Update directories to match checked-in.
---
 tutorials/micro/micro_reference_vm.py | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/tutorials/micro/micro_reference_vm.py b/tutorials/micro/micro_reference_vm.py
index dec1be9..4b449a0 100644
--- a/tutorials/micro/micro_reference_vm.py
+++ b/tutorials/micro/micro_reference_vm.py
@@ -61,7 +61,8 @@ A minimal set of prerequisites are needed:
 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
 
@@ -72,9 +73,10 @@ The first time you use a reference VM, you need to create the box locally and th
 
 .. 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