EM7565 firmware upgrade does not work

Hi,

I am trying to update our EM7565 card to the latest firmware, but it seems the updater wont find or recognize the card:

image

When I try with the FDT-Tool, the device is found and the flashing seems to be working, but at the end the firmware download fails:

FDT version: 2.0.2012.0
Awaiting suitable port or adapter ...
Switching to boot & hold mode ...
Disabling selective suspend ...
Awaiting port removal ...
Awaiting download port ...
Switching to streaming mode ...
Downloading images ...
Writing image C:\Users\Eigenaar\Desktop\Sierra_new\2022\FDTtoll\Bin\x64\release\SWI9X50C_01.14.02.00
.cwe \
Flashing image \
Enabling selective suspend ...
Awaiting adapter ...
Firmware download failed.
Primary error code: 14 - No MBN adapter available.
Secondary error code: 0 - Not applicable.
Device error code: 0x0 - Unknown device error code.

Preexisting images information:
        Current:
                Firmware:
                        ImageId:
                        BuildId:
                Configuration:
                        ImageId:
                        BuildId:
Final images information:
        Current:
                Firmware:
                        ImageId:
                        BuildId:
                Configuration:
                        ImageId:
                        BuildId:

OEM PRI:

IMEI:

Total time elapsed: 371516 ms.

Time to switch to boot mode: 9734 ms.

Images downloaded:
        Image ID: ?_?
        Build ID: 01.14.02.00_?
                write time: 15912 ms
                additional flash time: 95847 ms

Time to reset to application mode: -1 ms.

Press Enter to continue ...

This is the current situation on the device:

AT!IMAGE?
TYPE SLOT STATUS LRU FAILURES UNIQUE_ID   BUILD_ID
FW   1    GOOD   1   0 0      ?_?         01.05.01.00_?
FW   2    GOOD   2   0 0      ?_?         01.07.02.00_?
FW   3    GOOD   3   0 0      ?_?         01.09.04.00_?
FW   4    EMPTY  0   0 0
Max FW images: 4
Active FW image is at slot 3

TYPE SLOT STATUS LRU FAILURES UNIQUE_ID   BUILD_ID
PRI  FF   GOOD   0   0 0      002.019_000 01.09.04.00_GENERIC
Max PRI images: 50

AT!IMPREF?
!IMPREF:
 preferred fw version:    01.09.04.00
 preferred carrier name:  GENERIC
 preferred config name:   GENERIC_002.019_000
 preferred subpri index:  000
 current fw version:      01.09.04.00
 current carrier name:    GENERIC
 current config name:     GENERIC_002.019_000
 current subpri index:    000


The OS is Win7 64bit Pro, the latest Sierra drivers are installed and working, the modem, mbim, serial DM and serial NMEA ports are present, and the modem AT interface also works.

An interesting thing is that Skylight is also not detecting the card.

Any ideas why can this be?

You need to enable the RMNET in AT!USBCOMP.
what is the return of the following?

AT!ENTERCND=“A710”
AT!USBCOMP?
AT!USBCOMP=?

AT!USBCOMP?
Config Index: 1
Config Type:  3 (Generic)
Interface bitmask: 0000100D (diag,nmea,modem,mbim)

OK
AT!USBCOMP=?
!USBCOMP:
AT!USBCOMP=<Config Index>,<Config Type>,<Interface bitmask>
  <Config Index>      - configuration index to which the composition applies, should be 1

  <Config Type>       - 1:MBIM USBIF, 2:PCIE USBIF, 3:Legacy-Generic, 4:RNDIS

  <Interface bitmask> - DIAG     - 0x00000001,
                        NMEA     - 0x00000004,
                        MODEM    - 0x00000008,
                        RMNET0   - 0x00000100,
                        MBIM     - 0x00001000,
  e.g.
  10D  - diag, nmea, modem, rmnet interfaces enabled
  1009 - diag, modem, mbim interfaces enabled

  The default configuration is:
  at!usbcomp=1,3,10F

OK

not sure if it helps in FDT or Skylight
you can have a try:

AT!ENTERCND=“A710”
AT!USBCOMP=1,3,10D
AT!RESET

Thanks for your help, it solved both the Skylight and firmware upgrade issues, now the unit is on the latest version.

One more question though: is there a newer version of Skylight compared to the one on the Sierra support site from 2018?

I think that is the latest one.