Skip to content

Commit

Permalink
pi/5: new configuration package
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <[email protected]>
  • Loading branch information
paralin committed Feb 21, 2024
1 parent 631d5e1 commit c20c72d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ main SkiffOS repository:
| [Pi 3] + 1, 2 | [pi/3] | N/A | ✔ rpi-6.1.66 |
| [Pi 4] | [pi/4] | N/A | ✔ rpi-6.1.66 |
| [Pi 4] (32bit mode) | [pi/4x32] | N/A | ✔ rpi-6.1.66 |
| [Pi 5] | [pi/5] | N/A | ✔ rpi-6.1.66 |
| [Pine64 H64] | [pine64/h64] | ✔ U-Boot 2022.04 | ✔ megi-6.6-pre |
| [PineBook A64] | [pine64/book_a64] | ✔ U-Boot (bin) | ✔ megi-6.6-pre |
| [PineBook Pro] | [pine64/book] | ✔ U-Boot (bin) | ✔ megi-6.6-pre |
Expand Down Expand Up @@ -152,6 +153,7 @@ main SkiffOS repository:
[Pi 1]: https://www.raspberrypi.org/products/raspberry-pi-1-model-b-plus/
[Pi 3]: https://www.raspberrypi.org/products/raspberry-pi-3-model-b/
[Pi 4]: https://www.raspberrypi.org/products/raspberry-pi-4-model-b/
[Pi 5]: https://www.raspberrypi.org/products/raspberry-pi-5/
[Pine64 H64]: https://www.pine64.org/pine-h64-ver-b/
[PineBook A64]: https://www.pine64.org/pinebook/
[PineBook Pro]: https://www.pine64.org/pinebook-pro/
Expand Down Expand Up @@ -209,6 +211,7 @@ main SkiffOS repository:
[pi/3]: ./configs/pi
[pi/4]: ./configs/pi
[pi/4x32]: ./configs/pi
[pi/5]: ./configs/pi
[pine64/book_a64]: ./configs/pine64/book_a64
[pine64/book]: ./configs/pine64/book
[pine64/h64]: ./configs/pine64/h64
Expand Down
2 changes: 2 additions & 0 deletions configs/pi/5/buildroot/arch
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BR2_aarch64=y
BR2_cortex_a76=y
4 changes: 4 additions & 0 deletions configs/pi/5/buildroot/kernel
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BR2_LINUX_KERNEL_USE_DEFCONFIG=y
BR2_LINUX_KERNEL_DEFCONFIG="bcm2712"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2711-rpi-4-b broadcom/bcm2711-rpi-400 broadcom/bcm2711-rpi-cm4 broadcom/bcm2711-rpi-cm4s broadcom/bcm2712-rpi-5-b"
1 change: 1 addition & 0 deletions configs/pi/5/metadata/dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pi/common
1 change: 1 addition & 0 deletions configs/pi/5/metadata/description
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Configuration for the Pi 5.
2 changes: 2 additions & 0 deletions configs/pi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ There are specific packages tuned to each Pi model.
| [Pi 3] - 64bit | pi/3x64 |
| [Pi 4] | pi/4x64 or pi/4 |
| [Pi 4] - 32bit | pi/4x32 |
| [Pi 5] | pi/5 |

[Pi 0]: https://www.raspberrypi.org/products/raspberry-pi-zero/
[Pi 0 V2]: https://www.raspberrypi.com/products/raspberry-pi-zero-2-w/
[Pi 1]: https://www.raspberrypi.org/products/raspberry-pi-1-model-b/
[Pi 2]: https://www.raspberrypi.org/products/raspberry-pi-2-model-b/
[Pi 3]: https://www.raspberrypi.org/products/raspberry-pi-3-model-b/
[Pi 4]: https://www.raspberrypi.org/products/raspberry-pi-4-model-b/
[Pi 5]: https://www.raspberrypi.org/products/raspberry-pi-5/

## Building an Image

Expand Down

0 comments on commit c20c72d

Please sign in to comment.