SuperDave156
Posts: 19
Joined: Sat Jan 05, 2013 12:56 pm

I need to patch the Pi2 os to run on a Pi3. Can it be done?

Sat Dec 24, 2016 8:42 am

I want the faster Pi3 hardware but the Pi2 operating system worked better for me.
How can I patch the Pi2 os to run on a Pi3?

cjan
Posts: 843
Joined: Sun May 06, 2012 12:00 am

Re: I need to patch the Pi2 os to run on a Pi3. Can it be do

Sat Dec 24, 2016 8:55 am

they are twins OS.

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26659
Joined: Sat Jul 30, 2011 7:41 pm

Re: I need to patch the Pi2 os to run on a Pi3. Can it be do

Sat Dec 24, 2016 9:14 am

The OS for 1, 2 and 3 are actually the same, so your post doesn't make much sense.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

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

Re: I need to patch the Pi2 os to run on a Pi3. Can it be do

Sat Dec 24, 2016 9:15 am

SuperDave156 wrote:I want the faster Pi3 hardware but the Pi2 operating system worked better for me.
How can I patch the Pi2 os to run on a Pi3?
What Operating System ???
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: I need to patch the Pi2 os to run on a Pi3. Can it be do

Sat Dec 24, 2016 10:06 am

Since this is (at the time of this reply) posted in the Raspbian sub-forum, perhaps we should assume the OS in question is Raspbian?

Maybe you mean that if you transfer the microSD card to the RPi3 it does not boot?

If you make sure the OS is fully updated in the older system first, this problem should be resolved.

Code: Select all

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
The incompatible element is actually the 'firmware' files in the /boot partition, not in Raspbian itself.

The above fix will not be effective if you are running the NOOBS Installer as the way of booting your system.

SuperDave156
Posts: 19
Joined: Sat Jan 05, 2013 12:56 pm

Re: I need to patch the Pi2 os to run on a Pi3. Can it be do

Sat Dec 24, 2016 12:15 pm

Thanks for your comments.
I've tried
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
but even after all that, if you put a Pi2 SD card (Wheezy) into a Pi3 you get nothing but a hang.
It must be something in the boot files.
Someone out there must know what files to swap over...???

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

Re: I need to patch the Pi2 os to run on a Pi3. Can it be do

Sat Dec 24, 2016 12:29 pm

SuperDave156 wrote:Thanks for your comments.
I've tried
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
but even after all that, if you put a Pi2 SD card (Wheezy) into a Pi3 you get nothing but a hang.
It must be something in the boot files.
Someone out there must know what files to swap over...???
Raspbian Wheezy is end of life and went that way over a year ago.

You need to manually update kernel/firmware:

Code: Select all

sudo rpi-update
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Return to “Raspberry Pi OS”