Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kari Hormi
b2qt-boottime-measurement
Commits
17626301
Commit
17626301
authored
Apr 20, 2017
by
Kari Hormi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix appcontroller.conf line to include env=
parent
ed1abbe6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README
README
+1
-1
No files found.
README
View file @
17626301
...
@@ -5,6 +5,6 @@ DeviceLauncher accesses GPIO ports and requires root access.
...
@@ -5,6 +5,6 @@ DeviceLauncher accesses GPIO ports and requires root access.
Usage: DeviceLauncher [--output-directory=OUTPUT_DIR]
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.
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.
This preloads the Boottime-libBoottime_iMX6_EGL library that waits for buffer swap and raises a GPIO pin when the first buffer swap happens.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment