Shawn Silverman
Shawn Silverman
I just added the ability to use a custom key via the `custom_secure_key` option.
This PR works well for me to do automatic EHEX uploads and creation. I chose the name because it's my understanding that any custom PlatformIO options need to be prefixed...
I realized I didn't completely answer your question. To use it with a key in a specific location, add a `custom_secure_key` line to your _platformio.ini_ file that points to your...
> @ssilverman Is this implemented in the latest teensy pio package? I’m unclear what you’re asking?
It should. I'm able to use it. Have you tried it?
> I have tried it on Windows. It doesn't work. I have just updated PIO, and i've tried to write the folder path and the direct key.pem file. There's no...
You need to use a lockable version and follow the instructions here: https://www.pjrc.com/teensy/td_code_security.html Here’s the lockable version: https://www.sparkfun.com/products/18771
> > You need to use a lockable version and follow the instructions here: https://www.pjrc.com/teensy/td_code_security.html > > Fully aware of this. The board I use is a fully custom board...
> The Teensy MM is specified as "teensymm" in the platform.ini. In your main.py file there's no support for that. This was the reminder I needed. Thanks for that.
> > The Teensy MM is specified as "teensymm" in the platform.ini. In your main.py file there's no support for that. > > This was the reminder I needed. Thanks...