Update: I just had gone through the link https://forum.pjrc.com/index.php?threads/ota-through-ethernet-with-teensy-4-1.72233/page-5 and it seems that we have to forcefully make the device_id in the code. Let me try that
Hi,
I have used flasherX. I am getting the error
abort - new code missing string fw_teensy41 while checking the device_id which is fw_teensy41
But when I use the FlasherX's .hex itself, I am not getting the above error and here the print is new...
Hello,
Is there a way to program the Teensy from SD card? Say, if I copy a .hex file to the SD card and whether the boot loader pgm can read that .hex file and write it to the flash memory?
Windows does lots of very strange things. Doesn't surprise me - I've recently had a problem on a work machine where keyboard input was suppressed if you typed the same key again, requiring a reboot - how on earth its possible to write drivers...
Thank you for the reply.
teensy_ports -L command gave the following result:
usb:0/140000/0/4 COM3 (Teensy 4.1) Serial
usb:0/140000/0/1 COM3 (Teensy 4.1) Serial
On running teensy_ports.exe, the following details are shown:
{
"address"...
Hi,
I want to have 2 Teensy boards together in one of my application and today when I tried to connect and program a new Teensy board with 1 Teensy 4.1 already connected to the USB port, the new board also got assigned the same COM port...