Is there a Vagrant box that simulates a Raspberry Pi?

前端 未结 2 1325
情歌与酒
情歌与酒 2021-02-07 00:32

I am looking at evaluating a tool-chain for programming ARM chips with a Raspberry Pi and I would like to run a Vagrant box that simulates a Raspberry Environment.

Does

相关标签:
2条回答
  • 2021-02-07 01:21

    There exists the rpi-build-and-boot or the older raspberry-devbox Vagrant development box for Raspberry Pi.

    0 讨论(0)
  • 2021-02-07 01:22

    There is no Vagant box to simulate the RPi because as @Cerin said Virtual Box (which Vagrant uses) doesn't support Rapsberry Pi architecture (ARM). But there is a docker that provide a shell to a Raspbian image running on qemu.

    Look here for a quick setup : https://gist.github.com/Manu343726/ca0ceb224ea789415387

    Note that this guide is made for arch linux. You can do the same with debian/ubuntu changing yaourt -S call with sudo apt install

    0 讨论(0)
提交回复
热议问题