Is anyone programming a Teensy from their Chrombook? I set the secret flag to allow USB devices in Linux, Installed the Arduino IDE 2.3.10. Installed the Teensy stuff into the IDE. Set the Teensy rules.
When I connect the Teensy to the Chromebook, it asks if I want to use it in Linux or Android, I say Linux.
I launch the Arduino IDE, and it can see the Teensy (yeah!). I compile and upload the program (I'm trying blink), and the Teensy loader window shows up, and it says it is trying to automatically upload. But it fails and I get a message in the IDE:
Opening Teensy Loader...
Memory Usage on Teensy 4.0:
FLASH: code:7812, data:1992, headers:8624 free for files:2013188
RAM1: variables:2432, code:6096, padding:26672 free for local variables:489088
RAM2: variables:12416 free for malloc/new:511872
Teensy did not respond to a USB-based request to enter program mode.
Please press the PROGRAM MODE BUTTON on your Teensy to upload your sketch.
Failed uploading: uploading error: exit status 1
But pressing the button on the Teensy doesn't help. There is a red LED like it is in program mode though.
Is anyone else able to do this or am I trailblazing here?
-Mark
When I connect the Teensy to the Chromebook, it asks if I want to use it in Linux or Android, I say Linux.
I launch the Arduino IDE, and it can see the Teensy (yeah!). I compile and upload the program (I'm trying blink), and the Teensy loader window shows up, and it says it is trying to automatically upload. But it fails and I get a message in the IDE:
Opening Teensy Loader...
Memory Usage on Teensy 4.0:
FLASH: code:7812, data:1992, headers:8624 free for files:2013188
RAM1: variables:2432, code:6096, padding:26672 free for local variables:489088
RAM2: variables:12416 free for malloc/new:511872
Teensy did not respond to a USB-based request to enter program mode.
Please press the PROGRAM MODE BUTTON on your Teensy to upload your sketch.
Failed uploading: uploading error: exit status 1
But pressing the button on the Teensy doesn't help. There is a red LED like it is in program mode though.
Is anyone else able to do this or am I trailblazing here?
-Mark