Search results

  1. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    For me, no success, i was trying to modify the hekate, but just get the "basic" version "working", but have the screen "bugged", so just "works" to reboot into rcm, or try to boot without checking the fusses, that can be made with a modded version of ums-loader
  2. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    Successful installation of mosfet on the back side of my switch lite, i wasn't confident on do it on the APU, but that's safer. NOTE: Same result as before, can't get any payload than ums loader xD
  3. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    The adaptor it's just for soldering things, so yes, you need the resistor or design an adaptor that includes it.
  4. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    Can we use the official led? since the color doesn't matter, it's just long or short led pulse, no?
  5. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    Hi everyone, I decided to redo the mod on my lite after getting a better soldering iron with 0.2 tip. After redoing the mod I got exactly same issue as before, can't boot any payload unless ums-loader or use a custom "Hekate" that I had posted before video. I tried recovering the boot0/1...
  6. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    https://www.waveshare.com/product/rp2040-tiny.htm
  7. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    If you put this code in the .bashrc file, you can get the actual directory of the wsl2 on windows explorer just by writing "explorer" as command: start(){ path=$(wslpath -w "$1") /mnt/c/Windows/explorer.exe "$path" } alias explorer="explorer.exe ." This allow you to create, remove...
  8. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    You can use WSL2 on Windows
  9. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    I will recommend on curing the pad after fix it with uv mask, so, no way that will be damage again i think (if i'm incorrect, you can say it without fear ;))
  10. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    Some news for those with dead lite I noticed that hekate "works" changing the on the bdk/memory_map.h, #define IPL_STACK_TOP 0x4003ff00 // 0x83100000 with this doesn't "boot". After turn on, when the backlight is reduced a bit, then you can select the Reboot to OFW or RCM Mode. Steps to...
  11. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    Hekate has change a little bit xD Maybe the RAM it's a little bit damage i think.
  12. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    Screen like this?
  13. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    I tried with my lite that just show no sd card screen and get black screen only with that "update". I was getting black screen on "every" payload before, just ums-loader works.
  14. HackMan37

    Picofly AIO Thread

    I hope that someone can get the cause of the lite dying problem. But right now, looks like RAM issues. How can i know if the RAM has the correct voltage?
  15. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    If the ums-loader works, you can restore the boot0/1 partition with emmcgenerator using the universalprod.keys. But before doing anything, backup.
  16. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    After use an alternative 3.3v point, same result. I don't think that's a voltage problem. I was modding the ums-loader, and i have problem loading this section: This is from hekate // USB buffers. #define USB_EP_BULK_IN_BUF_ADDR 0xFF000000 #define USB_EP_BULK_OUT_BUF_ADDR 0xFF800000...
  17. HackMan37

    Picofly AIO Thread

    = is long pulse, * is short pulse: =* D0 is not connected Check all of the leds indicators here: https://gbatemp.net/threads/picofly-a-hwfly-switch-modchip.622701/post-10090767 To the rp2040 be able to detect the point, it has to have 300-800 in diode mode if i'm correct.
  18. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    I use the provided by the guide 6.1. I can try to swap later.
  19. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    Yeah, that waveshare one it's that i bough and i can confirm that, very stable.
  20. HackMan37

    Hacking Hardware Picofly - a HWFLY switch modchip

    It's possible to use the picofly_toolbox on IRAM? or that tool use more memory? The question it's because i removed the usb c port with soldering iron and can't update by physical on rp2040. *NOTE, THIS IT'S JUST MY CASE* Another thing it's that using a rp2040 xiao version, the gliching...