https://github.com/yuzukitsuru/yfel
Yet another Allwinner FEL Toolkit
https://github.com/yuzukitsuru/yfel
allwinner allwinner-soc sunxi
Last synced: 6 months ago
JSON representation
Yet another Allwinner FEL Toolkit
- Host: GitHub
- URL: https://github.com/yuzukitsuru/yfel
- Owner: YuzukiTsuru
- License: gpl-3.0
- Created: 2022-09-10T05:44:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T11:37:48.000Z (over 1 year ago)
- Last Synced: 2023-12-21T14:00:04.499Z (over 1 year ago)
- Topics: allwinner, allwinner-soc, sunxi
- Language: Assembly
- Homepage:
- Size: 892 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YFEL
Yet another FEL Toolkit - YFEL [](https://github.com/YuzukiTsuru/YFEL/actions/workflows/cmake-linux.yml)

## About Allwinner FEL
FEL is a low-level subroutine contained in the [BootROM](https://linux-sunxi.org/BROM) on Allwinner devices. It is used for initial programming and recovery of devices using USB.
## Depends
- Qt6
- libusb
- xfel## Arch Linux
- [yfel-git](https://aur.archlinux.org/packages/yfel-git)
```bash
yay -Syu yfel-git
```