Hacking WIP [Trinket] [Rebug] [Others] SWITCHBOOT_UF2 / FUSEE_UF2 modchip software

D

Deleted User

Guest
Does anyone know more about this?
Is the USB IC enabled WITH the resistor? Or WITHOUT it?
No I don't know about it.

But mine came without the restitor. It said it s a special switch edition. No problem at all using it in my switch. Never crashed and never failed
I guess it s more stable without it
 
  • Like
Reactions: FR0ZN

FR0ZN

Well-Known Member
Member
Joined
Nov 2, 2013
Messages
1,385
Trophies
1
Age
37
XP
3,886
Country
United States
No I don't know about it.

But mine came without the restitor. It said it s a special switch edition. No problem at all using it in my switch. Never crashed and never failed
I guess it s more stable without it

Do you need to be in Horizon to be able to update it?
Because I get conflicting reports how to do it exactly.

Here is a video of the creator of this modchip and he says to turn the switch completely off and THEN update it ?
How he is doing it, is beyond me, because the chip won't get any power if the Switch is powered off doesn't it?

 

mattytrog

You don`t want to listen to anything I say.
OP
Member
Joined
Apr 27, 2018
Messages
3,708
Trophies
0
Age
48
XP
4,328
Country
United Kingdom
Do you need to be in Horizon to be able to update it?
Because I get conflicting reports how to do it exactly.

Here is a video of the creator of this modchip and he says to turn the switch completely off and THEN update it ?
How he is doing it, is beyond me, because the chip won't get any power if the Switch is powered off doesn't it?



If you don't already have switchboot on your chip, download the correct uf2 AND switchboot.bin...

Get console into RCM mode, push "switchboot.bin"... Using tegrarcmsmash or whatever...

On the menu, you will see samd21 update mode. Select that, follow on screen instructions
 

FR0ZN

Well-Known Member
Member
Joined
Nov 2, 2013
Messages
1,385
Trophies
1
Age
37
XP
3,886
Country
United States
If you don't already have switchboot on your chip, download the correct uf2 AND switchboot.bin...

Get console into RCM mode, push "switchboot.bin"... Using tegrarcmsmash or whatever...

On the menu, you will see samd21 update mode. Select that, follow on screen instructions

I see and did you figure out the USB IC enable thingy? Is the IC enabled with oder without that resistor?
 

mattytrog

You don`t want to listen to anything I say.
OP
Member
Joined
Apr 27, 2018
Messages
3,708
Trophies
0
Age
48
XP
4,328
Country
United Kingdom
I see and did you figure out the USB IC enable thingy? Is the IC enabled with oder without that resistor?
Not looked yet. Not been too well lately, hence my lack of posts this past few days.

But I forgot I had built v1.3.3. (yes really) do thought I'd upload it.

I'll look this afternoon
 
  • Like
Reactions: peteruk
D

Deleted User

Guest
Do you need to be in Horizon to be able to update it?
Because I get conflicting reports how to do it exactly.

Here is a video of the creator of this modchip and he says to turn the switch completely off and THEN update it ?
How he is doing it, is beyond me, because the chip won't get any power if the Switch is powered off doesn't it?



I have a magnetic switch on it. So I can upgrade the chip in horizon and rcm. Just double reset with a small magnet and done.

But I m gonna try the switchboot method soon. Sounds easier. I love that mod. Thanks op :-*
 
  • Like
Reactions: mattytrog

luzifers

Member
Newcomer
Joined
Aug 9, 2018
Messages
18
Trophies
0
Age
44
XP
157
Country
Spain
Not looked yet. Not been too well lately, hence my lack of posts this past few days.

But I forgot I had built v1.3.3. (yes really) do thought I'd upload it.

I'll look this afternoon

I hope you are feeling better.

Thank you for your effort trying to help us with the RCMX86 usb problem.
 
  • Like
Reactions: mattytrog

FR0ZN

Well-Known Member
Member
Joined
Nov 2, 2013
Messages
1,385
Trophies
1
Age
37
XP
3,886
Country
United States
I have a magnetic switch on it. So I can upgrade the chip in horizon and rcm. Just double reset with a small magnet and done.

But I m gonna try the switchboot method soon. Sounds easier. I love that mod. Thanks op :-*

I thought modchips can't update in RCM because because there are no USB comms at this point. At least that's what the SwitchMe github says.
 
  • Like
Reactions: mattytrog

Gismor

Well-Known Member
Member
Joined
Nov 12, 2018
Messages
119
Trophies
0
Age
39
XP
631
Country
Germany
i have update to the newest versin from switchboot 1.3.3 but i think
it shows not so good.
For Example i have the new option: "3. Re-Insert SD Card.
Dont boot from ini E Option again and continue.
 

mattytrog

You don`t want to listen to anything I say.
OP
Member
Joined
Apr 27, 2018
Messages
3,708
Trophies
0
Age
48
XP
4,328
Country
United Kingdom
Hmmm...

Not too sure what you mean sir. Any chance of a screenshot?

I`ve probably messed something up. Not been on top form lately...

--------------------- MERGED ---------------------------

rcmx86mod.jpg

Here we are. If someone wants to ty this...

Remove USB logic chip (red cross)

Join new wires to green and yellow points.

See if it fixes RCMX86 issues?
 
  • Like
Reactions: FR0ZN

mattytrog

You don`t want to listen to anything I say.
OP
Member
Joined
Apr 27, 2018
Messages
3,708
Trophies
0
Age
48
XP
4,328
Country
United Kingdom
i have update to the newest versin from switchboot 1.3.3 but i think
it shows not so good.
For Example i have the new option: "3. Re-Insert SD Card.
Dont boot from ini E Option again and continue.

Code:
// More parts to backup that do not currently fit the sd card free space or fatal error.
                if (currPartIdx >= maxSplitParts)
                {
                    gfx_puts("\n\n1. Press any key to unmount SD Card.\n\
                        2. Remove SD Card and move files to free space.\n\
                           Don\'t move the partial.idx file!\n\
                        3. Re-insert SD Card.\n\
                        4. Select the SAME option again to continue.\n");
                    gfx_con.fntsz = 16;

                    return 1;
                }

Is there enough space on SD card? That part of code hasn`t been touched. Puzzled.
 

Gismor

Well-Known Member
Member
Joined
Nov 12, 2018
Messages
119
Trophies
0
Age
39
XP
631
Country
Germany
Code:
// More parts to backup that do not currently fit the sd card free space or fatal error.
                if (currPartIdx >= maxSplitParts)
                {
                    gfx_puts("\n\n1. Press any key to unmount SD Card.\n\
                        2. Remove SD Card and move files to free space.\n\
                           Don\'t move the partial.idx file!\n\
                        3. Re-insert SD Card.\n\
                        4. Select the SAME option again to continue.\n");
                    gfx_con.fntsz = 16;

                    return 1;
                }

Is there enough space on SD card? That part of code hasn`t been touched. Puzzled.
yes have get back to 1.3.2 and a looks fine.
will try it when im at home in the next 2 days and i write to you ;)
 

luzifers

Member
Newcomer
Joined
Aug 9, 2018
Messages
18
Trophies
0
Age
44
XP
157
Country
Spain
It's the usb logic chip that's doing it. Notice how rcmx86 inject slower than a rebug or trinket

Finally I think I found the RCMX86 usb problem, at least in my case.
I think it was the magnetic reed that was close to the switch fan and its magnet and was causing problems with GND.
I moved it a little bit down and it's working properly, no more problems with usb.
 

mattytrog

You don`t want to listen to anything I say.
OP
Member
Joined
Apr 27, 2018
Messages
3,708
Trophies
0
Age
48
XP
4,328
Country
United Kingdom
Fantastic. The coils in the fan probably cause problems. Leading to partial current flow to the SAMD reset controller. That never occurred to me. I don`t use reed switches... I fit a "trinket" SMD one
 

Gismor

Well-Known Member
Member
Joined
Nov 12, 2018
Messages
119
Trophies
0
Age
39
XP
631
Country
Germany
Code:
// More parts to backup that do not currently fit the sd card free space or fatal error.
                if (currPartIdx >= maxSplitParts)
                {
                    gfx_puts("\n\n1. Press any key to unmount SD Card.\n\
                        2. Remove SD Card and move files to free space.\n\
                           Don\'t move the partial.idx file!\n\
                        3. Re-insert SD Card.\n\
                        4. Select the SAME option again to continue.\n");
                    gfx_con.fntsz = 16;

                    return 1;
                }

Is there enough space on SD card? That part of code hasn`t been touched. Puzzled.
have flash it again and now it works perfect. dont know what was wrong last time by flashing thanks for your new version =)
 
  • Like
Reactions: mattytrog

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    SylverReZ @ SylverReZ: https://www.youtube.com/watch?v=nqw6t28P9po