• Tags
  • Documentation
  • Order
  • Register
  • Login
Duet3D Logo Duet3D
  • Tags
  • Documentation
  • Order
  • Register
  • Login

1.19 upgrade issues

Scheduled Pinned Locked Moved
Firmware installation
3
7
2.2k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undefined
    FailsafeJim
    last edited by 26 Aug 2017, 22:49

    ok so i think i got everything updated but i cannot get the m587 command to find the network
    i keep getting failed to retrieve network list
    here is the update
    SENDING:M997 S0:1
    Trying to connect at 460800 baud:
    failed
    Trying to connect at 230400 baud:
    success
    Erasing 244400 bytes…
    Uploading file...
    5% complete
    10% complete
    15% complete
    20% complete
    25% complete
    30% complete
    35% complete
    40% complete
    45% complete
    50% complete
    55% complete
    60% complete
    65% complete
    70% complete
    75% complete
    80% complete
    85% complete
    90% complete
    95% complete
    Upload successful
    [ERROR] Can't read from printer (disconnected?) (SerialException): call to ClearCommError failed

    here is the m587 command

    m587
    SENDING:M587
    Failed to retrieve network list

    please help

    1 Reply Last reply Reply Quote 0
    • undefined
      FailsafeJim
      last edited by 26 Aug 2017, 23:02

      never mind got it sorted !

      1 Reply Last reply Reply Quote 0
      • undefined
        bilsch
        last edited by 10 Sept 2017, 03:14

        I'm having a similar issue. I was able to upgrade one of my boards but the second is just not upgrading nicely.

        RepRapFirmware for Duet WiFi is up and running.
        M997 S2
        
        Trying to connect at 460800 baud:  failed
        Trying to connect at 230400 baud:  success
        Erasing 3125248 bytes...
        Uploading file...
        5% complete
        10% complete
        15% complete
        20% complete
        25% complete
        30% complete
        35% complete
        40% complete
        45% complete
        50% complete
        55% complete
        60% complete
        65% complete
        70% complete
        75% complete
        80% complete
        85% complete
        90% complete
        95% complete
        Upload successful
        ok
        RepRapFirmware for Duet WiFi Version 1.19 dated 2017-08-14
        
        Executing config.g...
        Done!
        Network disabled.
        RepRapFirmware for Duet WiFi is up and running.
        WiFi module started
        Error: Failed to initialise WiFi module, code -10
        
        M552
        WiFi module is disabled
        ok
        M552 S0
        ok
        WiFi module started
        Error: Failed to initialise WiFi module, code -10
        M587 S"mywifi" P"mypw"
        Failed to add SSID to remembered list
        
        

        Going to try the firmware upgrades again in the morning. Any thoughts? My wifi and password both have ! and @ chars in them. Even setting to dummy values like above I get the error - is this just a failure in talking to the wifi module? How can I tell what version everything is running to verify short of just upgrading it again via the sd card?

        1 Reply Last reply Reply Quote 0
        • undefined
          dc42 administrators
          last edited by 10 Sept 2017, 13:44

          The "Failed to initialize WiFi module" message normally means that you have incompatible versions of the main firmware and the WiFi firmware. I suggest you upgrade the main firmware to 1.19.2 via the SD card, confirm it is running using M115, then upgrade the wifi firmware to 1.19.2.

          Duet WiFi hardware designer and firmware engineer
          Please do not ask me for Duet support via PM or email, use the forum
          http://www.escher3d.com, https://miscsolutions.wordpress.com

          1 Reply Last reply Reply Quote 0
          • undefined
            bilsch
            last edited by 11 Sept 2017, 01:54

            Did I do this right? I pulled all of the bin and zip files down. the bin files all go to /sys, unzip -q of the zip into /www.

            RepRapFirmware for Duet WiFi is up and running.
            M115
            FIRMWARE_NAME: RepRapFirmware for Duet WiFi FIRMWARE_VERSION: 1.19 ELECTRONICS: Duet WiFi 1.0 FIRMWARE_DATE: 2017-08-14
            ok
            M997 S0:1:2
            (...)
            RepRapFirmware for Duet WiFi Version 1.19.2 dated 2017-09-01
            
            Executing config.g...
            Done!
            Network disabled.
            RepRapFirmware for Duet WiFi is up and running.
            M115
            FIRMWARE_NAME: RepRapFirmware for Duet WiFi FIRMWARE_VERSION: 1.19.2 ELECTRONICS: Duet WiFi 1.0 FIRMWARE_DATE: 2017-09-01
            ok
            M552
            WiFi module is disabled
            ok
            M587 S"xxx" P"@xxx"
            Failed to add SSID to remembered list
            
            
            1 Reply Last reply Reply Quote 0
            • undefined
              dc42 administrators
              last edited by 11 Sept 2017, 06:23

              Yes, that looks good so far. Now send M552 S0 to take the WiFi module out of reset, and then try the M587 command again.

              Duet WiFi hardware designer and firmware engineer
              Please do not ask me for Duet support via PM or email, use the forum
              http://www.escher3d.com, https://miscsolutions.wordpress.com

              1 Reply Last reply Reply Quote 0
              • undefined
                bilsch
                last edited by 11 Sept 2017, 20:46

                Ok wow I totally missed doing the M552 S0 first!

                Wifi module is connected to access point xxx!, IP address 192.168.1.187
                
                

                Thanks - its on the network again!

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Unless otherwise noted, all forum content is licensed under CC-BY-SA