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 !?
rc.local
which has been totally changed in Jessie; so my applications and codes won't work properly if I update to Jessie (As I tested with a clean installation of Jessie!). – Omid1989 May 12 '16 at 09:53rc.local
. Maybe addsleep 15
right before your command. – Aloha May 12 '16 at 10:22rc.local
has not "totally changed" in jessie. Your solution to your problem here is totally absurd. Seriously. Please see http://meta.stackexchange.com/questions/66377/what-is-the-xy-problem/66378#66378 – goldilocks May 12 '16 at 11:13rpi-update
. This updates firmware but the software is not fully tested, and there are a number of outstanding issues with the 4.4 kernel. Also you can NOT upgrade to Jessie this way. There are unsupported (convoluted) upgrade methods, but these are not for those without significant Linux experience. – Milliways May 12 '16 at 11:35