Skip to content

Commit 97d4068

Browse files
committed
board: raspberrypi-rpi64: rename SD card image from rpi4 to rpi64
Align the SD card image naming with the board name for consistency. [skip ci] Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 38bd716 commit 97d4068

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

board/aarch64/raspberrypi-rpi64/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ admin@example:/>
5151
5252
### Pre-built images
5353

54-
Pre-built SD card images are available here: [infix-rpi4-sdcard.img][sdcard]
54+
Pre-built SD card images are available here: [infix-rpi64-sdcard.img][sdcard]
5555

5656
[0]: https://www.raspberrypi.com/products/raspberry-pi-touch-display/
57-
[1]: https://github.com/kernelkit/infix/releases/download/latest-boot/infix-rpi4-sdcard.img
57+
[1]: https://github.com/kernelkit/infix/releases/download/latest-boot/infix-rpi64-sdcard.img
5858
[2]: https://kernelkit.org/infix/latest/container/#content-mounts
5959
[3]: https://kernelkit.org/infix/latest/scripting-restconf/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ image var.ext4 {
2929
}
3030
}
3131

32-
image #INFIX_ID##VERSION#-rpi4-sdcard.img {
32+
image #INFIX_ID##VERSION#-rpi64-sdcard.img {
3333
hdimage {
3434
partition-table-type = "hybrid"
3535
}

0 commit comments

Comments
 (0)