Migration from Rpi1 -> Rpi2
|
24th Jul, 2017, 07:53 PM
(This post was last modified: 24th Jul, 2017 10:24 PM by Nachteule.)
Post: #6
|
|||
|
|||
RE: Migration from Rpi1 -> Rpi2
(20th Jul, 2017 06:56 PM)Skywatch Wrote:(20th Jul, 2017 04:34 AM)Nachteule Wrote: Ok, so you know what you have to do then ... Learning by doing ![]() Quote:In theory it looks simple. Power up Pi1, install pi2 kernel, power down and move card to pi2. Kernel package is like all other packages in XBian's repository, for example you can find kernel for rpi2/3 here You have to do a bit more: 1) you have to modify file /etc/apt/sources.list.d/xbian change everything you find rpi_jessie (or rpi_stretch) to rpi2_jessie (resp rpi2_stretch) 2) sudo apt-get update # refresh package list 3) cd /tmp; apt-get download linux-image-bcm2836 # download latest kernel package for rpi2/3 4) sudo dpkg --force-all -r xbian-package-kernel # remove rp1 kernel 5) sudo dpkg -i linux-image-bcm2836*.deb # install rpi2/3 kernel 6) if dpkg complains any dependency errors, you have to run sudo apt-get install -f 7) shut down and move sd-card into rpi2 |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
![]() |
[PROBLEM] Migration from OpenElec? | zurdar | 4 | 10,486 |
14th May, 2015 07:20 PM Last Post: CurlyMo |