Fusee Gelee Raspberry Pi 3 Switch: Difference between revisions
From GameBrew
More actions
No edit summary |
|||
| Line 28: | Line 28: | ||
==Credits== | ==Credits== | ||
Special Thanks to Team ReSwitched https://github.com/reswitched and Kate Temkin https://github.com/ktemkin for Fusee Gelee | Special Thanks to Team ReSwitched https://github.com/reswitched and Kate Temkin https://github.com/ktemkin for Fusee Gelee. | ||
== External links == | == External links == | ||
* GitHub - https://github.com/Darkmelman/udev_rule_fusee_gelee_pi3 | * GitHub - https://github.com/Darkmelman/udev_rule_fusee_gelee_pi3 | ||
* GBAtemp - https://gbatemp.net/threads/fusee-gelee-with-raspberry-pi-3.502136/ | * GBAtemp - https://gbatemp.net/threads/fusee-gelee-with-raspberry-pi-3.502136/ | ||
Revision as of 00:09, 9 July 2023
| Fusee Gelee Raspberry Pi 3 | |
|---|---|
| General | |
| Author | DarkMelman |
| Type | Payload senders (Hardware) |
| Version | 2018 |
| License | GPL-3.0 |
| Last Updated | 2018/04/30 |
| Links | |
| Download | |
| Website | |
| Source | |
This scrip creates a script file to run fusee gelee after connecting the switch in RCM mode to a Raspberry Pi 3.
It also works on a Raspberry Pi Zero W with patched Linux kernel.
User guide
Setup Steps on Pi3:
- sudo apt-get install git python libusb-1.0-0-dev
- git clone https://github.com/walac/pyusb
- cd pyusb && sudo python3 setup.py install
- cd ..
- git clone https://github.com/reswitched/fusee-launcher
- cd fusee-launcher/
- wget https://t.co/d5nCLNa7E5 -O fusee.bin
Credits
Special Thanks to Team ReSwitched https://github.com/reswitched and Kate Temkin https://github.com/ktemkin for Fusee Gelee.