From 703710f763a32ead7d8d59abc5b7559acc4c99e8 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 16 May 2024 19:06:03 +0100 Subject: [PATCH] README_devuan: Complete the 'combination' tables. --- README_devuan.md | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/README_devuan.md b/README_devuan.md index 03f32f4..3d34683 100644 --- a/README_devuan.md +++ b/README_devuan.md @@ -38,22 +38,13 @@ These two images are the concatenated to a single image, which is then written t See many appropriate values of BOARD_ID and CHIP_ID at https://sd-card-images.johang.se/. For any valid combination of: - | Variable | Value | + | Variable | | |----------|-------------------------| | BOARD_ID | e.g. bananapi, pinebook | - | CHIP_ID | e.g. allwinner-a10, | + | CHIP_ID | e.g. allwinner-a10, rk3399 | | CONFIG | e.g. Bananapi_defconfig | | TUPLE | e.g. arm-linux-gnueabihf, aarch64-linux-gnu | -Check that you have a compiler installed for the TUPLE at: -``` -ls $(which "${TUPLE}-gcc") -``` -It should report something like: -``` -/usr/bin/arm-linux-gnueabihf-gcc -``` - To build: ```bash docker build -t devuan/sd-images -f Dockerfile.devuan https://github.com/watchful-0wl/sd-card-images.git#add_devuan @@ -69,11 +60,11 @@ The image will end up in /tmp/sd-images on the host as `${BOARD_ID}.bin.gz`. ### Build your own Devuan ext4 root filesystem image For any valid combination provided by the distribution: - | Variable| Value | - |--------------|----------------------| - | DISTRIBUTION | Devuan Debian Ubuntu | - | ARCH | armhf arm64 i386 amd64 | - | RELEASE | e.g. daedalus excalibur ceres bookworm trixie sid | + |Variable | | | | + |--------------|---|---|---| + | DISTRIBUTION | Devuan | Debian | Ubuntu | + | ARCH | armhf, arm64, i386, amd64 | armhf, arm64, i386, amd64 | armhf, arm64, i386, amd64 | + | RELEASE | e.g. daedalus, excalibur, ceres | e.g bookworm, trixie, sid | e.g. focal, jammy, noble | To build: ```bash