简体   繁体   English

无法在Raspberry Pi 3上运行旧Raspberry Pi映像的克隆

[英]Clone of old Raspberry Pi image not working on Raspberry Pi 3

I have an early Raspberry Pi (mid-2013) running Raspbian. 我有一个运行Raspbian的早期Raspberry Pi(2013年中)。 I recently purchased a Raspberry Pi 3 model B. 我最近购买了Raspberry Pi 3 B型。

I cloned the SD card from the old Pi onto a micro SD card to run in the new Pi, but it's not booting. 我将SD卡从旧的Pi中克隆到了微型SD卡上,以便在新的Pi中运行,但无法启动。 I googled it and apparently older versions of Raspbian won't run on the newer Pi. 我用谷歌搜索,显然旧版本的Raspbian不能在新的Pi上运行。 I tried updating Raspbian on the old Pi and then tried cloning it across again, but it still won't boot on the new Pi. 我尝试在旧的Pi上更新Raspbian,然后尝试再次克隆它,但仍然无法在新的Pi上启动。

Does anyone have any ideas? 有人有什么想法吗? The new Pi definitely works as it booted with a new version of Raspbian on another card. 新的Pi肯定可以在另一张卡上使用新版本的Raspbian启动时工作。

Thanks 谢谢

A mid 2013 Pi would probably be running Raspbian Wheezy which I don't think supports the new hardware on the Pi 3. You would need to make sure the firmware is updated for the Pi 3, try: 2013年中期的Pi可能正在运行Raspbian Wheezy,我认为它不支持Pi 3上的新硬件。您需要确保为Pi 3更新了固件,请尝试:

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

The best way to get a Raspberry Pi 3 running would be to download the latest image for Raspbian Jessie from the official source and write this to the SD card. 运行Raspberry Pi 3的最佳方法是从官方来源下载Raspbian Jessie的最新映像并将其写入SD卡。

There is a forum post on how to upgrade to Jessie but this path is not officially supported. 有一个有关如何升级到Jessie的论坛帖子,但未正式支持此路径。 It has been reported to work with a fresh install but if you have installed applications this could be a problem. 据报道它可以全新安装,但是如果您已经安装了应用程序,则可能会出现问题。 Have a look at this forum post for details: How to upgrade a Wheezy image to Jessie 请查看此论坛帖子以获取详细信息: 如何将Wheezy映像升级到Jessie

RPi3 does not support Wheezy. RPi3不支持Wheezy。 The RPi3 came in March 2016, after the last release of Wheezy (May 2015). 在最后一次发布Wheezy(2015年5月)之后,RPi3于2016年3月问世。 You should switch to jessie 你应该换成杰西

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM