From 4195e3fd4d0a8fa623bcd529946d52213aa393a5 Mon Sep 17 00:00:00 2001 From: henmohr Date: Wed, 19 Jun 2024 17:13:10 -0300 Subject: [PATCH 1/2] Update development.txt Add information about virtualization --- development.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/development.txt b/development.txt index 16d9324d..9026bec0 100644 --- a/development.txt +++ b/development.txt @@ -180,6 +180,20 @@ 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 systems. 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] + +========================= + == Submitting Patches We accept pull requests via GitHub. But patches can also be submitted via the lime-dev link:communication.html[mailing list]. From 41984e4c621c6b0fbb6d169ad49a155f37cfa0b7 Mon Sep 17 00:00:00 2001 From: henmohr Date: Mon, 1 Jul 2024 15:37:27 -0300 Subject: [PATCH 2/2] Add infos on virtualization in x86_64 arch with qemu_dev_script --- development.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/development.txt b/development.txt index 9026bec0..1060771c 100644 --- a/development.txt +++ b/development.txt @@ -182,7 +182,7 @@ If everything goes well you should find the produced binaries inside the +bin/+ == Emulating on your computer with qemu -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. +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] ========================= @@ -194,6 +194,13 @@ More information link:https://github.com/libremesh/lime-packages/blob/master/TES ========================= +[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].