Yesterday, we had a Roundtable that was experiencing some challenges with dropping voice calls.  After investigating it, we discovered that it was running an old version of the firmware (Firmware: 1.0.3620.0).  After some research, we discovered that this version of the firmware doesn't support automatic firmware update via the network and was a pre-RTM build (RTM = 3760). 

Thus, we had to manually update the firmware.  To do this, we performed the following steps:

Rtmanage.exe -m:img -i:EBOOT -f:CPUEBOOT.bin -s:CPUEBOOT.cat
Rtmanage.exe -m:img -i:nk -f:nk.bin -s:nk.cat
Rtmanage.exe -m:cfg -r

Note: 

  • The previous commands assume that you extracted the firmware in the same directory as the rtmanage tool.
  • The second step took about 5-10minutes but the tool gives a progress indication of updating the firmware
  • The last command reboots the Roundtable.

 Thanks,

Dean