https://github.com/lueschem/edi-raspbian
edi configuration for emulated raspbian and raspbian cross compilation.
https://github.com/lueschem/edi-raspbian
ansible debian embedded lxc lxd raspbian raspbian-cross-compilation ubuntu
Last synced: 7 months ago
JSON representation
edi configuration for emulated raspbian and raspbian cross compilation.
- Host: GitHub
- URL: https://github.com/lueschem/edi-raspbian
- Owner: lueschem
- License: mit
- Created: 2017-04-11T20:02:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T08:12:00.000Z (almost 4 years ago)
- Last Synced: 2025-03-18T16:22:40.388Z (7 months ago)
- Topics: ansible, debian, embedded, lxc, lxd, raspbian, raspbian-cross-compilation, ubuntu
- Homepage: https://www.get-edi.io
- Size: 44.9 KB
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
``` bash
sudo edi -v lxc configure raspbian-buster-cross buster-cross.yml
```Use the following command to generate an _emulated_ Raspbian lxc container:
``` bash
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:``` bash
sudo ip link set eth0 up && sudo dhclient eth0
```For more information please read the [edi documentation](https://docs.get-edi.io) and
[this blog post](https://www.get-edi.io/Cross-Compiling-for-Raspbian/).