Teensyloader configuration file ?

Status
Not open for further replies.

WMXZ

Well-known member
While promoting the use of teensyloader, I realized that if there where a small (ascii) configuration file that contains the file to be downloaded, then this would facilitate further a foolproof reprogramming of teensy by non-experts.
- distribute directory with hex file, teensyloader, and configuration file
- ask user to start teensyloader
- ask user to press button on teensy
end of business.

In case this does already exist, I would learn about it.
(Note: I know TyQt and I'm able to program such an extension to my bootloader, if I myself have a need, but here I talk about standard teensyloader)
 
Could you do the same using a windows .bat file or a script file?
One liner.

could you elaborate how to pass the filename to the teensyloader gui (teensy.exe)
Have you tried it?
Note, the PJRC teensy_loader_cli is NOT an option, it does not work on all platforms for all devices
 
I was going to post what stevech did, but don't know the mechanics of teensy tools working or OS limits. I understand that the koromix TYC will put only a fitting firmware to a specified board in case multiple are connected, so it could be used for cmd line 'batch' file - assume the same on IOS and Linux as windows.
 
All platforms (OSes) is likely not going to happen, esp. Linux.
Need to choose a practical least common denominator.
 
As I understand it TYC/TYQT runs on all three. Koromix develops it on Linux, and IOS is more downloaded than Linux and Windows 3X that.

I just found TYQT even supports the same command line params as TYC it seems.
 
Status
Not open for further replies.
Back
Top