Skip to content

Commit

Permalink
Added 2Gb RPi 5
Browse files Browse the repository at this point in the history
  • Loading branch information
FDelporte committed Aug 27, 2024
1 parent 9c4a54a commit d38786b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@ public enum BoardModel {
Collections.singletonList(1800),
Collections.singletonList(4096 * 1024)),
MODEL_5_B("Raspberry Pi 5 Model B", SINGLE_BOARD_COMPUTER,
Arrays.asList("c04170", "d04170"),
Arrays.asList("b04170", "c04170", "d04170"),
PiModel.MODEL_B,
HeaderVersion.TYPE_3,
LocalDate.of(2023, 9, 28),
Soc.BCM2712,
Cpu.CORTEX_A76, 4,
Collections.singletonList(2400),
Arrays.asList(4096 * 1024, 8192 * 1024)),
Arrays.asList(2048 * 1024, 4096 * 1024, 8192 * 1024)),
COMPUTE_1("Compute Module 1", STACK_ON_COMPUTER,
Collections.singletonList("900061"),
PiModel.COMPUTE,
Expand Down

0 comments on commit d38786b

Please sign in to comment.