Environment
- Tool: CATStudio V3.1.0.85
- Module: Quectel EC200A, Revision: EC200AEUHAR01A21M16 , ASR Microelectronics baseband
- Install path:
...\CATStudio_V3_1_0_85\Exec\
Issue
Attempting to send any signal from CommandConsole’s GKI tab fails with the same error, regardless of which signal is selected:
Failed to open "...\CATStudio_V3_1_0_85\Exec\NvmData\<signalName>.gki" file.
Steps to reproduce
- Open CommandConsole → GKI tab.
- Select any entry from “Available Signals” (tested with
sacErrcEcidMeasReq,sacDevGetErrcMeasInfoReq,sacErrcGetLteCaInfoReq, and several others). - Click Send.
- Error dialog appears immediately, referencing a missing
.gkifile for that specific signal.
Diagnostic notes
- The
Exec\NvmData\folder does not exist on this installation at all prior to attempting a send. - The failure is identical across every signal tested — not isolated to one function or subsystem — which suggests a missing/incomplete local template library (
NvmData) rather than a per-signal issue. - All other CommandConsole functionality (Command Server tab, diag command sending, UEFilter logging mask) works normally; only GKI signal sending is affected.
Questions
- Is a pre-populated
NvmDatafolder (containing.gkitemplate files per signal) meant to ship with the CATStudio install package, or is it expected to be auto-generated on first use? Ours currently has neither. - Could you provide the complete
Exec\NvmDatafolder (or a corrected/complete CATStudio_V3.1.0.85 install package) so GKI signal templates are available locally? - Separately — is GKI-level signal injection restricted or disabled by firmware/licensing on this specific module SKU or firmware build? We want to rule this out explicitly, since the symptom could theoretically originate on either the tool side or the firmware side.
Happy to provide the exact firmware version, IMEI, or additional logs if useful for troubleshooting.