Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.raspberry-pi > #9759 > unrolled thread
| Started by | "attend" <dumpling@virginmedia.com> |
|---|---|
| First post | 2015-10-05 20:19 +0100 |
| Last post | 2015-10-06 17:12 +0100 |
| Articles | 12 — 11 participants |
Back to article view | Back to comp.sys.raspberry-pi
Raspberry Pi 1 to 2 "attend" <dumpling@virginmedia.com> - 2015-10-05 20:19 +0100
Re: Raspberry Pi 1 to 2 Martin Gregorie <martin@address-in-sig.invalid> - 2015-10-05 19:51 +0000
Re: Raspberry Pi 1 to 2 Alan Adams <alan@adamshome.org.uk> - 2015-10-05 21:10 +0100
Re: Raspberry Pi 1 to 2 Another Dave <dmarsden@nospam.com> - 2015-10-05 21:03 +0100
Re: Raspberry Pi 1 to 2 Gordon Henderson <gordon+usenet@drogon.net> - 2015-10-05 21:38 +0000
Re: Raspberry Pi 1 to 2 Bob L <bl@thisaddressisnowhere.com> - 2015-10-06 09:29 +0100
Re: Raspberry Pi 1 to 2 Tony van der Hoff <tony@vanderhoff.org> - 2015-10-06 10:24 +0100
Re: Raspberry Pi 1 to 2 Rob Morley <nospam@ntlworld.com> - 2015-10-06 11:55 +0100
Re: Raspberry Pi 1 to 2 Graham. <me@privicy.net> - 2015-10-06 17:36 +0100
Re: Raspberry Pi 1 to 2 nev young <newsforpasiphae1953@yahoo.co.uk> - 2015-10-06 10:42 +0100
Re: Raspberry Pi 1 to 2 Another Dave <dmarsden@nospam.com> - 2015-10-06 16:49 +0100
Re: Raspberry Pi 1 to 2 druck <news@druck.org.uk> - 2015-10-06 17:12 +0100
| From | "attend" <dumpling@virginmedia.com> |
|---|---|
| Date | 2015-10-05 20:19 +0100 |
| Subject | Raspberry Pi 1 to 2 |
| Message-ID | <o3AQx.54142$Qp4.36139@fx10.am4> |
I'm currently using raspberry Pi as my home media centre running OSMC. And I'm going to upgrade to Pi2, but I wonder if it's possible just insert the current SD card in Pi 1 to the new Pi2? Thanks in advance.
[toc] | [next] | [standalone]
| From | Martin Gregorie <martin@address-in-sig.invalid> |
|---|---|
| Date | 2015-10-05 19:51 +0000 |
| Message-ID | <muukbo$ttp$1@dont-email.me> |
| In reply to | #9759 |
On Mon, 05 Oct 2015 20:19:49 +0100, attend wrote: > I'm currently using raspberry Pi as my home media centre running OSMC. > And I'm going to upgrade to Pi2, but I wonder if it's possible just > insert the current SD card in Pi 1 to the new Pi2? > > Thanks in advance. A bootable Linux HDD will often boot successfully in another PC (at least that worked back before the arrival of UEFI BIOSes - haven't tried it since), so suck it and see. It will either boot or not and is unlikely to damage the SD card either way. If it fails, after setting up and booting off fresh SD card, you should be able to mount your old one in a USB card reader and copy /home onto your new card. If you've been careful and put any new programs and associated data into /usr/local/, you can get all that stuff across too by copying /usr/local to the new disk because /usr/local/* is normally an empty directory tree on a freshly installed Linux. -- martin@ | Martin Gregorie gregorie. | Essex, UK org |
[toc] | [prev] | [next] | [standalone]
| From | Alan Adams <alan@adamshome.org.uk> |
|---|---|
| Date | 2015-10-05 21:10 +0100 |
| Message-ID | <7e42f60d55.Alan.Adams@iyonix.adamshome.org.uk> |
| In reply to | #9760 |
In message <muukbo$ttp$1@dont-email.me>
Martin Gregorie <martin@address-in-sig.invalid> wrote:
> On Mon, 05 Oct 2015 20:19:49 +0100, attend wrote:
>> I'm currently using raspberry Pi as my home media centre running OSMC.
>> And I'm going to upgrade to Pi2, but I wonder if it's possible just
>> insert the current SD card in Pi 1 to the new Pi2?
>>
>> Thanks in advance.
> A bootable Linux HDD will often boot successfully in another PC (at least
> that worked back before the arrival of UEFI BIOSes - haven't tried it
> since), so suck it and see. It will either boot or not and is unlikely to
> damage the SD card either way.
> If it fails, after setting up and booting off fresh SD card, you should
> be able to mount your old one in a USB card reader and copy /home onto
> your new card.
> If you've been careful and put any new programs and associated data into
> /usr/local/, you can get all that stuff across too by copying /usr/local
> to the new disk because /usr/local/* is normally an empty directory tree
> on a freshly installed Linux.
I think the Pi2 takes a smaller card. If your existing card is a
microSD in an adapter, it should transfer. If not, you'll need to make
a new card.
--
Alan Adams, from Northamptonshire
alan@adamshome.org.uk
http://www.nckc.org.uk/
[toc] | [prev] | [next] | [standalone]
| From | Another Dave <dmarsden@nospam.com> |
|---|---|
| Date | 2015-10-05 21:03 +0100 |
| Message-ID | <muukv2$72l$1@dont-email.me> |
| In reply to | #9759 |
On 05/10/2015 20:19, attend wrote: > I'm currently using raspberry Pi as my home media centre running OSMC. > And I'm going to upgrade to Pi2, but I wonder if it's possible just > insert the current SD card in Pi 1 to the new Pi2? > I don't think so. Although Raspbian detects which processor is being used and loads the appropriate kernel, OSMC seems to require two separate images, one for a model B+ and another for Pi 2. Another Dave -- Change nospam to gmx
[toc] | [prev] | [next] | [standalone]
| From | Gordon Henderson <gordon+usenet@drogon.net> |
|---|---|
| Date | 2015-10-05 21:38 +0000 |
| Message-ID | <muuqkv$tv4$1@dont-email.me> |
| In reply to | #9759 |
In article <o3AQx.54142$Qp4.36139@fx10.am4>, attend <dumpling@virginmedia.com> wrote: >I'm currently using raspberry Pi as my home media centre running OSMC. And >I'm going to upgrade to Pi2, but I wonder if it's possible just insert the >current SD card in Pi 1 to the new Pi2? Yes... Providing the card physically fits - ie. it's a micro SD in a full size SD carrier AND it has been updated to a relatively recent version of Raspbian (if that's what's underneath OSMC) It needs the update to fix a few things that are now controlled via the GPIO in the Pi 2 that weren't on the Pi 1. Gordon
[toc] | [prev] | [next] | [standalone]
| From | Bob L <bl@thisaddressisnowhere.com> |
|---|---|
| Date | 2015-10-06 09:29 +0100 |
| Message-ID | <9v071bpnofe3gni35qsus5cd7v9nh1sqb1@4ax.com> |
| In reply to | #9759 |
On Mon, 5 Oct 2015 20:19:49 +0100, "attend" <dumpling@virginmedia.com>
wrote:
>I'm currently using raspberry Pi as my home media centre running OSMC. And
>I'm going to upgrade to Pi2, but I wonder if it's possible just insert the
>current SD card in Pi 1 to the new Pi2?
>
>Thanks in advance.
On the Raspian if you put a cloned card that has been used in another
Pi, (or original) into different PI, it most likely will not recognise
your network interface, The MAC address of the PI is fixed in the OS
when booted originally.
To correct this, just delete
/etc/udev/rules.d/70-persistent-net.rules
and reboot
It will then pickup the new MAC address and your netowrk should be
seen.
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
[toc] | [prev] | [next] | [standalone]
| From | Tony van der Hoff <tony@vanderhoff.org> |
|---|---|
| Date | 2015-10-06 10:24 +0100 |
| Message-ID | <d7hiagFpv6dU1@mid.individual.net> |
| In reply to | #9766 |
On 06/10/15 09:29, Bob L wrote: > On Mon, 5 Oct 2015 20:19:49 +0100, "attend" <dumpling@virginmedia.com> > wrote: > >> I'm currently using raspberry Pi as my home media centre running OSMC. And >> I'm going to upgrade to Pi2, but I wonder if it's possible just insert the >> current SD card in Pi 1 to the new Pi2? >> >> Thanks in advance. > > > > On the Raspian if you put a cloned card that has been used in another > Pi, (or original) into different PI, it most likely will not recognise > your network interface, The MAC address of the PI is fixed in the OS > when booted originally. > > To correct this, just delete > /etc/udev/rules.d/70-persistent-net.rules > > and reboot > > > It will then pickup the new MAC address and your netowrk should be > seen. Cobblers, I regularly move SD cards amongst my Pis; no problem wit networking whether DHCP or static. Furthermore, that file doesn't exist; at least on recent Raspbian. Please check your facts before posting.
[toc] | [prev] | [next] | [standalone]
| From | Rob Morley <nospam@ntlworld.com> |
|---|---|
| Date | 2015-10-06 11:55 +0100 |
| Message-ID | <20151006115532.6196e5ec@ntlworld.com> |
| In reply to | #9767 |
On Tue, 06 Oct 2015 10:24:32 +0100 Tony van der Hoff <tony@vanderhoff.org> wrote: > Cobblers, I regularly move SD cards amongst my Pis; no problem wit > networking whether DHCP or static. Furthermore, that file doesn't > exist; at least on recent Raspbian. > > Please check your facts before posting. > It takes very little extra effort to write something like "Actually that's no longer the case" rather than "Cobblers". Please check your attitude before posting.
[toc] | [prev] | [next] | [standalone]
| From | Graham. <me@privicy.net> |
|---|---|
| Date | 2015-10-06 17:36 +0100 |
| Message-ID | <qnt71b9h6hfl4urecmsv4dh7patfbcdf9f@4ax.com> |
| In reply to | #9766 |
On Tue, 06 Oct 2015 09:29:58 +0100, Bob L <bl@thisaddressisnowhere.com> wrote: >On Mon, 5 Oct 2015 20:19:49 +0100, "attend" <dumpling@virginmedia.com> >wrote: > >>I'm currently using raspberry Pi as my home media centre running OSMC. And >>I'm going to upgrade to Pi2, but I wonder if it's possible just insert the >>current SD card in Pi 1 to the new Pi2? >> >>Thanks in advance. > > > >On the Raspian if you put a cloned card that has been used in another >Pi, (or original) into different PI, it most likely will not recognise >your network interface, The MAC address of the PI is fixed in the OS >when booted originally. > >To correct this, just delete > /etc/udev/rules.d/70-persistent-net.rules > > and reboot > > >It will then pickup the new MAC address and your netowrk should be >seen. I posted about this issue when I descovered it in April. Since then I always delete the above file if present, and also /lib/udev/write_net_rules -- Graham. %Profound_observation%
[toc] | [prev] | [next] | [standalone]
| From | nev young <newsforpasiphae1953@yahoo.co.uk> |
|---|---|
| Date | 2015-10-06 10:42 +0100 |
| Message-ID | <mv04v7$nip$1@dont-email.me> |
| In reply to | #9759 |
On 05/10/15 20:19, attend wrote: > I'm currently using raspberry Pi as my home media centre running OSMC. > And I'm going to upgrade to Pi2, but I wonder if it's possible just > insert the current SD card in Pi 1 to the new Pi2? > It worked for me using XBMC. I did simply clone the Pi1 SD card onto a Pi2 MicroSD card. However, I had to buy a new MPEG2 license. YMMV -- nev getting the wrong stick end since 1953
[toc] | [prev] | [next] | [standalone]
| From | Another Dave <dmarsden@nospam.com> |
|---|---|
| Date | 2015-10-06 16:49 +0100 |
| Message-ID | <mv0qdr$d3e$1@dont-email.me> |
| In reply to | #9768 |
On 06/10/2015 10:42, nev young wrote: > On 05/10/15 20:19, attend wrote: >> I'm currently using raspberry Pi as my home media centre running OSMC. >> And I'm going to upgrade to Pi2, but I wonder if it's possible just >> insert the current SD card in Pi 1 to the new Pi2? >> > It worked for me using XBMC. > I did simply clone the Pi1 SD card onto a Pi2 MicroSD card. > However, I had to buy a new MPEG2 license. > > YMMV > The OP is running OSMC. The current OSMC installer asks you to choose between Pi 1 and Pi 2 images. It's one of the reasons I've home-brewed a Raspbian installation with Kodi and Tvheadend which IS portable between the two. Another Dave -- Change nospam to gmx
[toc] | [prev] | [next] | [standalone]
| From | druck <news@druck.org.uk> |
|---|---|
| Date | 2015-10-06 17:12 +0100 |
| Message-ID | <mv0rpj$j0a$1@dont-email.me> |
| In reply to | #9771 |
On 06/10/2015 16:49, Another Dave wrote: > The OP is running OSMC. The current OSMC installer asks you to choose > between Pi 1 and Pi 2 images. It's one of the reasons I've home-brewed a > Raspbian installation with Kodi and Tvheadend which IS portable between > the two. With Kodi I used a NOOBs image to install a Pi1 and Pi2 image plus a 512MB shared partition, and then linked the user directories to a common location on the shared partition. That way the same configuration is used and updated whichever is running, and it hasn't gone horribly wrong yet. I'm sure you could do the same on with OSMC. ---druck
[toc] | [prev] | [standalone]
Back to top | Article view | comp.sys.raspberry-pi
csiph-web