Page 1 of 1

Mission Impossible PI2 Jessie & Razberry

Posted: Thursday 17 November 2016 21:20
by thaui
I am not really new to Domoticz and I try to build up a brand new system. Before I was using PI B+ & Wheezy. Now I am preparing the SD card like described in the Domoticz Wiki. I read all the remarks concerning ttyAMA0 and ttyUSB20. I tried everything to get the connection with the razberry established. It works from time to time changing from ttyAMA0 to ttyUSB20. But after rebooting the unit the controller is lost again and the "setup" stays red. What I am doing wrong? Any help is welcome.

Re: Mission Impossible PI2 Jessie & Razberry

Posted: Thursday 17 November 2016 21:24
by Egregius
Search for persisten usb ;)

Re: Mission Impossible PI2 Jessie & Razberry

Posted: Friday 18 November 2016 22:29
by thaui
After some further search this link has helped a lot
http://raspberrypi.stackexchange.com/qu ... ian-jessie
Running this command
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
and Enabling uart in /boot/config.txt
enable_uart=1
the ttyAMA0 serial port is running like expected.