Project

General

Profile

Actions

Sierra Wireless Modems » History » Revision 1

Revision 1/5 | Next »
laforge, 01/09/2017 12:02 PM


Sierra Wireless Modems

Sierra Wireless also seems to offer a number of modems that run on MDM9615 or its successors, with Linux inside the module.

List of related modems

  • EM7455
  • many others suspected, FIXME.

Getting access to the Linux system

Sierra Wireless uses a bitmapped NVRAM variable to tell the system which functions to enable. One of these functions is 'adb'. They also implement an AT command to set this variable, but you cannot enable 'adb' there anymore (or maybe you can, using some other password?).

This AT command help text is taken from an old memory dump:

#AT!USBCOMP=<Config Index>,<Config Type>,<Interface bitmask>
#  <Config Index>      - configuration index to which the composition applies, should be 1
#  <Config Type>       - 1:Generic, 2:USBIF-MBIM, 3:RNDIS
#                        config type 2/3 should only be used for specific Sierra PIDs: 68B1, 9068
#                        customized VID/PID should use config type 1
#  <Interface bitmask> - DIAG     - 0x00000001,
#                        ADB      - 0x00000002,
#                        NMEA     - 0x00000004,
#                        MODEM    - 0x00000008,
#                        RMNET0   - 0x00000100,
#                        RMNET1   - 0x00000400,
#                        RMNET2   - 0x00000800,
#                        MBIM     - 0x00001000,
#                        RNDIS    - 0x00004000,
#                        AUDIO    - 0x00010000,
#                        ECM      - 0x00080000,
#                        UBIST    - 0x00200000

There are other ways to set this and other variables, so the AT comand interpreter restriction is not a show stopper. Note that there are invalid gadget combinations, so you can softbrick the modem by changing this variable.

Files (1)
swi_usbcomp.pl swi_usbcomp.pl 21.8 KB domi, 08/15/2018 04:37 PM

Updated by laforge about 7 years ago · 1 revisions

Add picture from clipboard (Maximum size: 48.8 MB)