teensy loader commands in Arduino IDE

Status
Not open for further replies.

jrdarrah

Well-known member
I'm trying to set up a batch file to reboot and load a hex file into a teensy 3.2 without needing to press the reset button on the teensy as I have to do using the teensy loader cli. As one of the other posts on this forum suggested I turned on verbose mode while compiling and uploaded. When I did, this came up --

C:\Program Files (x86)\Arduino\hardware\teensy/../tools/teensy_post_compile -test -file=eBagpipeV4.ino -path=C:\Users\JimD\AppData\Local\Temp\arduino_build_136537 -tools=C:\Program Files (x86)\Arduino\hardware\teensy/../tools -board=TEENSY31 -reboot

I'm trying to fill in the missing pieces ie. /../. I searched in the C:\Program Files (x86)\Arduino and sub-directories for TEENSY31 and reboot hoping to find the program being run to cause the reboot. Is there a way I'm missing to get the entire line? If not can someone point me to the program that takes -board=TEENSY31 and -reboot as parameters?
 
Status
Not open for further replies.
Back
Top