Is it possible to downgrade the Kernel version of Ubuntu 21.04 for Raspberry pi 4?

I'm working on Raspberry pi 4 under Ubuntu 21.04 with Arducam Stereo Camera.

I can't install the camera driver because the driver does not support the kernel version of Ubuntu 21.04 (5.11.0-1007-raspi)

The camera driver supports only those versions:

4.19.113-v7+
4.19.118
4.19.118-v7+
4.19.118-v7l+
5.4.42-v7+
5.4.51+
5.4.51-v7+
5.4.51-v7l+

How can I downgrade or change the Kernel version of Ubuntu to be compatible with the Kernel version of the camera driver? I already tried to find those Kernel versions on to install it manually, but I couldn't find the supported versions by the camera driver

2

1 Answer

To install a specific kernel you can run this command

sudo rpi-update 56f62dee2a2385fe030724f7b39344fbc8c8d7ab

with the hash of the kernel that you want to install from the rpi-update git repository.

It might be better to find the release of Raspbian that had the kernel you need and install that as just downgrading the kernel seems like it would go badly.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like