Version v1.0 (Branch: v1.0):
Initial release includes:
Trusted Firmware-A version 2.4
OP-TEE version 3.13.0
Linux kernel version 5.10.201
U-Boot version 2021.04
FreeRTOS version 10.4.3
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 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 GStreamer v1.22.9 to Ubuntu 20.04 Server, MATE and XFCE.
Added support for ffmpeg v4.4.4 to Ubuntu 20.04 Server, MATE and XFCE.
Development in Progress (Branch: master):
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 Geometric Distortion Correction (GDC) driver.
Upgraded U-Boot to version 2024.07.
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