Search found 1 match

by qrn77
Saturday 09 January 2016 12:18
Forum: Z-Wave
Topic: Rasperry Pi 2 + Razberry + OpenZWave not working
Replies: 6
Views: 7493

Re: Rasperry Pi 2 + Razberry + OpenZWave not working

The tweak for the 8.0 debian version, for removing the tty like in former inittab is :
edit the

Code: Select all

/boot/cmdline.txt
look for console=ttyA<something>
you should have something like

Code: Select all

dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 <....>
Hope it helps