Add orange pi zero 2W board definition.
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, bookworm) (push) Failing after 4m22s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, bullseye) (push) Failing after 3m12s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, sid) (push) Failing after 3m18s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, trixie) (push) Failing after 4m16s
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 4m22s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, bullseye) (push) Failing after 3m12s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, sid) (push) Failing after 3m18s
Details
sd-card-images CI / test ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.suite }} (i386, debian, trixie) (push) Failing after 4m16s
Details
sd-card-images CI / build docker images (push) Has been skipped
Details
Uses the same cpu as orange pi 3 so no other changes should be needed.
This commit is contained in:
parent
20dde10298
commit
baedc9948c
|
|
@ -20,7 +20,7 @@ These two images are the concatenated to a single image, which is then written t
|
|||
|
||||
### Build your own boot image
|
||||
|
||||
#### To build a boot image for Raspberry Pi 3 B:
|
||||
#### To build a boot image for Raspberry Pi 3 B
|
||||
|
||||
```bash
|
||||
docker build -t devuan/sd-images -f .Dockerfile.devuan .
|
||||
|
|
@ -30,7 +30,7 @@ docker run --rm -v /tmp/sd-images:/artifacts sd-images build-boot raspberrypi_3b
|
|||
|
||||
The image will end up in /tmp/sd-images on the host.
|
||||
|
||||
#### To build a boot image for Pine64 Rockpro64:
|
||||
#### To build a boot image for Pine64 Rockpro64
|
||||
|
||||
```bash
|
||||
docker build -t devuan/sd-images -f ./Dockerfile.devuan .
|
||||
|
|
@ -43,6 +43,19 @@ docker run --rm \
|
|||
|
||||
The image will end up in /tmp/sd-images on the host.
|
||||
|
||||
#### To build a boot image for OrangePi zero 2W
|
||||
|
||||
```bash
|
||||
docker build -t devuan/sd-images -f ./Dockerfile.devuan .
|
||||
mkdir -p /tmp/sd-images
|
||||
docker run --rm \
|
||||
-v /tmp/sd-images:/artifacts \
|
||||
devuan/sd-images \
|
||||
build-boot orange_pi_zero2_w allwinner-h618 orangepi_zero2w_defconfig aarch64-linux-gnu
|
||||
```
|
||||
|
||||
The image will end up in /tmp/sd-images on the host.
|
||||
|
||||
#### To build a boot image for Sinovoip Banana Pi M2 Zero
|
||||
|
||||
```bash
|
||||
|
|
@ -58,7 +71,7 @@ The image will end up in /tmp/sd-images on the host.
|
|||
|
||||
### Build your own Debian ext4 root filesystem image
|
||||
|
||||
#### To build a Devuan ext4 root filesystem image for arm64:
|
||||
#### To build a Devuan ext4 root filesystem image for arm64
|
||||
|
||||
```bash
|
||||
docker build -t devuan/sd-images -f ./Dockerfile.devuan .
|
||||
|
|
@ -73,7 +86,7 @@ docker run --rm \
|
|||
|
||||
The image will end up in /tmp/sd-images on the host.
|
||||
|
||||
#### To build a Devuan ext4 root filesystem image for armhf:
|
||||
#### To build a Devuan ext4 root filesystem image for armhf
|
||||
|
||||
```bash
|
||||
docker build -t devuan/sd-images -f ./Dockerfile.devuan .
|
||||
|
|
|
|||
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
layout: board
|
||||
title: Orange Pi Zero 2W SD card images
|
||||
description: "Minimal, pure and up-to-date vanilla Debian/Ubuntu arm64 SD card images for Orange Pi Zero 2W by Xunlong, SoC: Allwinner H618, CPU ISA: armv8"
|
||||
board_id: orange_pi_zero2_w
|
||||
board_dtb_name: sun50i-h618-orangepi-zero2w
|
||||
board_name: Orange Pi Zero 2W
|
||||
board_maker_name: Xunlong
|
||||
board_soc_name: Allwinner H618
|
||||
board_cpu_name: ARM Cortex A53 (armv8)
|
||||
board_cpu_arch_isa: armv8
|
||||
board_cpu_arch_debian: arm64
|
||||
---
|
||||
Loading…
Reference in New Issue