Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.3 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.3 KB

LuCI QFirehose Application

A LuCI web interface for QFirehose, providing a user-friendly way to flash Qualcomm firmware on OpenWrt devices.

Features

  • Easy-to-use web interface for firmware flashing
  • Automatic USB device detection
  • Real-time log monitoring
  • Support for multiple USB ports and devices
  • Progress tracking during firmware flashing
  • Automatic completion detection

Dependencies

This package requires the following packages to be installed:

  • luci-base
  • qfirehose
  • unzip
  • kmod-usbmon
  • debugfs
  • luci-compat

Installation

  1. Add this repository to your OpenWrt build system
  2. Build the package:
make package/luci-app-qfirehose/compile V=s
  1. Install the generated package on your OpenWrt device:
opkg install luci-app-qfirehose_1.0.0_all.ipk

Usage

  1. Access your OpenWrt LuCI web interface
  2. Navigate to Modem -> QFirehose
  3. Select your firmware file
  4. Choose the appropriate USB port and device
  5. Click "Flash" to start the firmware flashing process
  6. Monitor the progress through the log window

License

This project is licensed under the GPLv3 License - see the LICENSE file for details.

Author

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.