Hacking Hardware Picofly - a HWFLY switch modchip

abal1000x

Well-Known Member
Member
Joined
Jun 5, 2022
Messages
1,059
Trophies
0
XP
1,356
Country
Gaza Strip
Can someone tell me if it is safe to briefly power on the Switch to test the hack without the heatsink and APU shield put back on? I'd like to quickly test the hack before reapplying the solder paste. At least as far as the PicoFly "No SD card" screen. All the way to Hekate would be a bonus.
I done that lot of time and its okay, nothing broke.
 
  • Like
Reactions: MegaDeKay

blackheartme

Well-Known Member
Newcomer
Joined
May 28, 2021
Messages
51
Trophies
0
Age
35
XP
276
Country
Indonesia
Ipa 70% is not really good since it takes more time to evaporate 96% and up is way better (and it cleans better)
Anyway I don't think that this is the issue here.
I know this is old news and repetitive but have you tried docking it? That fckn connector it terrible.
Also regarding the resistor on CMD, could you measure the resistence in ohm mode not diode value.
There have been a couple of cases here where that resistor is fried during soldering. You should get something in the range of 4.7kohm od it's ok.
yeah found out my oled problem the Display connector pin are bent, damn those connector, had to pay $15 to replace those connector
 
  • Like
Reactions: QuiTim and Danook28

HackMan37

Active Member
Newcomer
Joined
May 26, 2023
Messages
37
Trophies
0
XP
78
Country
Dominican Republic
i wonder what point @HackMan37 used and if they could swap points? 🤔
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
#define USB_EP_BULK_OUT_MAX_XFER 0x800000

This is from ums-loader
#define USB_EP_BULK_IN_BUF_ADDR IPL_LOAD_ADDR + MAX_PAYLOAD_SIZE) //64K
#define USB_EP_BULK_OUT_BUF_ADDR (USB_EP_BULK_IN_BUF_ADDR + SZ_64K) //64K
#define USB_EP_BULK_OUT_MAX_XFER SZ_64K

With the hekate values, the screen just glitchs with below image

I think that i make it works on the normal RAM, but don't really know what it's the upside section for xD

Here the modded file "working" on the RAM it's someone else want to sniff in.
 

Attachments

  • IMG_20230604_000138.jpg
    IMG_20230604_000138.jpg
    5.5 MB · Views: 24
  • memory_map.h.pdf
    4.2 KB · Views: 34
  • Love
Reactions: abal1000x

Danook28

Well-Known Member
Member
Joined
Jul 17, 2018
Messages
487
Trophies
0
Age
34
XP
1,025
Country
Oman
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
#define USB_EP_BULK_OUT_MAX_XFER 0x800000

This is from ums-loader
#define USB_EP_BULK_IN_BUF_ADDR IPL_LOAD_ADDR + MAX_PAYLOAD_SIZE) //64K
#define USB_EP_BULK_OUT_BUF_ADDR (USB_EP_BULK_IN_BUF_ADDR + SZ_64K) //64K
#define USB_EP_BULK_OUT_MAX_XFER SZ_64K

With the hekate values, the screen just glitchs with below image

I think that i make it works on the normal RAM, but don't really know what it's the upside section for xD

Here the modded file "working" on the RAM it's someone else want to sniff in.
Try inter lakka or obunto. See lcd what show.
 

FreeLander

Well-Known Member
Member
Joined
Apr 6, 2023
Messages
350
Trophies
0
Age
35
XP
467
Country
United States
Hello. Just reporting that Success single light color has change. Now it’s a short white color instead of yellow.

Tbh, I was a fan of the single green light to show success. Does it get back when I bridge RGB mode?
 
  • Like
Reactions: Danook28

QuiTim

Well-Known Member
Member
Joined
Mar 30, 2023
Messages
754
Trophies
0
XP
1,152
Country
Albania
Can someone tell me if it is safe to briefly power on the Switch to test the hack without the heatsink and APU shield put back on? I'd like to quickly test the hack before reapplying the solder paste. At least as far as the PicoFly "No SD card" screen. All the way to Hekate would be a bonus.
No worries, it seems like it doesn't draw any real power until os is up.
I've used hekate for at least 2-3 minutes with bare apu in multiple instances with no problem whatsoever
 

rehius

Well-Known Member
Member
Joined
Feb 6, 2023
Messages
377
Trophies
1
Age
34
XP
1,789
Country
Canada
Tbh, I was a fan of the single green light to show success.
there are two kinds of LED: BGR and RGB, it is easier to use yellow/white/blue rather than ask people to swap colours with jumper
Post automatically merged:

Any additional equipment for debugging, operating system etc.?
USB 2.0 analyzers DS Logic / DS Scope, Windows OS, multiple consoles bought to be killed, original SX Lite for analysis, IDA Pro for disasm
Post automatically merged:

Can someone tell me if it is safe to briefly power on the Switch to test the hack without the heatsink and APU shield put back on? I'd like to quickly test the hack before reapplying the solder paste. At least as far as the PicoFly "No SD card" screen. All the way to Hekate would be a bonus.
Almost all of my test units don't have heatsink, until you start a game it's fine
 

rehius

Well-Known Member
Member
Joined
Feb 6, 2023
Messages
377
Trophies
1
Age
34
XP
1,789
Country
Canada
My Picofly just came in from ali.... I knew it was gonna be small, but not THIS SMALL. It's smaller than two of my fingers put together. Definitely hiring a professional to install this LOL. TBH at first look it doesn't seem like something that'd even work. Also, could someone check this picture? Circled in red looks to be a bridge? If you see anything else of concern please let me know, thanks!
both pins are +3.3v, should be fine
 
  • Like
Reactions: Danook28

floxcap

Well-Known Member
Newcomer
Joined
May 21, 2023
Messages
69
Trophies
0
XP
281
Country
Australia
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
#define USB_EP_BULK_OUT_MAX_XFER 0x800000

This is from ums-loader
#define USB_EP_BULK_IN_BUF_ADDR IPL_LOAD_ADDR + MAX_PAYLOAD_SIZE) //64K
#define USB_EP_BULK_OUT_BUF_ADDR (USB_EP_BULK_IN_BUF_ADDR + SZ_64K) //64K
#define USB_EP_BULK_OUT_MAX_XFER SZ_64K

With the hekate values, the screen just glitchs with below image

I think that i make it works on the normal RAM, but don't really know what it's the upside section for xD

Here the modded file "working" on the RAM it's someone else want to sniff in.
Did you init DRAM as part of your mod?
Also, there's a bit more to it than just changing memory addresses.... The ums 'bdk' files from Hekate are a fair bit behind now.
Unfortunately updating is quite involved and by default pushes over the IRAM limit.
 
Last edited by floxcap,

abal1000x

Well-Known Member
Member
Joined
Jun 5, 2022
Messages
1,059
Trophies
0
XP
1,356
Country
Gaza Strip
there are two kinds of LED: BGR and RGB, it is easier to use yellow/white/blue rather than ask people to swap colours with jumper
Post automatically merged:


USB 2.0 analyzers DS Logic / DS Scope, Windows OS, multiple consoles bought to be killed, original SX Lite for analysis, IDA Pro for disasm
Post automatically merged:


Almost all of my test units don't have heatsink, until you start a game it's fine
I don't know about oscilloscope.

Is this good enough to be used to monitory the emmc line:
https://www.aliexpress.com/item/100...!sea!ID!3430123615&curPageLogUid=b6Cf6HWt3mIf

What is the specificaiton of scope/logic you use?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    Or buy frozen pizza
  • ZeroT21 @ ZeroT21:
    I buy the regular kind, not the frozen stuff
  • ZeroT21 @ ZeroT21:
    supermarket pizza is ass
  • K3Nv2 @ K3Nv2:
    x65 would just yell at me
  • ZeroT21 @ ZeroT21:
    sounds ok, he didn't pull a gun out ,so...
  • K3Nv2 @ K3Nv2:
    $12 large any style pizza deal
  • K3Nv2 @ K3Nv2:
    Each bite is a $1 well spent
  • SylverReZ @ SylverReZ:
    @ZeroT21, Agreed. I hate oven pizza, only from pizza place.
    +1
  • K3Nv2 @ K3Nv2:
    Nah I can still go for totinos
  • RedColoredStars @ RedColoredStars:
    i like totinos party pizzas. lol.
  • RedColoredStars @ RedColoredStars:
    the cracker-like crust is great on those
  • RedColoredStars @ RedColoredStars:
    My neighbor and I are going to make this next month....
  • SylverReZ @ SylverReZ:
    Tiger crust is great.
  • K3Nv2 @ K3Nv2:
    I'm beefing with a neighbor currently each time I ask him for help with something he makes bs excuses then ignores my calls text but seems to randomly speak when I'm done with the project after doing things to help him
  • RedColoredStars @ RedColoredStars:
    DiGiorno Crispy Pan Pizza tasted pretty dang close to Pizza hut pan pizza, but Im not sure if theyve been discontinued or not. Havent seen them locally for a couple of months now.
  • RedColoredStars @ RedColoredStars:
    The croissant crust is still available though, but not quite as good imo.
  • RedColoredStars @ RedColoredStars:
    @SylverReZ Never heard of tiger crust. What is it?
  • SylverReZ @ SylverReZ:
    @RedColoredStars, Its known as tiger bread, also known as dutch crust.
  • Maximumbeans @ Maximumbeans:
    It's fuggin gooooood
    +1
  • RedColoredStars @ RedColoredStars:
    I mean. Whats different about it?
  • RedColoredStars @ RedColoredStars:
    Never even seen a tiger crust pizza in any stores around here. Walmart, Cub, or otherwise.
  • RedColoredStars @ RedColoredStars:
    Must be a regional thing.
  • RedColoredStars @ RedColoredStars:
    Gonna smoke this bowl then go get kitties ashes. <3
  • RedColoredStars @ RedColoredStars:
    Last thing I told her is how much I love her, and that Im not leaving her there forever and I promise to come back and take her back home with me.
    RedColoredStars @ RedColoredStars: Last thing I told her is how much I love her, and that Im not leaving her there forever and I...