Skip to content

Commit

Permalink
Add note about GPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Biktorgj committed Mar 2, 2021
1 parent 2a97bc0 commit cc795a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,16 @@ Make sure you have your recoveries ready just in case:
Next steps:
1. Continue development of OpenQTI so it does handle everything it needs to without problems
2. Continue development of OpenATFWD so we can register our own AT commands and subscribe to modem's notifications
3. Fix GPS: A-GPS works, but GPS can be started but won't output any data over it's USB port, probably because it can't be properly set up from userspace because it's missing its blob

NOTES:
Proprietary recipes
* qualcomm-proprietary: All the Qualcomm blobs
* quectel-proprietary: Quectel management server and client with some more libraries
* proprietary-libraries: Shared libraries between both

All these libraries and binaries have been compiled with an older GLIBC and all of them have been patched to _not complain_ with glibc 2.37, as bundled
with Yocto 3.2 release with _patchelf_.
All these libraries and binaries have been compiled with an older GLIBC and all of them have been patched to _not complain_ with glibc 2.37, as bundled with Yocto 3.2 release with _patchelf_.

Opensource recipes:
* openirscutil: Sets access for all DSP services to a specific user
* openqti: Initializes the modem, handles audio in calls and can optionally dump all packets passing between rmnet_ctl and smdcntl8

0 comments on commit cc795a4

Please sign in to comment.