OpenMarine
Failed to load overlay after latest updates - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2)
+--- Thread: Failed to load overlay after latest updates (/showthread.php?tid=4518)



Failed to load overlay after latest updates - Relax - 2023-03-12

After the latest updates for OP3 32/64bit 7.3.2023 I get Failed to load overlay 'spi-bcm2835'-overlay on start-up. If you want a log or something additional info, please point out the place I can find them.


RE: Failed to load overlay after latest updates - Sailoog - 2023-03-12

what "the latest updates for OP3 32/64bit 7.3.2023" means? a system update using apt? or you are talking about an specific program being updated?

Can you publish here your file /boot/config.txt?

what hardware do you have connected?


RE: Failed to load overlay after latest updates - Relax - 2023-03-12

(2023-03-12, 08:09 PM)Sailoog Wrote: what "the latest updates for OP3 32/64bit 7.3.2023" means? a system update using apt? or you are talking about an specific program being updated?

Can you publish here your file /boot/config.txt?

what hardware do you have connected?

I mean system update with apt. I have OpenPlotter 3 64bit, RaspberryPi 4 with 4GB memory. Pican-M hat with I2C, Sparkfun ICM 20948 and BME280, Logitech Bluetooth mouse and keyboard. OS is run from the USB3 M.2 SSD. Config.txt is attached.


RE: Failed to load overlay after latest updates - Max1947 - 2023-03-12

Ok, I mean system update with apt.

PI4 - 4giga - Raspberry Pi 4 Model B Rev 1.4

OP3-32bit

I have
SSD 120g - Card  MCS - MPU 9250 - BMP280



.txt   config.txt (Size: 2.33 KB / Downloads: 125)


RE: Failed to load overlay after latest updates - Sailoog - 2023-03-13

OK I see that both of you have that MCS board and this line in config.txt: dtoverlay=spi-bcm2835-overlay

what is this overlay for? who is adding this line?

I suspect that the software that manages that MCS board is adding this line for a CAN connection but that is not correct.

I recommend asking the MCS developers

EDIT: sorry Relax does not have a MCS but a PiCAN board but both of them are adding that nonsense line


RE: Failed to load overlay after latest updates - glowntiger - 2023-03-16

On some older OS it was needed. I think on newer it makes problems.
I will removed this from the SignalK postinstall. For now you can uncomment it with # or delete it from config.txt


RE: Failed to load overlay after latest updates - Johnthebairdsca - 2023-05-11

Hello,

Literally just received my new PiCAN-M yesterday... following the SK-Pang manual to install and get it going on my Pi, I edited /boot/config.txt with the following:

enable_uart=1 
dtparam=i2c_arm=on 
dtparam=spi=on 
dtoverlay=mcp2515-can0,oscillator=16000000,interrupt=25 
dtoverlay=spi-bcm2835-overlay

dtoverlay=spi-bcm2835-overlay generated a "failed to load" message.

What was the resolution?


RE: Failed to load overlay after latest updates - Relax - 2023-05-11

(2023-05-11, 12:04 PM)Johnthebairdsca Wrote: Hello,

Literally just received my new PiCAN-M yesterday... following the SK-Pang manual to install and get it going on my Pi, I edited /boot/config.txt with the following:

enable_uart=1 
dtparam=i2c_arm=on 
dtparam=spi=on 
dtoverlay=mcp2515-can0,oscillator=16000000,interrupt=25 
dtoverlay=spi-bcm2835-overlay

dtoverlay=spi-bcm2835-overlay generated a "failed to load" message.

What was the resolution?
Just put # before the last line, like this
# dtoverlay=spi-bcm2835-overlay

Or remove that line, that works too.