eggnogg on the pi zero 2w !
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

4 个月前
4 个月前
4 个月前
4 个月前
4 个月前
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # EggnoggPI
  2. Eggnogg on the Raspberry PI !
  3. ## Description
  4. For all of you who need to run eggnoggplus on a raspberry pi to get frenzied parties, eggnoggpi is the right project.
  5. 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 !
  6. ## Hardware needed
  7. * [Raspberry PI02W](https://www.kubii.com/en/nano-computers/3455-raspberry-pi-zero-2-w-5056561800004.html)
  8. * Micro-SD Card (4GB)
  9. * Mini-HDMI cable
  10. * 5V 2.5A power supply
  11. * [AuviPal Hub Micro USB OTG 3 Ports + Power](https://www.amazon.fr/gp/product/B083WML1XB)
  12. * [2 PCS Wired USB NES Conroller Game Joypad](https://fr.aliexpress.com/item/1005001611443967.html)
  13. * For the case, you can use the 3D source files
  14. Estimated total cost arround 50$
  15. ## Setup Raspbian Lite 64 bit
  16. 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
  17. You'll then only need a minimum of 4Gb µSD card, and install raspbian lite **64 bit** on it.
  18. https://www.raspberrypi.com/documentation/computers/getting-started.html
  19. Connect, setup Wi-Fi and run somes update.
  20. ## Install
  21. ```
  22. sudo apt install -y git
  23. git clone https://git.heuzef.com/Flutter/eggnoggpi.git
  24. cd eggnogg
  25. sudo apt install -y ./box64.deb
  26. sudo apt install -y ./eggnogg.deb
  27. ```