【发布时间】:2015-01-07 21:41:57
【问题描述】:
我有 Raspberry Pi B+ 板,并从链接 (www.cnx-software.com/raspberry-pi/rpi-basic-image-raspberrypi-20130702123605.rootfs.rpi-sdimg) 下载了 Yocto 的 12 Mb 压缩图像。 7z)。
解压后,我从我的 Ubuntu 14.04 终端发出以下命令 sudo dd if=./rpi-basic-image-raspberrypi-20130702123605.rootfs.rpi-sdimg of=/dev/sdb bs=1M
我的 SD 卡是 8 Gb 并连接到机器上。
现在我已将 SD 卡插入我的开发板上,并将键盘和显示器连接到它。
我的问题是当我给董事会权力时,什么都没有发生。
【问题讨论】:
-
我可以推荐树莓派 StackExchange 站点raspberrypi.stackexchange.com,他们更有可能提供帮助,与此同时,您是否按照此处的说明将图像放在卡上:raspberrypi.org/documentation/installation/installing-images/…。我还建议确保您可以首先使用 Raspbian 映像,因为这是最受支持的。你可以在这里找到 Raspbian 镜像:raspberrypi.org/downloads
标签: embedded raspberry-pi embedded-linux yocto