More actions
(Created page with "{{Infobox Switch Homebrews |title=Fusee Gelee Raspberry Pi 3 |image=fuseegeleeraspberrypi3switch.png |description=Fusee Gelee with Raspberry Pi 3. |author=DarkMelman |lastupdated=2018/04/30 |type=Payload senders (Hardware) |version=2018 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/fuseegeleeraspberrypi3switch.7z |website=https://gbatemp.net/threads/fusee-gelee-with-raspberry-pi-3.502136/ |source=https://github.com/Darkmelman/udev_rule_fusee_gelee_...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Fusee Gelee Raspberry Pi 3 | |title=Fusee Gelee Raspberry Pi 3 | ||
|image= | |image=fuseegeleeraspberrypi3nx.png | ||
|description= | |description=Use Raspberry Pi 3 for Fusee Gelee. | ||
|author=DarkMelman | |author=DarkMelman | ||
|lastupdated=2018/04/30 | |lastupdated=2018/04/30 | ||
|type=Payload | |type=Payload Senders (Hardware) | ||
|version=2018 | |version=2018 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/fuseegeleeraspberrypi3nx.7z | ||
|website=https://gbatemp.net/threads/fusee-gelee-with-raspberry-pi-3.502136/ | |website=https://gbatemp.net/threads/fusee-gelee-with-raspberry-pi-3.502136/ | ||
|source=https://github.com/Darkmelman/udev_rule_fusee_gelee_pi3 | |source=https://github.com/Darkmelman/udev_rule_fusee_gelee_pi3 | ||
|donation= | |donation= | ||
}} | }} | ||
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: | |||
https:// | *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 | |||
https:// | *cd .. | ||
*git clone https://github.com/reswitched/fusee-launcher | |||
*cd fusee-launcher/ | |||
https:// | *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. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Darkmelman/udev_rule_fusee_gelee_pi3 | ||
* GBAtemp - https://gbatemp.net/threads/fusee-gelee-with-raspberry-pi-3.502136/ | |||
Latest revision as of 04:24, 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.