This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Daisy hat and openplotter
#6
I had the same issue in conjuction with a Raspi 4 and the pican-m HAT, which has a rs422 interface to send and receive NMEA0183 data.

After every boot the command

ls -l /dev/ttyS0

only showed read permssions for user and group: crw-r--r--
when I modified this using

sudo chmod 666 /dev/ttyS0

rights temporarily changed to crw-rw-rw-
and the signal-k server connected to the interface.

The solution to this problem is to modify the file /boot/cmdline.txt.
In my installation it was this command line

Code:
console=tty1 root=PARTUUID=320441f2-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles console=serial0,115200


I simply removed the console-part:

Code:
console=tty1 root=PARTUUID=320441f2-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles


and rebooted. After this everything was fine without changing the access rights manualy.

Michael






incomplete
Reply


Messages In This Thread
Daisy hat and openplotter - by bjarnej - 2021-02-21, 08:22 PM
RE: Daisy hat and openplotter - by Ski_Entropy - 2021-03-15, 04:25 AM
RE: Daisy hat and openplotter - by rsalles - 2021-03-22, 08:36 PM
RE: Daisy hat and openplotter - by rsalles - 2021-03-22, 08:38 PM
RE: Daisy hat and openplotter - by bjarnej - 2021-03-23, 11:05 PM
RE: Daisy hat and openplotter - by DG3612 - 2021-06-10, 03:48 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)