joepasquariello / FlasherX

Over-the-air firmware updates for Teensy LC/3.x/4.x/MicroMod
52 stars 14 forks source link

Not Working on Teensy 4.0 #8

Closed Kameeno closed 9 months ago

Kameeno commented 9 months ago

Hi! i tried for the first time FlasherX, by putting a blink example in the sdCard renamed as "firmware.hex" but it reboot every time on the actual code (flasherX).

by sendig via serial ('im using Serial 2 on Mac) after sending it as text i get only the error message "abort - new code missing string fw_teensy40" i'm doing something wrong ?

Kameeno commented 9 months ago

Schermata 2023-11-22 alle 19 39 58

Kameeno commented 9 months ago

resolved by adding

#define FLASH_ID "fw_teensy40"

and Serial.println(FLASH_ID);