eg25-manager(5) | File Formats Manual | eg25-manager(5) |
eg25-manager configuration file format
eg25-manager uses toml formatted files for configuration.
Configurations are loaded from:
General settings for eg25-manager.
poweron_delay int (microseconds)
Settings for how to handle suspend on the system where eg25-manager is running.
boot_timeout int (seconds)
Default: 120 if unset or zero.
recovery_timeout int (seconds)
Default: 9 if unset or zero.
AT commands to send when different events happen, and where to send them to.
Each command has 4 possible elements:
NOTE: If a command sequence is configured in an override file, the default commands won't be loaded from the system configuration. The default commands should be copied into the override file when changing them.
uart string
configure List of commands
suspend List of commands
resume List of commands
reset List of commands
Settings for uploading AGPS assistance data to the modem.
enabled boolean
url string
Example: https://xtrapath4.izatcloud.net
file string
Example: xtra2.bin
The gpio section defines the GPIO pins to use for different modem functions. These settings should only be changed when porting eg25-manager to a new device; for this reason they aren't documented here.
Print the firmware version every time the phone wakes from suspend:
[at] resume = [ { cmd = "QGMR" }, ]
Disable uploading AGPS data to the modem:
[gnss] enabled = false
eg25-manager(8)
2024-10-29 |