我正在考虑使用Raspberry Pi评估一个用于编程ARM芯片的工具链,我想运行一个模拟Raspberry环境的Vagrant盒。
有没有人知道有没有这样的东西?(我已经在网上搜索了解决方案,但我可能问错了谷歌的问题:)
发布于 2016-12-15 19:03:03
没有Vagant box来模拟RPi,因为正如@Cerin所说的那样,Virtual Box ( Vagrant使用的)不支持Rapsberry Pi架构(ARM)。但是有一个docker为运行在qemu上的Raspbian镜像提供了一个shell。
在这里查找快速设置:https://gist.github.com/Manu343726/ca0ceb224ea789415387
请注意,本指南是为arch linux编写的。你也可以用debian/ubuntu用sudo apt install修改yaourt -S调用
发布于 2015-12-03 03:59:35
对于Raspberry Pi,存在rpi-build-and-boot或较旧的raspberry-devbox Vagrant开发盒。
https://stackoverflow.com/questions/34051322
复制相似问题