raspberry-pi - 是否有模拟 Raspberry Pi 的 Vagrant 盒子?

标签 raspberry-pi vagrant raspbian

我正在考虑评估用于使用 Raspberry Pi 编程 ARM 芯片的工具链,并且我想运行一个模拟 Raspberry 环境的 Vagrant 盒子。

有谁知道这样的东西是否可用? (我在网上搜索了一个解决方案,但我可能会问谷歌错误的问题:)

最佳答案

没有 Vagant box 来模拟​​ RPi,因为正如@Cerin 所说,Virtual Box(Vagrant 使用的)不支持 Rapsberry Pi 架构(ARM)。
但是有一个 docker 可以为在 qemu 上运行的 Raspbian 镜像提供一个 shell。

在这里查看快速设置:https://gist.github.com/Manu343726/ca0ceb224ea789415387

请注意,本指南是为 arch linux 制作的。您可以通过 debian/ubuntu 更改来做同样的事情 yaourt -S调用 sudo apt install

关于raspberry-pi - 是否有模拟 Raspberry Pi 的 Vagrant 盒子?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34051322/

相关文章:

linux - 在eclipse上从另一台机器创建tomcat服务器实例

postgresql - Chef 和 postgres;如何指定密码?

linux - 安装没有邮件和sql依赖项的cron

compilation - 编译错误: hidden symbol `__aeabi_uidiv'

Mysql - 错误 1726 (HY000) 在行... : Storage engine 'InnoDB' does not support system tables

localhost - 在Vagrant框上访问ngrok Web界面

python - PiCameraValueError : Incorrect buffer length for resolution 1920x1080

linux - 树莓派上的内存

python - 从 rails 应用程序在树莓派上触发 python 脚本

nginx - 使用Chef和Vagrant时如何禁用默认的Nginx网站?