Skip to content

Commit 1005c08

Browse files
committed
board/aarch64: add eth0 quirk for Raspberry Pi 400
The RPi 400 has is the exact same hardware as the RPi 4B, so it needs the same interface quirks, and we can also give it the same factory config settings. Also, minor cleanup of genimage.cfg; primarty and secondary do not need the bootable flag. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 9332fd6 commit 1005c08

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

board/aarch64/raspberrypi-rpi64/genimage.cfg.in

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ image #INFIX_ID##VERSION#-rpi64-sdcard.img {
4343

4444
partition boot {
4545
partition-type = 0xc
46-
bootable = "true"
4746
image = "boot.vfat"
47+
bootable = "true"
4848
}
4949

5050
partition aux {
@@ -54,16 +54,14 @@ image #INFIX_ID##VERSION#-rpi64-sdcard.img {
5454

5555
partition primary {
5656
partition-type-uuid = linux
57-
bootable = "true"
58-
size = 250M
5957
image = "rootfs.squashfs"
58+
size = 250M
6059
}
6160

6261
partition secondary {
6362
partition-type-uuid = linux
64-
bootable = "true"
65-
size = 250M
6663
image = "rootfs.squashfs"
64+
size = 250M
6765
}
6866

6967
partition cfg {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
raspberrypi,4-model-b

0 commit comments

Comments
 (0)