Skip to content

Commit f4fb2f4

Browse files
authored
Merge pull request #1220 from kernelkit/nanopi-boot
2 parents 8ffb157 + c3b1c28 commit f4fb2f4

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.github/workflows/build-boot.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
defconfig:
19-
- fireant_boot
20-
- cn9130_crb_boot
2119
- aarch64_qemu_boot
22-
- rpi4_boot
2320
- bpi_r3_boot
21+
- cn9130_crb_boot
22+
- fireant_boot
23+
- nanopi_r2s_boot
24+
- rpi64_boot
2425
env:
2526
MAKEFLAGS: -j5
2627
steps:

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
case "${{ inputs.board }}" in
5656
raspberrypi-rpi64)
57-
echo "BOOTLOADER=rpi4_boot" >> $GITHUB_ENV
57+
echo "BOOTLOADER=rpi64_boot" >> $GITHUB_ENV
5858
echo "TARGET=aarch64" >> $GITHUB_ENV
5959
;;
6060
bananapi-bpi-r3)

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)