Skip to content

Commit

Permalink
conf/machine/raspberrypi5.conf: Use "Image"
Browse files Browse the repository at this point in the history
"zImage" not supported on arm64 so set KERNEL_IMAGETYPE_DIRECT to
"Image" for Raspberry Pi 5 and avoid the following errors:

| make: *** No rule to make target 'zImage'.  Stop.
| ERROR: oe_runmake failed

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
  • Loading branch information
leon-anavi authored and agherzan committed Jan 25, 2024
1 parent 1f35a58 commit fe7592f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf/machine/raspberrypi5.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ SDIMG_KERNELIMAGE ?= "kernel_2712.img"
SERIAL_CONSOLES ?= "115200;ttyAMA10"

VC4DTBO ?= "vc4-kms-v3d"

# "zImage" not supported on arm64 and ".gz" images not supported by bootloader yet
KERNEL_IMAGETYPE_DIRECT ?= "Image"

0 comments on commit fe7592f

Please sign in to comment.