[Stable] Yocto 3.3.2 with fixes from previous tests
This release is a flashable package based on the following repos:
- Unlocked Bootloader (LK): https://github.com/Biktorgj/quectel_lk/releases
- Linux 3.18.140 Kernel: https://github.com/Biktorgj/quectel_eg25_kernel
- Forked meta-qcom layer: https://github.com/Biktorgj/meta-qcom/
- Yocto 3.3.2 based rootfs and recovery (https://www.yoctoproject.org/)
Make sure you also:
- Install latest ADSP firmware (01.003.01.003) (download and run
fastboot flash modem NON-HLOS.ubi
)
CHANGELOG
This updated is a cleaned up version of 0.3.9 with all the fixes derived from the 0.3.9 a/b/c/d tests
- Removed dirty re-register code from tracking
- Max active clients set to 18. This allows ModemManager to be registered twice without being rejected by the modem. Enough to not cause too many problems, and should cut soft resets to half
- Removed DTR monitor and rely only on current provided by the pinephone when deciding if transfers are available. This is much more reliable than any other tested methods
- Remove LPM notifications to SMD
- Removed some more LPM logging messages in the kernel that weren't needed
SHA512 Sums of the files in this release:
Package:
e018cd78e6607c7eb671b99a4fefd4516f816e4db436d678e10fc55da11049c1995730dcba50fe27845b238c15e7cecb77239e62ba1b3980f2ad07a3857dbe06 package.tar.gz
Installation instructions:
- Get required tools: you need adb and fastboot
- Grab a copy of the firmware, and, optionally, a recovery firmware (https://github.com/Biktorgj/quectel_eg25_recovery)
- Run the
flashall
script bundled in the package. If something fails, flash manually - After you flashed everything, you can run 'fastboot reboot' and wait for it to come back.
Have fun!