06-10-2020, 08:27 AM
ok, no reponse, however I made it on myself, by enabling kernel features nad recompilation as follows:
apt install linux-source-`uname -r`
tar Jxvf linux-source-5.4.43-rockchip64.tar.xz
cp linux-rockchip64-current_5.4.43_20.05.2_config .config
make oldconfig
make menuconfig
time make -j4
make modules_install
make install
rm /boot/Image
ln -s /boot/vmlinuz-5.4.43+ /boot/Image
apt install linux-source-`uname -r`
tar Jxvf linux-source-5.4.43-rockchip64.tar.xz
cp linux-rockchip64-current_5.4.43_20.05.2_config .config
make oldconfig
make menuconfig
time make -j4
make modules_install
make install
rm /boot/Image
ln -s /boot/vmlinuz-5.4.43+ /boot/Image