I want to be able to update the firmware in a Teensy 4.1 over WiFi for user convenience. I asked ChatGPT 4o how to, and it suggested I add an ESP32 to my system which could easily accept the new firmware and put it on the Teensy’s SD card and then reboot the Teensy.
Then the Teensy‘s boot loader would need to look on the sd card, while booting, for the file. If found it should load the new firmware, delete the file, and reboot. This all sounds very plausible but I don’t know how to create that needed boot loader. It’s seems such an utterly great plan I wonder if anyone has done this, or even knows how! I hope so! Many users will love easier updates!
Then the Teensy‘s boot loader would need to look on the sd card, while booting, for the file. If found it should load the new firmware, delete the file, and reboot. This all sounds very plausible but I don’t know how to create that needed boot loader. It’s seems such an utterly great plan I wonder if anyone has done this, or even knows how! I hope so! Many users will love easier updates!