06-26-2020, 01:20 PM
FIRST that won't work, you need an uncompressed Image to boot. the appropriate make config is: (i'll update the script.)
make -j `nproc` INITRD=yes KBUILD_IMAGE=arch/arm64/boot/Image binrpm-pkg
you can skip the rebuild by:
delete the old rpm packages from filesystem
uninstall the old rpm packages
cd to upstream/linux-5.7 and execute that make command above ^
afterwards:
append -5.5.0-pbpro-opensuse-5.5.0 to your old dtb file in /boot (or something like .bak/.old/whatever)
copy the new dtb from the kernel directory to /boot
edit the extlinux file to reflect the new names
you don't need maxcpus=4 in the uboot config for 5.7
make sure you have a verified working sdcard install before you do this for an emergency recovery method.
make -j `nproc` INITRD=yes KBUILD_IMAGE=arch/arm64/boot/Image binrpm-pkg
you can skip the rebuild by:
delete the old rpm packages from filesystem
uninstall the old rpm packages
cd to upstream/linux-5.7 and execute that make command above ^
afterwards:
append -5.5.0-pbpro-opensuse-5.5.0 to your old dtb file in /boot (or something like .bak/.old/whatever)
copy the new dtb from the kernel directory to /boot
edit the extlinux file to reflect the new names
you don't need maxcpus=4 in the uboot config for 5.7
make sure you have a verified working sdcard install before you do this for an emergency recovery method.