Short GND and RES twiceHi all
How to enter into UF2 update mode for RCMx86 please ?
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"
# 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]
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)


