Hacking RELEASE [Trinket] [Rebug] [Others] [Modchip Software] *NEW* Fusee_Suite UF2 packages

  • Thread starter Thread starter mattytrog
  • Start date Start date
  • Views Views 215,317
  • Replies Replies 728
  • Likes Likes 13
I buy a SAMD21G18 to replace the one burn on my switch (some day have a issue and star overheating)
i get a brand new one whitout any firm ,i had to use openocd to flash the bootloader to be able to flash uf2 files
Code:
openocd.exe" -f scripts\interface\stlink-dap.cfg" -f "samdg18.cfg"   -c "tcl_port disabled" -c "telnet_port disabled" -c "init" -c "reset init" -c "program "bootloader-FUSEE_RCMX86_INTERNAL-c40fc1c.bin" verify reset exit 0x00000000"
samdg18.cfg
Code:
# Interfaz y transporte
# adapter driver st-link
# transport select swd

# Configuración del chip y endianess
set CHIPNAME at91samd21g18
set ENDIAN little

# Puerto telnet
set telnet_port 0

set tcl_port disabled
telnet_port disabled

# Script de target
source [find target/at91samdXX.cfg]

st-linksamd21.jpg
 
  • Like
  • Love
Reactions: BaamAlex and FR0ZN
if i want the trinket m0 to just always boot the payload located on root of SD card called "Payload.bin" how do i accomplish that? (most likely hekate renamed to payload.bin)
 
if i want the trinket m0 to just always boot the payload located on root of SD card called "Payload.bin" how do i accomplish that? (most likely hekate renamed to payload.bin)

Set the payload on the trinket m0 to autoboot payload.bin on the sd card.
 
Hi, i saw that we can use Seeeduino XIAO as a way to boot to hekate on V1 switch like said in https://github.com/mattytrog/FUSEE_SUITE but it is stated as Beta.

Note that it's cheaper and smaller than Trinket M0.

Did anyone tried this? Also Trinket is the best choice but the Seeeduino is really cheap and for the sake of testing, i'm willing to try but need confirmation first.

Also do i need to put the payload like hekate.bin somewhere on the chip memory?
And can it be used not internally? Like an RCM Dongle on it's own if i feed it the correct power voltage

Thank you.
 

Site & Scene News

Popular threads in this forum