From yesterday I started to have this weird error trying to upload code from the Arduino IDE to a MicroMod:
Whenever I try to upload code the Teensy Loader gets hanged or erasing or loading the code, any code, blink or anything else. I tried several modules, a different carrier board for the MicroMod. Gets stuck like reseting the detection of the module continuously. The verbose log says this:
that is repeated endlessly, and hangs the module in bootloader. The only way to get it out is to perform the 15 seconds button press to erase all. Just in case, I'm using Mac and connect the module via a USB hub (been using it for a couple years perfectly). Any thoughts?
Code:
Error reading Teensy Loader status! (tpc)This error should never happen (when using Arduino). Please report this to paul@pjrc.com. In Teensy Loader, click Help > Verbose Info, then click Log > Save As and attach the log file to your message. The log info is essential for any hope of figuring out what went wrong here!Failed uploading: uploading error: exit status 1
Whenever I try to upload code the Teensy Loader gets hanged or erasing or loading the code, any code, blink or anything else. I tried several modules, a different carrier board for the MicroMod. Gets stuck like reseting the detection of the module continuously. The verbose log says this:
Code:
08:45:45.440 (loader): HID/macos: number of devices found = 1
08:45:45.475 (loader): HID/macos: vid=16C0, pid=0478, page=FF9C, usage=0026, ver=1.07
08:45:45.497 (loader): HID/macos: ser=0017F065
08:45:45.517 (loader): try to read feature report
08:45:45.540 (loader): got feature report, size = 384
08:45:45.561 (loader): 7393CD01 00000000
08:45:45.582 (loader): secure mode can not be locked: this is Standard Teensy
08:45:45.603 (loader): encryption is possible on this Teensy, but not yet configured
08:45:45.623 (loader): but without secure mode locked, encryption will NOT be secure!
08:45:45.644 (loader): Device came online, code_size = 16515072
08:45:45.665 (loader): Board is: Teensy MicroMod (IMXRT1062), version 1.07
08:45:45.692 (loader): File "/private/var/folders/17/03n6fpz51rs24tkmwvdmf7rr0000gn/T/arduino/sketches/B2848E132BF77C3FDA7E584F0CBE6120/Blink.ino.hex", 26624 bytes
08:45:45.713 (loader): File "Blink.ino.hex". 26624 bytes, 0% used
08:45:45.736 (loader): set background IMG_ONLINE
08:45:45.939 (loader): HID/macos: status: ok
08:45:46.197 (loader): HID/macos: detach callback: is currently open device
08:45:46.241 (loader): HID/macos: attach callback
08:45:46.440 (loader): Device went offline
08:45:46.690 (loader): HID/macos: number of devices found = 1
08:45:46.724 (loader): HID/macos: vid=16C0, pid=0478, page=FF9C, usage=0026, ver=1.07
08:45:46.747 (loader): HID/macos: ser=0017F065
08:45:46.768 (loader): HID/macos: error opening device
08:45:46.793 (loader): HID/macos: detach callback: is NOT currently open device
that is repeated endlessly, and hangs the module in bootloader. The only way to get it out is to perform the 15 seconds button press to erase all. Just in case, I'm using Mac and connect the module via a USB hub (been using it for a couple years perfectly). Any thoughts?