Jamess Huang
My feedback
1 result found
-
169 votes
EVDI is designed as an open source component to be adapted for different graphics architectures.
It is possible to already use DisplayLink on some embedded ARM platforms, as complied binaries are available in our distribution. Articles on how to do this on Raspian and Ubuntu MATE are here:
https://support.displaylink.com/knowledgebase/articles/1883065-using-arm-binaries-on-raspbian-on-raspberry-pi
https://support.displaylink.com/knowledgebase/articles/1883068-using-arm-binaries-on-ubuntu-mate-on-raspberry-piThe logs from the DisplayLink binary component are encrypted to protect IP. This is the same on all OSes for DisplayLink binary components.
Jamess Huang supported this idea ·An error occurred while saving the comment
So can Display link support ARM+Debian or not ?
I want to use it on my Asus Tinker Board which SoC architecture is arm v7
I have compiled the EVDI driver in the kbuild environment and can see the usb device from lsusb cmd, but failed at the cmd of systemctl start dlm.
linaro@tinkerboard:~$ systemctl status dlm
* dlm.service - DisplayLink Manager Service
Loaded: loaded (/lib/systemd/system/dlm.service; static; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Thu 2017-11-02 10:36:07 UTC; 3s ago
Process: 6708 ExecStart=/opt/displaylink/DisplayLinkManager (code=exited, status=203/EXEC)
Main PID: 6708 (code=exited, status=203/EXEC)
Nov 02 10:36:07 tinkerboard systemd[1]: dlm.service: Failed with result 'exit-code'.