Skip to content

Commit 604d9a9

Browse files
authored
Merge pull request #161 from henmohr/update-docs-1
Update development page
2 parents 2610067 + 41984e4 commit 604d9a9

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

development.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,27 @@ make -j$(nproc)
179179

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

182+
== Emulating on your computer with qemu
183+
184+
Its possible to emulate a image compiled for x86_64 architecture. See link:https://github.com/libremesh/lime-packages/tree/master/tools[script] qemu_dev_start.sh and qemu_dev_stop.sh scripts.
185+
186+
[NOTE]
187+
=========================
188+
You will be running something like:
189+
```
190+
sudo ./qemu_dev_start openwrt-x86-64-combined-ext4.img openwrt-x86-64-ramfs.bzImage
191+
```
192+
More information link:https://github.com/libremesh/lime-packages/blob/master/TESTING.md[here]
193+
194+
=========================
195+
196+
[NOTE]
197+
=========================
198+
This script only works with Libremesh version 2020.4 Openwrt version 19.07.10.
199+
See more link:https://github.com/libremesh/lime-packages/pull/938[here].
200+
201+
=========================
202+
182203
== Submitting Patches
183204

184205
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)