Hello
I plugged my µ-sd (card that is running fine on my RPI3) into my new RPI 3 B + and it does not boot (rgb square screen)
is it possible to tweak the files on the µ-sd card to make it boot ?
thanks
-
- Posts: 71
- Joined: Thu Mar 03, 2016 10:37 am
- Paul Webster
- Posts: 833
- Joined: Sat Jul 30, 2011 4:49 am
- Location: London, UK
- Contact: Twitter
Re: RPI 3 B+ rainbow screen
If not already done .... use you RPi3 to update the software on the SD card then try it in the RPi3B+
sudo apt-get update
sudo apt-get dist-upgrade
(assuming that your SD card already has Raspbian Stretch on it)
sudo apt-get update
sudo apt-get dist-upgrade
(assuming that your SD card already has Raspbian Stretch on it)
-
- Posts: 71
- Joined: Thu Mar 03, 2016 10:37 am
Re: RPI 3 B+ rainbow screen
so it should work? I mean I'll update the dist, but technicaly speaking they are the same architecture
I was wondering if my rpi3 b+ was damaged...it's brand new
I was wondering if my rpi3 b+ was damaged...it's brand new
Re: RPI 3 B+ rainbow screen
Yes it should work, but not until you update the sdcard contents. PI3B+ has some hardware changes besides "it's the same architecture" so new firmware is needed.
PeterO
PeterO
Discoverer of the PI2 XENON DEATH FLASH!
Interests: C,Python,PIC,Electronics,Ham Radio (G0DZB),1960s British Computers.
"The primary requirement (as we've always seen in your examples) is that the code is readable. " Dougie Lawson
Interests: C,Python,PIC,Electronics,Ham Radio (G0DZB),1960s British Computers.
"The primary requirement (as we've always seen in your examples) is that the code is readable. " Dougie Lawson
-
- Posts: 71
- Joined: Thu Mar 03, 2016 10:37 am
Re: RPI 3 B+ rainbow screen
ok thks everyone 

Re: RPI 3 B+ rainbow screen
Additionally, the rainbow screen you are seeing, is completely normal behaviour. It is supposed to show that every time you boot it.
55:55:44:44:4C
52:4C:52:42:41
Rose tinted glasses are difficult to see through.
52:4C:52:42:41
Rose tinted glasses are difficult to see through.
Re: RPI 3 B+ rainbow screen
In affect, the SoC has a different part number, the Wireless chip and the ethernet chip have both changed, and there is now different power management on board. So lots of things that require modifications in the SW to run them. Hence the requirement to update.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Re: RPI 3 B+ rainbow screen
However be aware that it can be disabled in /boot/config.txt.
PeterO
Discoverer of the PI2 XENON DEATH FLASH!
Interests: C,Python,PIC,Electronics,Ham Radio (G0DZB),1960s British Computers.
"The primary requirement (as we've always seen in your examples) is that the code is readable. " Dougie Lawson
Interests: C,Python,PIC,Electronics,Ham Radio (G0DZB),1960s British Computers.
"The primary requirement (as we've always seen in your examples) is that the code is readable. " Dougie Lawson
Re: RPI 3 B+ rainbow screen
Hi, same problem here.
I did update and upgrade but I still can't boot.
Did it fix it for you? Have you found any workaround? Thanks.
I did update and upgrade but I still can't boot.
Did it fix it for you? Have you found any workaround? Thanks.
Re: RPI 3 B+ rainbow screen
The easiest solution is to download the latest NOOBS or Raspbian and put it on a card. Either a new card or your current one.
Quis custodiet ipsos custodes?
- HawaiianPi
- Posts: 6129
- Joined: Mon Apr 08, 2013 4:53 am
- Location: Aloha, Oregon USA
Re: RPI 3 B+ rainbow screen
No, it just needs new firmware. The architecture is the same, but there are some hardware differences that require a firmware update.rompelstilchen wrote: ↑Fri Mar 23, 2018 8:56 amI was wondering if my rpi3 b+ was damaged...it's brand new
Are you running Raspbian Stretch or Jessie (or...

And if it's Stretch, was it originally installed from a Stretch image, or did you upgrade from Jessie?
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?
lots of pop-ups...and where is that annoying music coming from?
Re: RPI 3 B+ rainbow screen
I am with Wheezy.
I did rpi-update, then I could boot normally. But the wireless/wifi is unavailable, like in this post.
viewtopic.php?t=208591
I couldn't find any solution yet.
I did rpi-update, then I could boot normally. But the wireless/wifi is unavailable, like in this post.
viewtopic.php?t=208591
I couldn't find any solution yet.
-
- Posts: 25189
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: RPI 3 B+ rainbow screen
Kenti wrote: ↑Mon Apr 09, 2018 7:30 amI am with Wheezy.
I did rpi-update, then I could boot normally. But the wireless/wifi is unavailable, like in this post.
viewtopic.php?t=208591
I couldn't find any solution yet.
Raspbian Wheezy and Jessie are both end of life.
Raspbian Stretch has been the supported OS since August 2017.
The information is out there....you just have to let it in.