florian2833z
Posts: 8
Joined: Fri May 06, 2016 6:31 am

Use the sd card from the RP 2 in the RP 3

Sat Jul 09, 2016 4:34 pm

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.

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: Use the sd card from the RP 2 in the RP 3

Sat Jul 09, 2016 4:37 pm

It's easier to reinstall, but you can upgrade with this:
viewtopic.php?t=121880
There are 10 types of people: those who understand binary and those who don't.

florian2833z
Posts: 8
Joined: Fri May 06, 2016 6:31 am

Re: Use the sd card from the RP 2 in the RP 3

Mon Jul 11, 2016 2:41 pm

But I didnt ask how to upgrade to jessie ?

User avatar
piglet
Posts: 915
Joined: Sat Aug 27, 2011 1:16 pm

Re: Use the sd card from the RP 2 in the RP 3

Mon Jul 11, 2016 3:00 pm

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

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Use the sd card from the RP 2 in the RP 3

Mon Jul 11, 2016 3:11 pm

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
.
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Return to “General discussion”