top of page


Add GENIVI's DLT to a PetaLinux Tools Managed Build
cd components/ext_source/;
git clone https://github.com/GENIVI/meta-ivi;
cd meta-ivi; git checkout 12.0.0


Diagnostic Log and Trace Daemon Install and Smoke Test Walk Through
cd dlt-daemon/
mkdir build
cd build
cmake ..
make
optional: sudo make install
optional: sudo ldconfig
bottom of page