Skip to content

Commit 4195e3f

Browse files
authored
Update development.txt
Add information about virtualization
1 parent de39289 commit 4195e3f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

development.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,20 @@ make -j$(nproc)
180180

181181
If everything goes well you should find the produced binaries inside the +bin/+ directory.
182182

183+
== Emulating on your computer with qemu
184+
185+
Its possible to emulate a image compiled for x86_64 systems. See link:https://github.com/libremesh/lime-packages/tree/master/tools[script] qemu_dev_start.sh and qemu_dev_stop.sh scripts.
186+
187+
[NOTE]
188+
=========================
189+
You will be running something like:
190+
```
191+
sudo ./qemu_dev_start openwrt-x86-64-combined-ext4.img openwrt-x86-64-ramfs.bzImage
192+
```
193+
More information link:https://github.com/libremesh/lime-packages/blob/master/TESTING.md[here]
194+
195+
=========================
196+
183197
== Submitting Patches
184198

185199
We accept pull requests via GitHub. But patches can also be submitted via the lime-dev link:communication.html[mailing list].

0 commit comments

Comments
 (0)