Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • copied to an alternate location (without the -fb) and used with LD_LIBRARY_PATH
  • used as the target for the /usr/lib/libEGL.so symbolic link

Run as root

Embedded JavaFX used udev and direct access to the framebuffer (/dev/fb0). In general, JFX Embedded applications will need to be run as root, unless the system has been reconfigured to grant access to these devices.

Yocto

Currently Yocto is supported on many i.MX6 based devices. The documented and tested mainline target (fsl-image-x11) builds for an X11 based image. There is work underway for a framebuffer based target (fsl-image-fb), but that is not currently on the Yocto mainline.

...