File tree 1 file changed +6
-1
lines changed
Documentation/teaching/info
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,20 @@ virtual machine.
11
11
In order to run and use the virtual machine the following packages are required
12
12
on a Debian/Ubuntu system:
13
13
14
+ * ``flex ``
15
+ * ``bison ``
14
16
* ``build-essential ``
15
17
* ``gcc-multilib ``
16
18
* ``libncurses5-dev ``
17
19
* ``qemu-system-x86 ``
18
20
* ``qemu-system-arm ``
19
- * ``kvm ``
20
21
* ``python3 ``
21
22
* ``minicom ``
22
23
24
+ The ``kvm `` package is not strictly required, but will make the virtual machine
25
+ faster by using KVM support (with the ``-enable-kvm `` option to QEMU). If ``kvm ``
26
+ is absent, the virtual machine will still run (albeit slower) using emulation.
27
+
23
28
The virtual machine setup uses prebuild Yocto images that it downloads and a
24
29
kernel image that it builds itself. The following images are supported:
25
30
You can’t perform that action at this time.
0 commit comments