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
Install without openplotter
#1
Is it possible to use MacArthur Hat with Pi OS lite and signalk?
Need driver?

Best regards
Reply
#2
I think it's possible, but you'd be one your own to find the right device tree settings to enable all the serial ports and the SPI bus and driver settings for CAN/NMEA2000.

A starting point would be to setup OpenPlotter and see how it configures /boot/firmware/config.txt of the Raspberry Pi.
Reply
#3
(2025-11-23, 12:03 AM)Adrian Wrote: I think it's possible, but you'd be one your own to find the right device tree settings to enable all the serial ports and the SPI bus and driver settings for CAN/NMEA2000.

A starting point would be to setup OpenPlotter and see how it configures /boot/firmware/config.txt of the Raspberry Pi.

Thank you
Look difficult without documentation.
Reply
#4
yes, it's possible
/boot/firmware/config.txt
for pi5
Code:
dtparam=i2c_arm=on
dtparam=spi=on
dtoverlay=mcp251xfd,spi0-1,oscillator=20000000,interrupt=25
dtoverlay=w1-gpio,gpiopin=19
dtoverlay=uart2-pi5
dtoverlay=uart4-pi5

for pi4
Code:
dtparam=i2c_arm=on
dtparam=spi=on
dtoverlay=mcp251xfd,spi0-1,oscillator=20000000,interrupt=25
dtoverlay=w1-gpio,gpiopin=19
dtoverlay=uart3
dtoverlay=uart5
Reply
#5
Everything you can do in Raspberry Pi OS that does not require a desktop environment can be done in Raspberry Pi OS Lite. No driver required.

What BlackSea has sent enables I2C, SPI, CAN, 1W, and UART2 and 4, but other OpenPlotter features are still missing. OpenPlotter just makes easy to edit the config.txt file so my advice would be to enable and configure OpenPlotter following your necessities and then copy that config.txt file to Raspberry Pi OS Lite. Or you can also examine OpenPlotter's code to see what it is done for every setting.

Same advice for Signal K.
Reply
#6
(2025-11-26, 06:05 PM)Sailoog Wrote: Everything you can do in Raspberry Pi OS that does not require a desktop environment can be done in Raspberry Pi OS Lite. No driver required.

What BlackSea has sent enables I2C, SPI, CAN, 1W, and UART2 and 4, but other OpenPlotter features are still missing. OpenPlotter just makes easy to edit the config.txt file so my advice would be to enable and configure OpenPlotter following your necessities and then copy that config.txt file to Raspberry Pi OS Lite. Or you can also examine OpenPlotter's code to see what it is done for every setting.

Same advice for Signal K.


Thank you for your useful explanation
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)