Sakshi Jadhav
New member
Hello,
Hello,
We have a Teensy 4.0 running with an Android tablet application. The tablet application has an Android app that controls (via command/response) the Teensy 4.0. The connection between the tablet and Teensy 4.0 is made through a Micro USB cable on the Teensy side and a USB-C cable to the tablet. The tablet is connected to the Internet.
I am trying to implement Firmware Over the Air (FOTA) on the Teensy 4.0 via USB. For this, I am using FlasherX, based on the link shared here https://github.com/joepasquariello/FlasherX . My process is as follows:
Could you please confirm whether I am following the correct steps and assist me in resolving this issue?
Hello,
We have a Teensy 4.0 running with an Android tablet application. The tablet application has an Android app that controls (via command/response) the Teensy 4.0. The connection between the tablet and Teensy 4.0 is made through a Micro USB cable on the Teensy side and a USB-C cable to the tablet. The tablet is connected to the Internet.
I am trying to implement Firmware Over the Air (FOTA) on the Teensy 4.0 via USB. For this, I am using FlasherX, based on the link shared here https://github.com/joepasquariello/FlasherX . My process is as follows:
- First, I flash the FlasherX.ino file using the Arduino IDE.
- Then, I use the TeraTerm software to upload the .hex file generated by the Arduino IDE for FlasherX.ino.
Could you please confirm whether I am following the correct steps and assist me in resolving this issue?