...
Added support for Linux Direct Rendering Manager (DRM) driver.
Added support for Ubuntu 22.04.4 Server, as well as MATE and XFCE root file systems.
Enabled Non Uniform Memory Access (NUMA).
Added support for overlayfs for eMMC devices.
Added support for Sony IMX415 video sensor.
Fixed wrong MAC address of Ethernet.
Added support for pre-installing GStreamer v1.22.9 to Ubuntu 20.06 04.6 Server, MATE and XFCE.
Added support for pre-installing ffmpeg v4.4.4 to Ubuntu 20.06 .04.6 Server, MATE and XFCE.
Added support for pre-installing GStreamer v1.22.9 to Ubuntu 22.04.4 Server, MATE and XFCE.
Added support for pre-installing ffmpeg v4.4.4 to Ubuntu 22.04.4 Server, MATE and XFCE.
...
Version v2.0 (Branch:
...
v2.0):
Upgraded Linux kernel to version 6.6.47.
Added support for Yocto 4.2.4 root file-system.
Added support for Sony IMX307 video sensor.
Added support for Ubuntu 24.04.1 Server, as well as MATE and XFCE root file systems.
Added support for pre-installing GStreamer v1.22.9 to Ubuntu 22.04.4 Server, MATE and XFCE.
Added support for pre-installing ffmpeg v4.4.4 to Ubuntu 22.04.4 Server, MATE and XFCE.
Added support for pre-installing GStreamer v1.22.9 to Ubuntu 24.01 04.1 Server, MATE and XFCE.
Added support for pre-installing ffmpeg v4v6.4.41 to Ubuntu 24.04.01 1 Server, MATE and XFCE.
Upgraded U-Boot to version 2024.07.
Upgraded Busybox to version 1.37.0.
Upgraded NPU driver & libraries to version 6.4.18.5.
Linux DRM driver added support for cursor plane and background layer.
Added support overlayfs for eMMC and SPI-NAND devices.
Developing Added support for Geometric Distortion Correction (GDC) driver.
Added support for audio codec ES8326 driver.
Development in Progress (Branch: master):
Upgrading framework of Linux SPI-NAND driver.
Branch Switching Instructions
To switch to a specific branch v1.1, for example, to switch to v1.1use the following commands:
Code Block |
---|
# Pull the latest updates
git pull
# 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 to branch v2.0, use the following commands:
Code Block |
---|
# Pull the latest updates git pull # Checkout the desired branch for all submodules git submodule foreach git checkout v1v2.10 # Pull the latest updates for the specified branch git submodule foreach git pull |
To switch back to the master branch, use these commands:
Code Block |
---|
# Pull the latest updates
git pull
# 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 |