https://github.com/hardwario/bch-firmware-tool
HARDWARIO Firmware Tool (Python Application «bcf»)
https://github.com/hardwario/bch-firmware-tool
cli firmware flasher hardwario python tower
Last synced: 12 months ago
JSON representation
HARDWARIO Firmware Tool (Python Application «bcf»)
- Host: GitHub
- URL: https://github.com/hardwario/bch-firmware-tool
- Owner: hardwario
- License: mit
- Created: 2017-06-24T09:40:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T16:39:06.000Z (about 3 years ago)
- Last Synced: 2025-04-14T12:12:37.559Z (about 1 year ago)
- Topics: cli, firmware, flasher, hardwario, python, tower
- Language: Python
- Homepage:
- Size: 183 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Host Application - HARDWARIO Firmware Tool
[](https://travis-ci.org/hardwario/bch-firmware-tool)
[](https://github.com/hardwario/bch-firmware-tool/releases)
[](https://github.com/hardwario/bch-firmware-tool/blob/master/LICENSE)
[](https://pypi.org/project/bcf/)
[](https://twitter.com/hardwario_en)
This repository contains HARDWARIO Firmware Tool.
## Installing
You can install **bcf** directly from PyPI:
```sh
sudo pip3 install -U bcf
```
## Enabling Completion
* For Bash Complete add this line to `.bashrc`
```
eval "$(_BCF_COMPLETE=bash_source bcf)"
```
Then run this command to reload .bashrc
```
source ~/.bashrc
```
* For Zsh Complete add this line to `.zshrc`
```
eval "$(_BCF_COMPLETE=zsh_source bcf)"
```
Now you can for example write `bcf --de`, press TAB and `--device` text is automatically completed.
## Usage
```
>>> bcf help
Usage: bcf [OPTIONS] COMMAND [ARGS]...
HARDWARIO Firmware Tool.
Options:
-d, --device TEXT Device path.
--version Show the version and exit.
--help Show this message and exit.
Commands:
clean Clean cache.
create Create new firmware.
devices Print available devices.
eeprom Work with EEPROM.
flash Flash firmware.
ftdi Update USB descriptors in the FTDI chip.
help Show help.
list List firmware.
log Show log.
pull Pull firmware to cache.
read Download firmware to file.
reset Reset core module.
search Search in firmware names and descriptions.
source Firmware source.
test Test firmware source.
update Update list of available firmware.
```
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT/) - see the [LICENSE](LICENSE) file for details.
---
Made with ❤ by [**HARDWARIO a.s.**](https://www.hardwario.com/) in the heart of Europe.