eggnogg on the pi zero 2w !
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Flutter b5d2fb6234 Supprimer 'debian/eggnoggpi/etc/systemd/system/antimicrox.service' il y a 1 mois
case Update 3D Case il y a 1 mois
debian Supprimer 'debian/eggnoggpi/etc/systemd/system/antimicrox.service' il y a 1 mois
README.md Update README.md il y a 1 mois
box64.deb fix installer il y a 4 mois
eggnoggpi.deb update debian package for controllers il y a 4 mois

README.md

EggnoggPI

Eggnogg on the Raspberry PI !

Description

For all of you who need to run eggnoggplus on a raspberry pi to get frenzied parties, eggnoggpi is the right project.

In this readme, you will see how to setup a PI02W to autostart with eggnoggpi, so you only need to connect 2 controller, and a screen, power on the pi, and play !

Hardware needed

Estimated total cost arround 50$

Hardware install

  • Hub Micro USB need to be connected on the Raspberry “USB port” (and not on the “Power port”).

  • Plug the 2 USB NES Controller on the Hub Muicro USB.

Setup Raspbian Lite 64 bit

First thing first, you’ll need to install raspbian lite on your pi, you can do this just by downloading rpi-image from the official raspberry pi website https://www.raspberrypi.com/software

You’ll then only need a minimum of 4Gb µSD card, and install raspbian lite 64 bit on it.

https://www.raspberrypi.com/documentation/computers/getting-started.html

Connect, setup Wi-Fi and run somes update.

Install

sudo apt install -y git 
git clone https://git.heuzef.com/Flutter/eggnoggpi.git
cd eggnoggpi
sudo apt install -y ./box64.deb 
sudo apt install --no-install-recommends -y ./eggnoggpi.deb # When the prompt ask for enabling nodm, choose "yes"
sudo reboot