I build and cross compile the kernel using build-kernel script. Hence I got <kernel-version>.zip file.
As you mention i should use <install-kenrel> script file to installthe kernel on SD-Card. But when I fire the command.
$sudo ./install-kernel ~/kernels/kernel-version.zip /dev/sdb
Script gave output to me '/dev/sdb' is not found. I can confirm that sdcard on /dev/sdb is available.
install-kernel file instructions are not clear. Please add any example into that.
install-kernel is intended to be executed on the Raspberry Pi where 'kernel-<version>.zip' is to be installed, and takes a single argument:
Code:
sudo install-kernel /path/to/kernel-6.12.41-v8-16k.zipFollowing a reboot, the new kernel will be in place and running.
Statistics: Posted by RonR — Sat Aug 02, 2025 4:46 pm