diff options
author | Sven Gothel <[email protected]> | 2021-10-01 15:12:29 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-10-01 15:12:29 +0200 |
commit | aa009ab4585ea1062055acc05b757202427ab04b (patch) | |
tree | 136a3de86c76d69f72cbb46785be51b28df613ad /README.md | |
parent | 650b3f1ea52eb3c16b042701f2838e570f95ae2b (diff) |
README.md: Detail 'Cross Build', also mention 'pi-gen'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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* |