I have tried everything i know of:
- Update the repo to jammy and update full-upgrade
- sudo ubuntu-mainline-kernel.sh -i , this script iver tried
- apt-cache search linux-image and installing the latest from there.

Okay so just download the 22.04 and flash it and im good to go?odroid wrote: ↑Mon Jul 18, 2022 10:22 amOur latest official Kernel version is the same 4.9.312 as you found to support the GPU & VPU HW acceleration.
https://wiki.odroid.com/odroid-c4/os_im ... l/20220705
If you don't need the HW VPU (4K video playback) acceleration, freshly flash @tobetter's Ubuntu 22.04 image which supports the upstream Kernel 5.18 since Kernel updating path from 4.9 to 5.1x is not available.
viewtopic.php?f=52&t=44177
How can I upgrade to 22.04 from my 20.04 build?odroid wrote: ↑Mon Jul 18, 2022 10:22 amOur latest official Kernel version is the same 4.9.312 as you found to support the GPU & VPU HW acceleration.
https://wiki.odroid.com/odroid-c4/os_im ... l/20220705
If you don't need the HW VPU (4K video playback) acceleration, freshly flash @tobetter's Ubuntu 22.04 image which supports the upstream Kernel 5.18 since Kernel updating path from 4.9 to 5.1x is not available.
viewtopic.php?f=52&t=44177
sudo do-release-upgrade -d
, but you may need to manually re-enable hardkernel's repos after the upgrade.Thanks, sorry for being such a noob!. Where are those repos located at, so i can copy and paste?
/etc/apt/sources.list.d/*
. Uncomment the lines containing "jammy" and run sudo apt-get update; sudo apt-get dist-upgrade
to finish.sudo apt-get dist-upgrade
, and run the script that checks compiance with docker features.Sadly docker doesn't support the Ubuntu 22.04 Image. Because Ubuntu 22.04. uses "cgroup v2", which is used by default by Docker. "Enabling cgroup v2 for containers requires kernel 4.15 or later. Kernel 5.2 or later is recommended."mad_ady wrote: ↑Mon Jan 30, 2023 4:33 amKernel 4.9 should support Docker. Make sure you've updatedsudo apt-get dist-upgrade
, and run the script that checks compiance with docker features.
Upgrading to tobetter's mainline kernel build is more difficult from the stock image and it's not recommended/documented (might imply changes in uboot too)
systemd.unified_cgroup_hierarchy=0
to the kernel command line (boot.ini on the stack image).Yeah found that solution as well but I didn't managed to make it running. Docker says here:
Code: Select all
sudo grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=1"
didn't worked as well.If grubby command is not available, edit the GRUB_CMDLINE_LINUX line in /etc/default/grub and run sudo update-grub.
cat /proc/cmdline
Users browsing this forum: No registered users and 1 guest