firmware upgrades

Zaid Abdulla zaid at genieacs.com
Mon Jan 26 09:29:57 EST 2015


On Thu, Jan 22, 2015, at 04:58 PM, Christopher Chance wrote:
> For some reason the upgrade doesn’t seem to be working to a device, I see the cwmp shows
> 
> Inform (6 CONNECTION REQUEST); retry count 0        
> Started task download(54c0ff4e8f295c25696325a2)   
> Inform (4 VALUE CHANGE,1 BOOT); retry count 0       
> Started task download(54c0ff4e8f295c25696325a2)   
> Inform (4 VALUE CHANGE,1 BOOT); retry count 0       
> Started task download(54c0ff4e8f295c25696325a2) 

The device isn't sending a DownloadResponse response. This is why the
task never gets deleted automatically. But that's not the main issue
anyway. I can't really know for sure why it isn't working. Different
devices have their own quirks and it's usually a matter of trial and
error to pinpoint the problem. If I have to guess, it could be due to
the device having trouble handling the XML shorthand notation (e.g.
<TargetFileName/> instead of <TargetFileName></TargetFileName>). You
could try modifying soap.coffee to make it replace those in the final
generated XML string.

Zaid


More information about the Users mailing list