Skip to content

Commit

Permalink
add more devices
Browse files Browse the repository at this point in the history
  • Loading branch information
armarchindo committed Aug 5, 2024
1 parent 51772f1 commit bebcfc6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
inputs:
notes:
description: 'ROOTFS at repository must 1 only'
description: 'FYI : ROOTFS at repository must 1 only'
required: false
default: '-'
type: string
Expand All @@ -26,10 +26,20 @@ on:
- s905x2
- s905x3
- s905x4
- h6
- h618
- rk3566
- rk3588
- h5-orangepi-zeroplus2
- h5-orangepi-zeroplus
- h5-orangepi-prime
- h5-orangepi-pc2
- h6-orangepi-lite2
- h6-orangepi-1plus
- h6-orangepi-3
- h6-orangepi-3lts
- h616-orangepi-zero2
- h618-orangepi-zero2w
- h618-orangepi-zero3
- rk3566-orangepi-3b
- rk3588-orangepi-5plus
- rk3588s-orangepi-5
rootfs_size:
description: "ROOTFS Size, min 640 (756, 1024, 2048, etc)"
required: true
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ https://github.com/user-attachments/assets/8a8802e7-96b2-4566-85cc-aad165e4f606
## Supported Devices
| Amlogic | Allwinner | Rockchip |
| -------- | ------- | ------- |
| S905X | H6 (Orange Pi One Plus) | RK3566 (Orange Pi 3B) |
| S905X2 | H6 (Orange Pi 3 LTS) | RK3588S (Orange Pi 5) |
| S905X3 | H616 (Orange Pi Zero 2) | RK3588 (Orange Pi 5 Plus) |
| S905X4 | H618 (Orange Pi Zero 3) | - |
| **S905X** | **H5** (`Orange Pi Zero Plus 2`, `Orange Pi Zero Plus`, `Orange Pi Prime`, `Orange Pi PC2`) | **RK3566** (`Orange Pi 3B`) |
| **S905X2** | **H6** (`Orange Pi 1 Plus`, `Orange Pi Lite 2`, `Orange Pi 3 LTS`, `Orange Pi 3`) | **RK3588S** (`Orange Pi 5`) |
| **S905X3** | **H616** (`Orange Pi Zero 2`) | **RK3588** (`Orange Pi 5 Plus`) |
| **S905X4** | **H618** (`Orange Pi Zero 3`, `Orange Pi Zero 2W`) | - |

## Requirements
- `lolcat,pigz` and default packages from Linux
Expand Down

0 comments on commit bebcfc6

Please sign in to comment.