All Projects → lueschem → edi-raspbian

lueschem / edi-raspbian

Licence: MIT license
edi configuration for emulated raspbian and raspbian cross compilation.

Projects that are alternatives of or similar to edi-raspbian

emrah-buster-templates
The templates of the emrah-buster installer.
Stars: ✭ 57 (+256.25%)
Mutual labels:  debian, lxc
copr-lxc4
RPM spec files for building lxc/lxd 4.x releases on Fedora COPR
Stars: ✭ 18 (+12.5%)
Mutual labels:  lxd, lxc
Tmoe Linux
🍭Without any basic knowledge of linux shell,you can easily install and configure a GNU/Linux graphical desktop environment on 📱Android termux and 💻WSL .🍰You can also run VSCode on your android phone.🍹Graphical qemu manager,🐋support running docker on Android.配置WSL和安卓手机的linux容器,桌面环境,主题美化,远程桌面,音频服务,镜像源,uefi开机启动项,webdav(nginx),fcitx输入法以及qemu-system虚拟机...
Stars: ✭ 149 (+831.25%)
Mutual labels:  debian, raspbian
Pihole Panel
Python/GTK3 based Pi-hole (network-level adblocker) dashboard for stats and more
Stars: ✭ 125 (+681.25%)
Mutual labels:  debian, raspbian
scarecrow
A Raspberry Pi powered, distributed (edge) computing camera setups that runs a Tensorflow object detection model to determine whether a person is on the camera. A plugin model allows actions based on the detection, such as playing audio, turning on lights, or triggering an Arduino.
Stars: ✭ 87 (+443.75%)
Mutual labels:  debian, raspbian
Nginx Ee
Automated Nginx compilation from sources with additional modules support. Compatible with WordOps, EasyEngine & Plesk
Stars: ✭ 132 (+725%)
Mutual labels:  debian, raspbian
DSAC
DockSTARTer App Config helps you configure some of your Docker apps!
Stars: ✭ 20 (+25%)
Mutual labels:  debian, raspbian
Atomic Toolkit
AtoMiC Toolkit simplifies HTPC / Home Server setup and management on Ubuntu and Debian variants including Raspbian. It currently supports: Couchpotato, Deluged, Emby, FFmpeg, Headphones, Htpcmanager, Jackett, Kodi, Lazylibrarian, Madsonic, Mono, Mylar, Nzbget, Nzbhydra, NzbToMedia, Ombi, Plex, Plexpy, Pyload, qBittorrent, Radarr, Sabnzbd+, Sickgear, Sickrage, Sonarr, Subsonic, Transmission, Unrar, Watcher, and Webmin.
Stars: ✭ 747 (+4568.75%)
Mutual labels:  debian, raspbian
TensorFlow-Raspberry-Pi
TensorFlow installation wheels for Raspberry Pi 32-bit OS
Stars: ✭ 18 (+12.5%)
Mutual labels:  debian, raspbian
Bazel bin
Bazel's pre-built binaries for armv7l / aarch64 / x86_64.
Stars: ✭ 23 (+43.75%)
Mutual labels:  debian, raspbian
Dockstarter
DockSTARTer helps you get started with home server apps running in Docker.
Stars: ✭ 1,265 (+7806.25%)
Mutual labels:  debian, raspbian
icp-ce-on-linux-containers
Multi node IBM Cloud Private Community Edition 3.2.x w/ Kubernetes 1.13.5 in a Box. Terraform, Packer and BASH based Infrastructure as Code script sets up a multi node LXD cluster, installs ICP-CE and clis on a metal or VM Ubuntu 18.04 host.
Stars: ✭ 52 (+225%)
Mutual labels:  lxd, lxc
Hardware
The devices I have, what runs on them, their configurations, issues, solutions, and associated projects
Stars: ✭ 67 (+318.75%)
Mutual labels:  debian, raspbian
Pieman
Script for creating custom OS images for single-board computers
Stars: ✭ 149 (+831.25%)
Mutual labels:  debian, raspbian
Spocon
SpoCon - A Spotify Connect Client for Debian , Ubuntu and Raspberry Pi based on librespot-java
Stars: ✭ 51 (+218.75%)
Mutual labels:  debian, raspbian
Raspberrypi Ua Netinst
RaspberryPi (minimal) unattended netinstaller
Stars: ✭ 179 (+1018.75%)
Mutual labels:  debian, raspbian
Tensorflow Bin
Prebuilt binary with Tensorflow Lite enabled (native build). For RaspberryPi / Jetson Nano. And, solved Tensorflow issues #15062,#21574,#21855,#23082,#25120,#25748,#29617,#29704,#30359. Support for custom operations in MediaPipe.
Stars: ✭ 349 (+2081.25%)
Mutual labels:  debian, raspbian
Buildswiftonarm
All you need to build Swift on a RaspberryPi or other ARM boards, updated to Swift 5.1.5
Stars: ✭ 448 (+2700%)
Mutual labels:  debian, raspbian
raspbian10-buster
Raspbian 10 (Buster) Lite Setup: with Wireguard, Pi-hole, Unbound
Stars: ✭ 54 (+237.5%)
Mutual labels:  debian, raspbian
awesome-lxc-lxd
A curated list of awesome LXC and LXD tools, libraries and related projects.
Stars: ✭ 34 (+112.5%)
Mutual labels:  lxd, lxc

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].