SPRADI3 June 2024 AM625 , AM62P , AM67 , AM67A , AM68 , AM68A , AM69 , AM69A , DRA829J , DRA829J-Q1 , DRA829V , DRA829V-Q1 , TDA4AEN-Q1 , TDA4AH-Q1 , TDA4AL-Q1 , TDA4AP-Q1 , TDA4APE-Q1 , TDA4VE-Q1 , TDA4VEN-Q1 , TDA4VH-Q1 , TDA4VL-Q1 , TDA4VM , TDA4VM-Q1 , TDA4VP-Q1 , TDA4VPE-Q1
The
UM libraries are a collection of pre-built files
which TI packages on the public-facing
umlibs
public repository: https://git.ti.com/cgit/graphics/ti-img-rogue-umlibs/.
These libraries are prebuilt for each release, and
the build system adds the libraries to the generated filesystem. Users can also update the
filesystem by manually copying these libraries, which are already in the correct file
structure. The following command is used as reference, assuming the filesystem is on an SD
card that has the rootfs
partition mounted at
/media/user/rootfs
:
cd ti-img-rogue-umlibs
sudo cp -r
targetfs/j721e_linux/wayland/release/*
/media/user/rootfs
The update is complete. The GPU driver hooks into the initialization scripts and is loaded as the system boots up.
During debugs, updated libraries with bug fixes are provided in the same manner. Install the updates by replacing the existing files in the filesystem.