aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-10-01 15:12:29 +0200
committerSven Gothel <[email protected]>2021-10-01 15:12:29 +0200
commitaa009ab4585ea1062055acc05b757202427ab04b (patch)
tree136a3de86c76d69f72cbb46785be51b28df613ad /README.md
parent650b3f1ea52eb3c16b042701f2838e570f95ae2b (diff)
README.md: Detail 'Cross Build', also mention 'pi-gen'
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.md b/README.md
index b9a1820e..21a5453a 100644
--- a/README.md
+++ b/README.md
@@ -242,9 +242,6 @@ apt install doxygen graphviz
### Build Procedure
The following is covered with [a convenient build script](https://jausoft.com/cgit/direct_bt.git/tree/scripts/build.sh).
-A [cross-build script](https://jausoft.com/cgit/direct_bt.git/tree/scripts/build-cross.sh)
-using chroot into a target system is also available.
-
For a generic build use:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.sh}
@@ -327,6 +324,16 @@ To build documentation run:
make doc
~~~~~~~~~~~~~
+### Cross Build
+Also provided is a [cross-build script](https://jausoft.com/cgit/direct_bt.git/tree/scripts/build-cross.sh)
+using chroot into a target system using QEMU User space emulation](https://qemu-project.gitlab.io/qemu/user/main.html)
+and [Linux kernel binfmt_misc](https://wiki.debian.org/QemuUserEmulation)
+to run on other architectures than the host.
+
+You may use [our pi-gen branch](https://jausoft.com/cgit/pi-gen.git/about/) to produce
+a Raspi-arm64, Raspi-armhf or PC-amd64 target image.
+
+
## Build Status
*Will be updated*