Biktorgj / quectel_eg25_recovery

Stock firmware recovery packages for Quectel EG25-G
78 stars 15 forks source link

update EG25 via OpenWRT #10

Closed dnwk closed 2 years ago

dnwk commented 2 years ago

I am wondering if I could run this update on an OpenWRT system that has EG25 attached via mini PCIe

ASoTNetworks commented 2 years ago

This is what I want to figure out too

ASoTNetworks commented 2 years ago

I figured it out you have to build https://github.com/Biktorgj/qfirehose in OpenWRT buildroot https://openwrt.org/docs/guide-developer/toolchain/crosscompile which will build qfirehose for your SoC. Then you can replace qfirehose with your own then run ./qfirehose -f ./ as in the readme file in this repo.

Biktorgj commented 2 years ago

I left statically linked binaries for both arm32 and arm64, if your board is arm based you can probably use that directly, otherwise yes, you'd have to build qfirehose yourself (or manually flash them with fastboot if openWRT has it)

dnwk commented 2 years ago

Thanks. Mine are MIPS. So do need to compile. I may try to connect my EG25 to a raspberry pi via USB and do it there.

Biktorgj commented 2 years ago

Closing it due to inactivity, if there's something else feel free to reopen the issue