Skip to content

Commit

Permalink
check kernel8 image in /boot/firmware/ (#4528)
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Apr 6, 2024
1 parent c8feef9 commit ce80eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_sdcard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ if [ "${baseimage}" = "raspios_arm64" ]; then
echo "# Raspiblitz" | tee -a $configFile
# ensure that kernel8.img is used to set PAGE_SIZE to 4K
# https://github.com/raspiblitz/raspiblitz/issues/4346
if [ -f /boot/kernel8.img ]; then
if [ -f /boot/firmware/kernel8.img ]; then
echo 'kernel=kernel8.img' | tee -a $configFile
fi
echo "max_usb_current=1" | tee -a $configFile
Expand Down

0 comments on commit ce80eb5

Please sign in to comment.