Skip to content

README: convert tested harwate list to table #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 29 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,34 @@

[![asciicast](https://asciinema.org/a/423618.svg)](https://asciinema.org/a/423618)

Last Update 2024-06-27: [Changelog](#changelog) below.
See below for [Changelog](#changelog).

This repository is the home of the Official AlmaLinux Raspberry Pi Image.

Images made possible by the incredible work contributed by the immortal [Pablo Greco](https://github.com/psgreco), [Mark Verlinde](https://github.com/markVnl), [Fabian Arrotin](https://github.com/arrfab) and [Koichiro Iwao](https://github.com/metalefty).

### Tested hardware:
* Raspberry Pi 5
* Raspberry Pi 4 Model B
* Raspberry Pi 400
* Raspberry Pi 3 Model B+
* Raspberry Pi 3 Model A+
### Tested hardware

|Model |8|9|Kitten 10|
|-|-|-|-|
|Pi 5|✓|✓|✓|
|Pi 500|?|?|?|
|Pi 4 Model B|✓|✓|✓|
|Pi 400|✓|✓|✓|
|Pi 3 Model B+|✓|✓|⛔|
|Pi 3 Model A+|✓|✓|⛔|

- ✓: Tested
- ?: Not Tested
- ⛔: No Longer Supported

### Available Parition Types

|Version|MBR|GPT|
|-|-|-|
|8|✓||
|9|✓|✓|
|Kitten 10||✓|

## AlmaLinux Raspberry Pi Quick Start

Expand All @@ -32,6 +48,12 @@ Full guide for AlmaLinux on Raspberry Pi is available here: https://wiki.almalin

## Changelog

### 2025-02-25
- Run SELinux auto-relabel at first boot

### 2025-02-14
- Add AlmaLinux Kitten 10

### 2024-11-21
- Add new images with GUID partition table for AL9
- Update Github workflow to enable building both GPT and MBR images
Expand Down