Jeebus Posted December 23, 2021 Posted December 23, 2021 I have successfully booted armbian 20.10 bullseye 5.9.0 on a tx 3 mini powered by an S905W chip. I am trying to control the diplay on the front and while searching for answers came across this openvfd library for the tx 3 mini. I've followed the instructions but to no avail have succeeded in controlling the display. One key difference i've noticed, is that the controller on the board is an FD6551 model, as opposed to the standard FD628. After some reading I came to the conclusion that FD655 is supported, so i'm under the impression that this library should support my board (picture below). When following the install instructions from the openvfd library, I modprobe the openvfd module, and after starting the openvfd service, I get this error: Dec 23 17:12:23 arm-64 systemd[1]: Starting openvfd... Dec 23 17:12:23 arm-64 systemd[1]: Started openvfd. Dec 23 17:12:23 arm-64 systemd[2079]: openvfd.service: Failed to execute /root/linux_openvfd/OpenVFDService: No such fi> Dec 23 17:12:23 arm-64 systemd[2079]: openvfd.service: Failed at step EXEC spawning /root/linux_openvfd/OpenVFDService:> Dec 23 17:12:23 arm-64 systemd[1]: openvfd.service: Main process exited, code=exited, status=203/EXEC I am unsure how to proceed and any help would be appreciated.
paradigman Posted December 24, 2021 Posted December 24, 2021 @Jeebus May you use the @jock's compiled OpenVFDService executable within /root/linux_openvfd dir: OpenVFDService .
Recommended Posts