https://github.com/kkonradpl/tef-bootloader
TEF668X Headless USB Tuner bootloader switcher / FW upgrader
https://github.com/kkonradpl/tef-bootloader
fmdx tef-headless tef668x tuner
Last synced: 7 months ago
JSON representation
TEF668X Headless USB Tuner bootloader switcher / FW upgrader
- Host: GitHub
- URL: https://github.com/kkonradpl/tef-bootloader
- Owner: kkonradpl
- License: gpl-2.0
- Created: 2024-07-28T00:23:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-07T01:36:06.000Z (about 1 year ago)
- Last Synced: 2025-01-17T19:14:07.956Z (9 months ago)
- Topics: fmdx, tef-headless, tef668x, tuner
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
tef-bootloader
=======Application that allows to switch TEF Headless USB Tuner into the bootloader mode
Copyright (C) 2024 Konrad Kosmatka
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.# Build
In order to build you will need:- C compiler
- makeOnce you have all the necessary dependencies, you can use:
- GNU/Linux (POSIX): `make`
- Windows: `make windows`# Usage
```sh
$ tef-bootloader /dev/ttyACM0
```Expected output:
```
Switching tuner (/dev/ttyACM0) into bootloader mode...
Sending magic sequence (1 of 5)
Sending magic sequence (2 of 5)
Sending magic sequence (3 of 5)
Sending magic sequence (4 of 5)
Sending magic sequence (5 of 5)
Tuner has been sucessfully switched into bootloader mode
```