OpenMarine
Rpi 4B 2 Gb not booting from image - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://forum.openmarine.net/forumdisplay.php?fid=4)
+--- Thread: Rpi 4B 2 Gb not booting from image (/showthread.php?tid=3881)

Pages: 1 2 3


RE: Rpi 4B 2 Gb not booting from image - rovinggecko - 2022-01-24

As promised:
   

start4.elf: is not compatible
This board requires newer software.


-> Openplotter does not support the latest firmware and thus new rpi's from the shelf.


RE: Rpi 4B 2 Gb not booting from image - Sailoog - 2022-01-25

Could someone with a failing RPi4 2GB join the test round for the new OpenPlotter 3?

I will post an alpha version ASAP here: https://forum.openmarine.net/showthread.php?tid=3878


RE: Rpi 4B 2 Gb not booting from image - rovinggecko - 2022-01-25

Sure, easy enough to burn an sd card and plop it in Smile


RE: Rpi 4B 2 Gb not booting from image - oilybilge - 2022-01-26

I have the same problem, but with a 4GB

(Pi 4 Model B 4GB, purchased this week from the Pihut)

I get the same message as RovingGecko ...

start4.elf: is not compatible
This board requires newer software


RE: Rpi 4B 2 Gb not booting from image - Sailoog - 2022-01-27

OpenPlotter 3 Alpha released: https://forum.openmarine.net/showthread.php?tid=3878&pid=21673#pid21673

Please report here about the issue with RPi4 2GB


RE: Rpi 4B 2 Gb not booting from image - rovinggecko - 2022-01-28

Openplotter 3 alpha - 32-bit boots just fine on rpi 4 2Gb that did not boot openplotter 2.
After boot I get the normal desktop.

Will do similar test with 64-bit and revert.
Openplotter 3 alpha - 64-bit boots just fine on rpi 4 2 GB as well.

-> new images support the latest rpi firmware.


RE: Rpi 4B 2 Gb not booting from image - michael.trilling@gmail.com - 2022-01-29

We just installed OP 3 64 bit on an pi 4 with 2gb.
Works like a charme. OpenCPN Flat installation worked also fine.

As total noobs we are assuming, that network installation for headless mode isn't realized in the current version. Right?

Thanks for the fast new image

Thomas & Michael


RE: Rpi 4B 2 Gb not booting from image - Sailoog - 2022-01-30

Thanks for testing and reporting.

Follow the first post of this thread and you will see when the Headless image and the rest of features are released: https://forum.openmarine.net/showthread.php?tid=3878&pid=21561#pid21561


RE: Rpi 4B 2 Gb not booting from image - loictruc - 2022-06-20

(2022-01-18, 03:38 PM)croy Wrote: I think you have to install openplotter manual:

Advanced
To Install OpenPlotter on any computer running a Linux Debian derivative system (Raspberry PI OS, Ubuntu, Linux Mint…) you have to install the dependencies.

Open a terminal and type:

sudo apt update
sudo apt install python3-wxgtk4.0 python3-ujson python3-pyudev whois vlc
Now you have to install the main app openplotter-setting from the .deb file you can download from the Advanced section in downloading chapter.

After downloading the .deb file, you can install it by double click or typing this in a terminal:

sudo dpkg -i openplotter-settings_x.x.x-stable.deb
Every time OpenPlotter needs to perform an action that requires administrator permission, it will ask for the password. To avoid having to continuously enter your administrator password you can add your user to the sudoers list. Do this only if you know what you are doing:

sudo visudo
Add this line to the end of the document and save:

myuser ALL=(ALL) NOPASSWD: ALL


Hi ! thanks for your advise.
But still in troubles here with my RPI 4.B. I have downloaded the .deb of the advanced downloading part. But the command you wrote above does not work, and nothing happen when I double clic on it.
Could you please show me the process to flash my SD card with good verion of openplotter for my RPI 4 B (OP 3 is available ?), on my macbook pro (el capitan).
thnaks for your help.
cheers.



RE: Rpi 4B 2 Gb not booting from image - Sailoog - 2022-06-21

OpenPlotter 3 is almost stable, maybe next week we will go to stable. docs and files: https://forum.openmarine.net/showthread.php?tid=3878