Version v1.0 (Branch: v1.0):
Initial release with Linux kernel 5.10.201.
Version v1.1 (Branch: v1.1):
Added support for Direct Rendering Manager (DRM).
Added support for Ubuntu 22.04.4 Server, as well as MATE and XFCE root file systems.
Enabled NUMA.
Added support for overlayfs for eMMC devices.
Added support for Sony IMX415 video sensor.
Fixed wrong MAC address of Ethernet.
Added support for GStreamer v1.22.9 to Ubuntu Server, MATE and XFCE.
Added support for ffmpeg v4.4.4 to Ubuntu Server, MATE and XFCE.
Development in Progress (Branch: master):
Linux kernel updated to version 6.6.47.
Added support for Yocto 4.2.4 root file-system.
Added support for Sony IMX307 video sensor.
Branch Switching Instructions
To switch to a specific branch, for example, to switch to v1.1, use the following commands:
# Checkout the desired branch for all submodules git submodule foreach git checkout v1.1 # Pull the latest updates for the specified branch git submodule foreach git pull
To switch back to the master, use these commands:
# Checkout the desired branch for all submodules git submodule foreach git checkout master # Pull the latest updates for the specified branch git submodule foreach git pull