teensy-loader-cli 2.3
Command line firmware uploader for Teensy development boards
The Teensy loader program communicates with your Teensy board when the HalfKay bootloader is running, so you can upload new programs and run them.
You need to add the udev rules to make the Teensy update available for non-root users.
- Outputs:
out
- Website: https://www.pjrc.com/teensy/loader_cli.html
- Licenses: GPL 3+
- Package source: gnu/packages/flashing-tools.scm
- Builds: See build status
- Issues: See known issues
Installation
Install teensy-loader-cli 2.3
as follows:
guix install teensy-loader-cli@2.3
Or install the latest version:
guix install teensy-loader-cli
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.