Recent content by DarkMelman

  1. D

    Homebrew WIP 4NXCI Open-Source *.XCI to *.NSP Converter

    Hey, could you explain, how do you edit the .kip-file? I tried a hex-editor, but I didn't found the value 9A E3 FF 97 Thanks!
  2. D

    Homebrew WIP 4NXCI Open-Source *.XCI to *.NSP Converter

    Can you describe step by step the change of the ticket?
  3. D

    Tutorial Internal modchip - SAMD21 (Trinket M0, Gemma M0, ItsyBitsy M0 Express) Guide, Files & Support

    UPDATE: Found the solution on a Mac: Terminal --> xxd -i payload.bin > payload.h Then copy all between the {} and note the size at the end of the file for example unsigned int payload_bin_len = 27748; Then create the following file, change the size and paste the content between the {}...
  4. D

    Tutorial Internal modchip - SAMD21 (Trinket M0, Gemma M0, ItsyBitsy M0 Express) Guide, Files & Support

    Hello Everyone, can anyone be so kind and upload the payload.h for sx os? Or describe, how to convert the payload.bin file to the payload.h? Thanks a lot!
  5. D

    Hacking Fusee Gelee with Raspberry Pi 3

    i have updated the GitHub Repo. There was the wrong path to the fusee-launcher. Sorry. Here the corrected fusee.sh: #!/bin/bash sleep 3 cd /home/pi/fusee-launcher sudo python3 /home/pi/fusee-launcher/fusee-launcher.py fusee.bin
  6. D

    Hacking Fusee Gelee with Raspberry Pi 3

    idVendor is 0955 and idProduct 7321...looks good...you can try to run fusee.sh manually now with ./fusee.sh under /home/pi
  7. D

    Hacking Fusee Gelee with Raspberry Pi 3

    Yes. And now, connect a switch, enter RCM and relaunch lsusb
  8. D

    Hacking Fusee Gelee with Raspberry Pi 3

    Should not work because then, raspberry Pi is the „Device“. When you connect the switch to the raspberry pi, then switch is the „Device“. Different between Host and OTG Mode I think auto Type lsusb in Terminal and check idVendor and idProduct.
  9. D

    Hacking Fusee Gelee with Raspberry Pi 3

    Hi, https://www.raspberrypi.org/documentation/linux/kernel/patching.md you need the .patch file from fail0verflows GitHub...(linux-ehci-enable-large-ctl-xfers.patch) Then this command: cat ./shofel2/linux-ehci-enable-large-ctl-xfers.patch | patch -p1 and after that, you need to build the...
  10. D

    Hacking Fusee Gelee with Raspberry Pi 3

    UPDATE 3: Patched the kernel and now everything is ru running on a pi zero w, and thanks udev, automated ;-))
  11. D

    Hacking Fusee Gelee with Raspberry Pi 3

    But out of the box only with so-dimm contacts... Here is my first try to run the exploit when the switch in RCM is connected to the Pi 3: https://github.com/Darkmelman/udev_rule_fusee_gelee_pi3
  12. D

    Hacking Fusee Gelee with Raspberry Pi 3

    Can you explain how to apply / install the patch?
  13. D

    Hacking Fusee Gelee with Raspberry Pi 3

    Ah. Ok. Thanks.
  14. D

    Hacking Fusee Gelee with Raspberry Pi 3

    Should not be a big problem...only time needed ;-) auto Have I overlooked something?
  15. D

    Hacking Fusee Gelee with Raspberry Pi 3

    Debian Stretch is also working (with pi3)!!!! So Ubuntu Mate is not necessary