Skip to content

edi configuration for emulated raspbian and raspbian cross compilation.

License

Notifications You must be signed in to change notification settings

lueschem/edi-raspbian

Repository files navigation

edi-raspbian

edi configuration for Raspbian cross compilation and emulated Raspbian.

To generate a Debian buster/Raspbian multiarch cross compilation container use the following command:

sudo edi -v lxc configure raspbian-buster-cross buster-cross.yml

Use the following command to generate an emulated Raspbian lxc container:

sudo edi -v lxc configure raspbian-buster-emulated buster-emulated.yml

Please note that no services get started in the emulated container and thus no ssh access will be possible. Due to the emulation the program execution is slow.

To enable networking within the emulated container use the following command to bring up the default network interface:

sudo ip link set eth0 up && sudo dhclient eth0

For more information please read the edi documentation and this blog post.

Releases

No releases published

Packages

No packages published