05-15-2018, 08:19 AM
Hello,
I've build my own RFLink using an arduino. It work very well on RPi.
But I have problem to make it work on Rock64. It worked this morning but after a restart (sudo reboot), it didn't work anymore.
Domoticz is configured to connect to RFLink via /dev/ttyUSB0.
After the restart, I have this error :
I have no idea to solve it. Could you please help me ?
I use ayufan's latest stable version of xenial linux.
On RPi, the solution was to add
to /boot/config.txt but there isn't any config.txt file.
Thanks a lot !
I've build my own RFLink using an arduino. It work very well on RPi.
But I have problem to make it work on Rock64. It worked this morning but after a restart (sudo reboot), it didn't work anymore.
Domoticz is configured to connect to RFLink via /dev/ttyUSB0.
After the restart, I have this error :
Quote:Error: RFLink: Error opening serial port!
I have no idea to solve it. Could you please help me ?
I use ayufan's latest stable version of xenial linux.
On RPi, the solution was to add
Code:
enable_uart=1
Thanks a lot !