From 17626301289351e4f396c6d702ff008da14e35b7 Mon Sep 17 00:00:00 2001 From: Kari Hormi Date: Thu, 20 Apr 2017 13:43:22 +0300 Subject: [PATCH] Fix appcontroller.conf line to include env= --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 7ae6089..6a7a34e 100644 --- a/README +++ b/README @@ -5,6 +5,6 @@ DeviceLauncher accesses GPIO ports and requires root access. Usage: DeviceLauncher [--output-directory=OUTPUT_DIR] Boottime-EGL is a library for the target device. By default the libraries are deployed to /usr/lib but you can use any directory you wish. -To use the libraries, edit /etc/appcontroller.conf to include line LD_PRELOAD=/usr/lib/libBoottime_iMX6_EGL.so. +To use the libraries, edit /etc/appcontroller.conf to include line env=LD_PRELOAD=/usr/lib/libBoottime_iMX6_EGL.so. This preloads the Boottime-libBoottime_iMX6_EGL library that waits for buffer swap and raises a GPIO pin when the first buffer swap happens. -- GitLab