README_devuan: Complete the 'combination' tables.
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, bookworm) (push) Failing after 3m55s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, bullseye) (push) Failing after 3m49s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, sid) (push) Failing after 5m22s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, trixie) (push) Failing after 5m30s
Details
sd-card-images CI / build docker images (push) Has been skipped
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, bookworm) (push) Failing after 3m55s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, bullseye) (push) Failing after 3m49s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, sid) (push) Failing after 5m22s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, trixie) (push) Failing after 5m30s
Details
sd-card-images CI / build docker images (push) Has been skipped
Details
This commit is contained in:
parent
d325765798
commit
703710f763
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue