Skip to content

Commit

Permalink
Merge pull request #161 from henmohr/update-docs-1
Browse files Browse the repository at this point in the history
Update development page
  • Loading branch information
ilario authored Sep 5, 2024
2 parents 2610067 + 41984e4 commit 604d9a9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,27 @@ make -j$(nproc)

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

== Emulating on your computer with qemu

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.

[NOTE]
=========================
You will be running something like:
```
sudo ./qemu_dev_start openwrt-x86-64-combined-ext4.img openwrt-x86-64-ramfs.bzImage
```
More information link:https://github.com/libremesh/lime-packages/blob/master/TESTING.md[here]

=========================

[NOTE]
=========================
This script only works with Libremesh version 2020.4 Openwrt version 19.07.10.
See more link:https://github.com/libremesh/lime-packages/pull/938[here].

=========================

== Submitting Patches

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

0 comments on commit 604d9a9

Please sign in to comment.