From cfb6ff3d33f5bdea8e78ebc9c9309e34febbff67 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 20 Apr 2024 09:35:03 +0530 Subject: [PATCH] move board support into the wiki index --- docs/index.md | 59 ++++++++++++++++++++++++++++++ docs/support/hardware/supported.md | 42 --------------------- 2 files changed, 59 insertions(+), 42 deletions(-) diff --git a/docs/index.md b/docs/index.md index 32cf077..39843bd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,64 @@ # SIG/AltArch Wiki +## Supported hardware + +### `aarch64` (64-bit ARM) boards + +#### Raspberry Pi SBCs + +| Model | Image | Status | +|---------------|-----------------------------------|---------------| +| Pi 4B | RockyLinux_Rpi_9-latest.img.xz | Complete | +| Pi 3B/B+ | RockyLinux_Rpi_9-latest.img.xz | Complete | + + +#### Banana Pi +| Model | Status | +|---------------|---------------------------------------------------| +| Unknown | Stage 1(hardware being procured) | + +#### Orange Pi +| Model | Status | +|---------------|---------------------------------------------------| +| Unknown | Stage 1(hardware being procured) | + +#### Pine +| Model | Image | Status | +|---------------|----------------------------------------------------------|----------------------------------------| +| Pine64 | | Stage 1(hardware being obtained) | +| RockPro64 | Rocky-9.1-aarch64-generic-Minimal-rk3399-sda.raw.tar.gz | Complete | +| A64_LTS | | Stage 1(hardware being obtained) | + +#### Libre Computer +| Model | Status | +|---------------|----------------------------------------------------------------| +| Renegade | Stage 2(hw obtained, initial testing to discover whats needed) | +| La Frite | Stage 2(hw obtained, initial testing to discover whats needed) | +| Tritium | Stage 2(hw obtained, initial testing to discover whats needed) | +| Le Potato | Stage 2(hw obtained, initial testing to discover whats needed) | + +#### Ordoid +| Model | Status | +|---------------|-----------------------------------------------------------------| +| N2+ | Stage 2(hw obtained, initial testing to discover what's needed) | + +#### Khadas +| Model | Image | Status | +|---------------|---------------------------------------------------| +| In early phases of discovery. | | | + +### `riscv64` (64-bit RISC-V) boards + +#### StarFive +| Model | Image | Status | +|---------------|---------------------------------------------------| +| StarFive VisionFive 2 | | | + +#### Milk-V +| Model | Image | Status | +|---------------|---------------------------------------------------| +| Milk-V Marst | | | + ## Links ## Responsibilities diff --git a/docs/support/hardware/supported.md b/docs/support/hardware/supported.md index 697f9a5..f5c0e53 100644 --- a/docs/support/hardware/supported.md +++ b/docs/support/hardware/supported.md @@ -5,45 +5,3 @@ author: Bryan Z. # Rocky Linux Supported SBC Hardware Models -## Raspberry Pi SBCs - -| Model | Image | Status | -|---------------|-----------------------------------|---------------| -| Pi 4B | RockyLinux_Rpi_9-latest.img.xz | Complete | -| Pi 3B/B+ | RockyLinux_Rpi_9-latest.img.xz | Complete | - - -## Banana Pi -| Model | Status | -|---------------|---------------------------------------------------| -| Unknown | Stage 1(hardware being procured) | - -## Orange Pi -| Model | Status | -|---------------|---------------------------------------------------| -| Unknown | Stage 1(hardware being procured) | - -## Pine -| Model | Image | Status | -|---------------|----------------------------------------------------------|----------------------------------------| -| Pine64 | | Stage 1(hardware being obtained) | -| RockPro64 | Rocky-9.1-aarch64-generic-Minimal-rk3399-sda.raw.tar.gz | Complete | -| A64_LTS | | Stage 1(hardware being obtained) | - -## Libre Computer -| Model | Status | -|---------------|----------------------------------------------------------------| -| Renegade | Stage 2(hw obtained, initial testing to discover whats needed) | -| La Frite | Stage 2(hw obtained, initial testing to discover whats needed) | -| Tritium | Stage 2(hw obtained, initial testing to discover whats needed) | -| Le Potato | Stage 2(hw obtained, initial testing to discover whats needed) | - -## Ordoid -| Model | Status | -|---------------|-----------------------------------------------------------------| -| N2+ | Stage 2(hw obtained, initial testing to discover what's needed) | - -## Khadas -| Model | Image | Status | -|---------------|---------------------------------------------------| -| In early phases of discovery. | | |