diff --git a/.gitignore b/.gitignore index c9490a5..2d41776 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /site +.cache diff --git a/Dockerfile b/Dockerfile index 9cc71d2..fbefd9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM rockylinux:9 RUN dnf update -y &&\ - dnf install -y git python3-pip &&\ + dnf install -y git python3-pip cairo &&\ dnf clean all # bind volume $CWD > /wiki exists in docker-compose.yml diff --git a/docs/Single Board Computers/Board-Specific/Amlogic/amlogicboards.md b/docs/Single Board Computers/Board-Specific/Amlogic/amlogicboards.md new file mode 100644 index 0000000..a2ffbfb --- /dev/null +++ b/docs/Single Board Computers/Board-Specific/Amlogic/amlogicboards.md @@ -0,0 +1,11 @@ +###Amlogic-Based boards + + +The Libre boards below will require teh use of the ```libretech-flash-tool``` provided by libre computer. it can be found on [their](https://github.com/libre-computer-project/libretech-flash-tool) github page. + +- LibreTech-AC 'LaFrite'(S805X) +- LibreTech CC 'LePotato'(S905X) + + + + diff --git a/docs/Single Board Computers/Board-Specific/Rockchip/rockchipboards.md b/docs/Single Board Computers/Board-Specific/Rockchip/rockchipboards.md new file mode 100644 index 0000000..6901397 --- /dev/null +++ b/docs/Single Board Computers/Board-Specific/Rockchip/rockchipboards.md @@ -0,0 +1,12 @@ +### Rockchip-based Boards + +For the boards below you will use the ```libretech-flash-tool``` from Libre. It can be found on [their](https://github.com/libre-computer-project/libretech-flash-tool) github page. + +- rk3328 +- rk3399 +- roc-cc-rk3399 + +The Orange Pi 5 and Rock 5b require proprietary blogs from Rockchip. The Rock5b uboot is built and provided by Raxda. The Orange Pi 5 uboot can be obtained from project on github or built locally using a docker container. For + +- Raxda Rock 5b +- Orange Pi 5 \ No newline at end of file diff --git a/docs/RISCV64/visionfive_2.md b/docs/Single Board Computers/RISC-V/vf2.md similarity index 100% rename from docs/RISCV64/visionfive_2.md rename to docs/Single Board Computers/RISC-V/vf2.md diff --git a/docs/RPi/solutions/solutions.md b/docs/Single Board Computers/RPi/dnf-restart.md similarity index 97% rename from docs/RPi/solutions/solutions.md rename to docs/Single Board Computers/RPi/dnf-restart.md index 54ba7cb..e5d6569 100644 --- a/docs/RPi/solutions/solutions.md +++ b/docs/Single Board Computers/RPi/dnf-restart.md @@ -1,11 +1,9 @@ --- -title: Solutions +title: dnf-claims-restart author: Funzi --- -# Solutions and Troubleshooting - -## `dnf` always claims to require a restart +# `dnf` always claims to require a restart ### Symptom diff --git a/docs/RPi/solutions/zero2w.md b/docs/Single Board Computers/RPi/zero2w.md similarity index 100% rename from docs/RPi/solutions/zero2w.md rename to docs/Single Board Computers/RPi/zero2w.md diff --git a/docs/index.md b/docs/index.md index 32cf077..2f3b665 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,9 +5,13 @@ ## Responsibilities ## Meetings / Communications - +Meetings are held fortnightly. Additional details can be found on the [Public_Calendar](https://calendar.google.com/calendar/u/0/embed?src=c_2e1oqh6t0i6sqhja5nu9lq8lgo@group.calendar.google.com) ## Members +## Getting In Touch / Contributing +The primary way to get into contact with the Sig/AltArch group would be our Mattermost [channel](https://chat.rockylinux.org/rocky-linux/channels/altarch). + + ## Project layout mkdocs.yml # The configuration file. diff --git a/docs/support/hardware/supported.md b/docs/support/hardware/supported.md deleted file mode 100644 index 697f9a5..0000000 --- a/docs/support/hardware/supported.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: Supported SBC Hardware -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. | | |