Skip to content

Commit

Permalink
Added RPi 5 16GB board code (thanks to @geerlingguy)
Browse files Browse the repository at this point in the history
  • Loading branch information
FDelporte committed Jan 9, 2025
1 parent 5e17c31 commit e7c6f35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ public enum BoardModel {
List.of(1800),
List.of(4096 * 1024)),
MODEL_5_B("Raspberry Pi 5 Model B", SINGLE_BOARD_COMPUTER,
List.of("b04170", "c04170", "d04170"),
List.of("b04170", "c04170", "d04170", "e04171"),
PiModel.MODEL_B,
HeaderVersion.TYPE_3,
LocalDate.of(2023, 9, 28),
Soc.BCM2712,
Cpu.CORTEX_A76, 4,
List.of(2400),
List.of(2048 * 1024, 4096 * 1024, 8192 * 1024)),
List.of(2048 * 1024, 4096 * 1024, 8192 * 1024, 16384 * 1024)),
MODEL_500("Raspberry Pi 500", ALL_IN_ONE_COMPUTER,
List.of("d04190"),
PiModel.MODEL_B,
Expand Down

1 comment on commit e7c6f35

@geerlingguy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're quite welcome ;)

Please sign in to comment.