4

I just bought a Raspberry Pi 3 Model B+. I also bought a power supply that the reseller sold specifically for the Pi - it delivers up to 3A. However, the Pi doesn't boot. I gives me the rainbow screen with the yellow bolt - indicating low voltage. Also the red power led flashes randomly. I measured the voltage at the GPIO pins, giving me 5.01V constantly. But I also suspect that the Pis are being tested, before they are shipped.

Now I'm not sure whether the power supply simply produces voltage drops that are to short for my multimeter to detect or whether the Pi is simply broken.

Is there a way to test that?

Thank you and have a nice day!

DisplayName
  • 41
  • 1
  • 2

2 Answers2

1

/boot/bcm2710-rpi-3-b-plus.dtb is missing in older raspbian images. Just run

sudo rpi-update

on your booted previous raspberry pi to fetch the missing firmware. After that you can switch to your new raspberry pi 3b+ and boot it with your existing sd card.

cma
  • 51
  • 2
0

I tried 3 things. Only the last one fixed this problem for me:

1- copying bcm2710-rpi-3-b-plus.dtb into /boot/

2- sudo apt-get update / sudo apt-get upgrade / sudo rpi-update

3- complete re-install of the image from https://www.raspberrypi.org/downloads/raspbian/ (Version:March 2018 Release date:2018-03-13)