Chore: layout typos.
sd-card-images CI / build docker images (push) Blocked by required conditions
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, sid) (push) Waiting to run
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, trixie) (push) Waiting to run
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, bookworm) (push) Failing after 4m52s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, bullseye) (push) Has been cancelled
Details
sd-card-images CI / build docker images (push) Blocked by required conditions
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, sid) (push) Waiting to run
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, trixie) (push) Waiting to run
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, bookworm) (push) Failing after 4m52s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, bullseye) (push) Has been cancelled
Details
This commit is contained in:
parent
7376f17860
commit
d93fb2763c
|
|
@ -7,7 +7,7 @@ That project describes itself as
|
|||
|
||||
## Pre-built images
|
||||
|
||||
Pre-built images for Debian are availble from the original project at [sd-card-images.johang.se](https://sd-card-images.johang.se).
|
||||
Pre-built images for Debian are available from the original project at [sd-card-images.johang.se](https://sd-card-images.johang.se).
|
||||
|
||||
There are no pre-built images for Devuan.
|
||||
|
||||
|
|
@ -36,7 +36,8 @@ 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 |
|
||||
|----------|-------------------------|
|
||||
| BOARD_ID | e.g. bananapi, pinebook |
|
||||
| CHIP_ID | e.g. allwinner-a10, |
|
||||
| CONFIG | e.g. Bananapi_defconfig |
|
||||
|
|
@ -44,7 +45,7 @@ For any valid combination of:
|
|||
|
||||
Check that you have a compiler installed for the TUPLE at:
|
||||
```bash
|
||||
$(which "${TUPLE}-gcc")
|
||||
echo $(which "${TUPLE}-gcc")
|
||||
```
|
||||
It should report something like:
|
||||
```
|
||||
|
|
@ -114,7 +115,8 @@ The image will end up in /tmp/sd-images on the host.
|
|||
### 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 |
|
||||
|
|
|
|||
Loading…
Reference in New Issue