Metadata-Version: 2.2
Name: genio-tools
Version: 1.5
Summary: Tools for flashing boards using MediaTek Genio SoCs
Home-page: https://gitlab.com/mediatek/aiot/bsp/genio-tools
Author: Fabien Parent
Maintainer: Pablo Sun
Maintainer-email: Pablo Sun <pablo.sun@mediatek.com>
License: Copyright (c) 2020 BayLibre, SAS
        Copyright (c) 2023-2025 MediaTek Inc.
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        
Project-URL: Homepage, https://mediatek.gitlab.io/aiot/doc/aiot-dev-guide/master/tools/genio-tools.html
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: genio-bootrom>=1.1.11
Requires-Dist: windows-curses; platform_system == "Windows"
Requires-Dist: keyboard
Requires-Dist: gpiod==1.4.0
Requires-Dist: oyaml
Requires-Dist: packaging
Requires-Dist: psutil
Requires-Dist: pyftdi
Requires-Dist: pyusb
Requires-Dist: pyudev; platform_system == "Linux"
Requires-Dist: ftd2xx; platform_system == "Windows"
Requires-Dist: fastboot-log-parser
Dynamic: home-page
Dynamic: maintainer
Dynamic: requires-dist
Dynamic: requires-python

# Genio Tools

The Genio tools are a set of tools to flash, control or configure MediaTek
boards, and in particular the Genio evaluation kits.

Please refer to 
[IoT Yocto Develop Guide](https://mediatek.gitlab.io/aiot/doc/aiot-dev-guide/master/tools/genio-tools.html)
for usage.

## Release Notes

### Version 1.5

- `genio-flash` now supports `--daemon` mode to flash multiple boards.
- New `genio-multi-download-cli` command to interact with the genio-flash daemon
  in a text-based UI.
- Add new argument `--skip-erase` to `genio-flash` to skip erasing the storage
  when flashing boards.
- Support `genio-board power` on Windows.
