fix wrong kernel name bug on raspberry pi 5 #7692
Draft
+12
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
An error occured when I enabled the
cloud-init
extension with therpi5b
board. From what i understand the/boot/vmlinuz-6.6.70-current-bcm2711
file is being renamed to/boot/Image
during the build process. This causes the build to fail with the error:I attempted to reproduce the issue with the
orangepi5
board, but the issue appears to be specific to the Raspberry Pi 5 board (rpi5b
).This is pull request fixing the bug.
GitHub issue reference:
Jira reference number [AR-9999]
How Has This Been Tested?
I Run the following build command:
./compile.sh build BOARD=rpi5b BRANCH=current BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=no RELEASE=bookworm KERNEL_GIT=shallow ENABLE_EXTENSIONS="cloud-init"
Which compiled succesfull. Then i flashed image to sd card and booted raspberry pi 5 using the image. I was able to log in and confirm that cloud-init is working.
Checklist:
Please delete options that are not relevant.