Purchased a new Raspberry pi 3 +B, with SD card. All I get is the splash screen on the monitor. What can I do? Previous PI 3 works fine.
Larry
Purchased a new Raspberry pi 3 +B, with SD card. All I get is the splash screen on the monitor. What can I do? Previous PI 3 works fine.
Larry
Sounds like your software is not up-to-date and doesn't have support for the 3B+ yet.
While the SD card is in a different Pi:
sudo apt-get update && sudo apt-get dist-upgrade -y sudo rpi-update
That will update the software and firmware. The card should then work in your 3B+.
I would suggest to just reimage the SD with the latest version of Rasbian (if that is what you want to run). The hardware on the RasPi 3 B+ is different than a standard 3 so the drivers will be different and you could run into other issues down the road.
You can get the image from:
https://www.raspberrypi.org/downloads/raspbian/
However, if the B+ came with a preloaded SD card, then I would ensure you inform the vendor you got the board from that the image on the SD card does not work with the B+.