OpenMarine
Switching OP3 to headless - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=3)
+--- Thread: Switching OP3 to headless (/showthread.php?tid=5027)

Pages: 1 2


RE: Switching OP3 to headless - tobias.e - 2023-12-07

This sounds like a good idea, especially as  I run a pi zero 2, but then openplotter-i2c won't send any data.

Regards Tobias


RE: Switching OP3 to headless - baltika_no_9 - 2023-12-07

(2023-12-07, 10:53 PM)tobias.e Wrote: This sounds like a good idea, especially as  I run a pi zero 2, but then openplotter-i2c won't send any data.

Regards Tobias

Why do you say that? Where will it not send data to?


RE: Switching OP3 to headless - tobias.e - 2023-12-08

(2023-12-07, 11:47 PM)baltika_no_9 Wrote:
(2023-12-07, 10:53 PM)tobias.e Wrote: This sounds like a good idea, especially as  I run a pi zero 2, but then openplotter-i2c won't send any data.

Regards Tobias

Why do you say that? Where will it not send data to?

Here is how SignalK looks like normally:
   


And after disabling GUI/Autologin all data from i2c sources is missing:
   


RE: Switching OP3 to headless - baltika_no_9 - 2023-12-08

I agree, you are quite right.

The I2C validation and consequently the data is missing. Maybe openplotter cannot start properly in this mode in which case my suggestion is worthless.


RE: Switching OP3 to headless - lborkey - 2024-01-09

(2023-12-08, 12:52 PM)baltika_no_9 Wrote: I agree, you are quite right.

The I2C validation and consequently the data is missing. Maybe openplotter cannot start properly in this mode in which case my suggestion is worthless.

I encountered this as well. In my thinking, "headless" means the device does not run a desktop and that advantage of this is that you free up the resources that would normally be consumed by it. However, it appears that the I2C functionality will not run without a user being logged into the desktop.

I didn't start with the headless version of Openplotter, I just turned off the desktop through raspi-config. Does anyone know if the I2C will function with the headless version (and no desktop running)?

If the desktop is required, there is no headless operation IMHO.


RE: Switching OP3 to headless - tobias.e - 2024-01-15

As far as I remember, all the headless images do is proving an access point and several ways so log in. but the desktop is running in the background, and you can access it via vnc. And yes, i2c works.