New disk image for RPI 4B rev 1.5 models
Moderator: Mattk
New disk image for RPI 4B rev 1.5 models
It turned out the the newest batch of RPI 4B models with revision 1.5 need an updated boot section.
We just released a new disk image that takes care of this. The link to the disk image in "Preparing Hardware" section of the Meteobridge wiki has been updated accordingly.
Link: https://meteobridge.com/wiki/index.php/ ... croSD_card
We just released a new disk image that takes care of this. The link to the disk image in "Preparing Hardware" section of the Meteobridge wiki has been updated accordingly.
Link: https://meteobridge.com/wiki/index.php/ ... croSD_card
Re: New disk image for RPI 4B rev 1.5 models
you can check you RPi 4B's hardware revision by connecting to the the RPi (e.g. via SSH) and enter the command
cat /proc/cpuinfo
Any Linux derivate will show the info like
the example is for a RPi4B 2 GB hardware Rev. 1.4
cat /proc/cpuinfo
Any Linux derivate will show the info like
Code: Select all
:~# cat /proc/cpuinfo
processor : 0
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
processor : 1
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
processor : 2
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
processor : 3
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
Hardware : BCM2835
Revision : b03114
Serial : 100000000d9e1880
Model : Raspberry Pi 4 Model B Rev 1.4
root@MeteoBridge:~#
WH4000SE 1.6.6/1 x DP1500/4 x GW1000 1.7.7/GW1100 2.3.0/HP1000SE Pro 1.9.3//2 x WH2650 1.7.7/GW2000 3.1.0
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
-
- Senior Boarder
- Posts: 63
- Joined: Wed Nov 05, 2008 4:25 pm
- Location: Maidstone, Kent, UK
- Contact:
Re: New disk image for RPI 4B rev 1.5 models
I am setting up Meteobridge on a new RPI 4B, but I can't get the WiFi to work. You say on the 'preparing hardware' page that "If you have trouble in making use of WiFi please try previous v1.3 disk image" ... but that doesn't boot, I guess because of the need for an updated boot section. Will you be updating the 1.3 disk image so we can get the WiFi working? Or is there a fix for the 1.4 disk image? Thanks. Mark.
Re: New disk image for RPI 4B rev 1.5 models
Any chance that the Raspberry Pi 400 https://www.raspberrypi.com/products/raspberry-pi-400/ will be supported?
The Raspberry Pi 400 is extremely close to the 4B, mostly a few strings report different values for the machine type/ID.
The Raspberry Pi 400 is extremely close to the 4B, mostly a few strings report different values for the machine type/ID.
Re: New disk image for RPI 4B rev 1.5 models
If you have RPi 400, did you try to start Meteobridge from an image, be it the v1.3 or v1.4 image and see what it gives ?bam wrote: ↑Tue Sep 20, 2022 12:35 am Any chance that the Raspberry Pi 400 https://www.raspberrypi.com/products/raspberry-pi-400/ will be supported?
The Raspberry Pi 400 is extremely close to the 4B, mostly a few strings report different values for the machine type/ID.
It might work

WH4000SE 1.6.6/1 x DP1500/4 x GW1000 1.7.7/GW1100 2.3.0/HP1000SE Pro 1.9.3//2 x WH2650 1.7.7/GW2000 3.1.0
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
Re: New disk image for RPI 4B rev 1.5 models
RPI400 is not really suited for Meteobridge as Meteobridge does not work with a local keyboard nor does support a local screen. Meteobridge is designed as a headless appliance for hardware that is dedicated to a single purpose: to run Meteobridge, nothing else. Therefore, we did not build an image for that. If one of the exiting RPI images do for RPIU400 I can't say.bam wrote: ↑Tue Sep 20, 2022 12:35 am Any chance that the Raspberry Pi 400 https://www.raspberrypi.com/products/raspberry-pi-400/ will be supported?
The Raspberry Pi 400 is extremely close to the 4B, mostly a few strings report different values for the machine type/ID.
Re: New disk image for RPI 4B rev 1.5 models
it would show the whole openWRT startup sequence and related messages on the screen - something for an OS enthusiast but of little use for a Meteobridge user.
You can also see them when you connect a RPi4B during startup to a display.
Technically it could work, but it would be a waste of the resources like the monitor and the keyboard.
Would still be intersting to know if it works technically - the effort is just copying one of the images on a SDcard and trying to start the RPi 400 up with it.
If you happen to have a spare RPi 400 and have no other use of it, why not use it then for MB (if it works - tbd).
You can also see them when you connect a RPi4B during startup to a display.
Technically it could work, but it would be a waste of the resources like the monitor and the keyboard.
Would still be intersting to know if it works technically - the effort is just copying one of the images on a SDcard and trying to start the RPi 400 up with it.
If you happen to have a spare RPi 400 and have no other use of it, why not use it then for MB (if it works - tbd).
WH4000SE 1.6.6/1 x DP1500/4 x GW1000 1.7.7/GW1100 2.3.0/HP1000SE Pro 1.9.3//2 x WH2650 1.7.7/GW2000 3.1.0
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
Re: New disk image for RPI 4B rev 1.5 models
It did not work.Gyvate wrote: ↑Tue Sep 20, 2022 12:47 amIf you have RPi 400, did you try to start Meteobridge from an image, be it the v1.3 or v1.4 image and see what it gives ?bam wrote: ↑Tue Sep 20, 2022 12:35 am Any chance that the Raspberry Pi 400 https://www.raspberrypi.com/products/raspberry-pi-400/ will be supported?
The Raspberry Pi 400 is extremely close to the 4B, mostly a few strings report different values for the machine type/ID.
It might work![]()
Re: New disk image for RPI 4B rev 1.5 models
Yeah, I was able to buy RPi 400 but not 4B. Out of stock issue for months now.Gyvate wrote: ↑Tue Sep 20, 2022 3:53 pm it would show the whole openWRT startup sequence and related messages on the screen - something for an OS enthusiast but of little use for a Meteobridge user.
You can also see them when you connect a RPi4B during startup to a display.
Technically it could work, but it would be a waste of the resources like the monitor and the keyboard.
Would still be intersting to know if it works technically - the effort is just copying one of the images on a SDcard and trying to start the RPi 400 up with it.
If you happen to have a spare RPi 400 and have no other use of it, why not use it then for MB (if it works - tbd).

Re: New disk image for RPI 4B rev 1.5 models
Not sure in which country you live ... I'm located in Germany and here you can get a RPi4B 2GB - for double the price it used to be before the COVID-19 pandemic though (e.g. 125 EUR now). Available. Delivered in two days.
WH4000SE 1.6.6/1 x DP1500/4 x GW1000 1.7.7/GW1100 2.3.0/HP1000SE Pro 1.9.3//2 x WH2650 1.7.7/GW2000 3.1.0
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
Re: New disk image for RPI 4B rev 1.5 models
I am in the USA, that country just north of Mexico and just south of Canada.

- AlphaXrayPapa
- Fresh Boarder
- Posts: 9
- Joined: Sat Jan 13, 2024 10:10 pm
Re: New disk image for RPI 4B rev 1.5 models
This problem continues to exist as of today. Almost 2 years later.markhiseman wrote: ↑Tue May 03, 2022 2:21 pm I am setting up Meteobridge on a new RPI 4B, but I can't get the WiFi to work. You say on the 'preparing hardware' page that "If you have trouble in making use of WiFi please try previous v1.3 disk image" ... but that doesn't boot, I guess because of the need for an updated boot section. Will you be updating the 1.3 disk image so we can get the WiFi working? Or is there a fix for the 1.4 disk image? Thanks. Mark.
I've written directly to the developer, but haven't heard anything. Much as you didn't get an answer to your question here.
-
- Senior Boarder
- Posts: 63
- Joined: Wed Nov 05, 2008 4:25 pm
- Location: Maidstone, Kent, UK
- Contact:
Re: New disk image for RPI 4B rev 1.5 models
Yes its frustrating as it means I have use a physical internet connection, which limits where I can put the RPi.
- AlphaXrayPapa
- Fresh Boarder
- Posts: 9
- Joined: Sat Jan 13, 2024 10:10 pm
Re: New disk image for RPI 4B rev 1.5 models
The response I got was that my hardware was not compatible. I had a rev 1.2 and rev 1.5 model RPi and neither worked once I configured the WiFi on them.
I'm requesting a refund at this point.
I'm requesting a refund at this point.
Re: New disk image for RPI 4B rev 1.5 models
Sorry that you don't get it working on various RPI 4 revisions. Others (including myself) had no problems. Good luck elsewhere!