Page 1 of 1
Use the sd card from the RP 2 in the RP 3
Posted: Sat Jul 09, 2016 4:34 pm
by florian2833z
Hey, can I use my SD card from my raspberry pi 2 model b+ in the raspberry pi 3 or do i have to reinstall the os first. I have Raspbian Wheezy.
Re: Use the sd card from the RP 2 in the RP 3
Posted: Sat Jul 09, 2016 4:37 pm
by kusti8
It's easier to reinstall, but you can upgrade with this:
viewtopic.php?t=121880
Re: Use the sd card from the RP 2 in the RP 3
Posted: Mon Jul 11, 2016 2:41 pm
by florian2833z
But I didnt ask how to upgrade to jessie ?
Re: Use the sd card from the RP 2 in the RP 3
Posted: Mon Jul 11, 2016 3:00 pm
by piglet
The answer is "Yes you can". Just ensure you're up to date with the patches and it should be fine:
sudo apt-get update
sudo apt-get upgrade
Re: Use the sd card from the RP 2 in the RP 3
Posted: Mon Jul 11, 2016 3:11 pm
by fruitoftheloom
florian2833z wrote:Hey, can I use my SD card from my raspberry pi 2 model b+ in the raspberry pi 3 or do i have to reinstall the os first. I have Raspbian Wheezy.
The has never been a RPi 2B+
As you are using Raspbian Wheezy put the card in the RPi 2B or whatever you have, then:
Code: Select all
sudo apt-get update
sudo apt-get dist-upgrade
sudo rpi-update
sudo reboot
rpi-update is generally not recommended to update kernel /firmware unless advised by Developers,.....
.................but as Wheezy is end of life it is the recommended way to undertake so Wheezy can support the Zero & 3B
FYI dist-upgrade is a misnomer it does not update Wheezy to Jessie:
http://linux.die.net/man/8/apt-get
.