0

I've got an RPi 2 B+, which has Raspbian Wheezy installed on it. Now, I have bought an RPi 3 B. I want to take the microSD card from RPi 2 B+ and insert it into RPi 3, as it is, without having to upgrade to Raspbian Jessie. I mean, updating the kernels, modules, etc. are OK. But I want to keep the wheezy and the applications installed as they are.

Is it possible to insert the microSD card from RPi 2 B+ to RPi 3 !?

What should I do for it to work with RPi 3, without having to upgrade to Raspbian Jessie !?

Omid1989
  • 662
  • 2
  • 14
  • 29

1 Answers1

2
  1. Update the system to Jessie

  2. Insert SD card into Pi 3

Upgrading shouldn't touch any installed stuff on your SD card. If updating the kernels, modules, etc. are OK, I'm sure you'll be okay with Jessie. It's because if you do that, you're pretty much upgrading to Jessie.

Secondly, there is no ARMv8 kernel on Wheezy.

In short, you really have to upgrade.

Look on the bright side. Your software gets updated, bugs eliminated. It makes everything quicker and lets you be a faster clicker. I'm not sure why you don't want to upgrade.


If you're really worried, make an image of your SD card first (hopefully not with a camera). Then,

sudo apt-get update && sudo apt-get dist-upgrade
sudo rpi-update
sudo reboot

to upgrade to Jessie update your software.

Instructions to update to Jessie can be found on this answer (link).

Aloha
  • 7,176
  • 1
  • 29
  • 52