| Crates.io | teensy4-selfrebootor |
| lib.rs | teensy4-selfrebootor |
| version | 0.2.0 |
| created_at | 2023-08-16 19:43:31.027014+00 |
| updated_at | 2024-03-04 16:14:50.451525+00 |
| description | A self-rebooting implementation of teensy's rebootor for teensy4 |
| homepage | |
| repository | https://github.com/Finomnis/teensy4-selfrebootor |
| max_upload_size | |
| id | 946357 |
| size | 41,233 |
This crate provides a USB device compatible with teensy_loader_cli -r to force the Teensy4 to reboot itself into bootloader.
This allows the board to be reprogrammed without having to press the Reset/Boot button.
A requirement of this crate is that there is no other use for the USB port, as it will fully consume it.
- examples are intended for the Teensy 4.0, Teensy 4.1 or Teensy MicroMod board -
The following hardware is required for the examples:
The following software tools have to be installed:
Python3 (as python3, or modify run.py to use the python binary)
Reset/Boot button on the Teensy.cargo run --release --example teensy4_selfrebootor
Reset/Boot button. The Teensy should switch to boot mode automatically.