Jump to content

Machine dead after firmware failure to update


BrzJa

Recommended Posts

Posted · Machine dead after firmware failure to update

Ultimaker 2 Extended +

Cura 3.1.0

I tried using the auto updating firmware within Cura and was presented with this message"

"Firmware update failed due to an unknown error."

 

Once that message displayed, the machine no longer worked. It will not turn on, no LED lights up, no illumination of the screen. There is a loud buzzing noise when the power switch is turned on. Cura does detect that the machine is connected, but no operations can be performed, and a firmware update attempt results in another failure error message.

 

What is the procedure to reset the machine to factory settings if the screen can't be accessed? Is there a manual hard reset procedure?

 

Thanks for the help!

  • Link to post
    Share on other sites

    Posted · Machine dead after firmware failure to update

    Bricking an UM2 is (almost) impossible, the bootloader is designed to protect itself.

    What most likely happened in your situation is that your computer has some kind of USB problem, i.e. the connection to the printer is not correct. We have one computer here with a similar problem.

    Try updating the printer from another computer.

  • Link to post
    Share on other sites

    Posted · Machine dead after firmware failure to update
    On 2018-01-07 at 1:44 AM, BrzJa said:

    Ultimaker 2 Extended +

    Cura 3.1.0

    I tried using the auto updating firmware within Cura and was presented with this message"

    "Firmware update failed due to an unknown error."

     

    Once that message displayed, the machine no longer worked. It will not turn on, no LED lights up, no illumination of the screen. There is a loud buzzing noise when the power switch is turned on. Cura does detect that the machine is connected, but no operations can be performed, and a firmware update attempt results in another failure error message.

     

    What is the procedure to reset the machine to factory settings if the screen can't be accessed? Is there a manual hard reset procedure?

     

    Thanks for the help!

    I am having the same problem I hope someone can help

     

  • Link to post
    Share on other sites

    Posted · Machine dead after firmware failure to update

    Yikes.  Well try a different USB cable and try using a different computer as well if you can.  Also consider putting some kind of spacer (maybe some napkins) between the two ribbon cables underneath the printer.  Some people bought a $5 (5 euro?) USB hub to boost their USB signal power and that worked for them.

     

  • Link to post
    Share on other sites

    Posted (edited) · Machine dead after firmware failure to update

    I can confirm I had exactly the same issue - upgrading an UltiMaker 2+ firmware using Cure 3.4.1.  Cura displayed an error message shortly after starting the firmware upgrade and now the printer is totally dead - is doesn't switch on at all.

     

    I'm guessing that the bootloader isn't as robust as is believed - how can the image be re-programmed into a machine which now doesn't appear alive at all?

     

    Please help.

    Edited by Dangermouse
  • Link to post
    Share on other sites

    Posted · Machine dead after firmware failure to update

    Check if the printer still shows up as a serial port in Device Manager. If so, the bootloader is still alive, even though the printer does not have a working firmware anymore.

     

    As long as the bootloader is still working, you can use other applications such as Arduino to upload a Marlin firmware. 

  • Link to post
    Share on other sites

    Posted · Machine dead after firmware failure to update

    Hi Ahoeben,

     

    Thanks for your post.  I do indeed see an Arduino Mega 2560 com port so, as you suggest, the bootloader is still in there.  I would hope (especially as the machine is still under warranty) that UltiMaker would send me a suitable firmware tool to rewrite the UltiMaker firmware.  I'm an electronics engineer and familiar with Arduino and other MCU manufacturers' tools so would prefer to restore the correct (UltiMaker) image.

     

    For some reason Cura is still saying the printer is not connected so it clearly expects to see understandable responses from the printer firmware.  As you suggest, I need the correct UltiMaker firmware file to transfer using Arduino tools on the PC ...

     

    UltiMaker - over to you I think ...

     

    Thanks and best regards - Paul.

  • Link to post
    Share on other sites

    Posted · Machine dead after firmware failure to update

    Your printer as apparently not responding as a printer would, so Cura thinks it is just another type of serial device instead of a printer. It is sort of a chicken/egg situation; you have to fix the firmware in order to make it behave like a printer again, but you cannot fix the firmware because it is not behaving like a printer. Fortunately there are other tools that are less stubborn (and - truth be told - yours is a somewhat exceptional situation; normally firmware updates are fairly safe).

     

    The firmware .hex file is included in the Cura download (C:\Program Files\Ultimaker Cura 3.4\resources\firmware\MarlinUltimaker2extended-plus.hex). AFAIK, you cannot upload a .hex file straight from the Arduino IDE, but if you have ever used avrdude, you should be able to figure it out. If not, you can download the source of the UM2Extended+ here and open that in Arduino and flash it to the Arduino Mega 2560 that is hidden in the printer:

    https://github.com/Ultimaker/UM2.1-Firmware/tree/UM2.1_JarJarExtended

  • Link to post
    Share on other sites

    Posted · Machine dead after firmware failure to update

     

    23 minutes ago, ahoeben said:

    if you have ever used avrdude, you should be able to figure it out

     

    There's a plugin for Octoprint ("Firmware updater") that does exactly this.

     

    Another idea (probably easier):

    You can try a legacy Cura version from 2015 (15.04.6 or older), available for download from this list:

    https://ultimaker.com/en/products/ultimaker-cura-software/list

     

    AFAIK Cura was not that picky back then... ?

    • Like 1
    Link to post
    Share on other sites

    Posted · Machine dead after firmware failure to update
    29 minutes ago, tinkergnome said:

    There's a plugin for Octoprint ("Firmware updater") that does exactly this. 

     

    But then @DangerMouse would need to install OctoPrint first. I am actually working on making it possible to use that plugin from OctoPrint (ie: update the firmware through the Cura interface on a printer that is connected via OctoPrint, if that plugin is installed), but that will not be available until Cura 3.6

     

    Good tip on the legacy version of Cura, that could very well work (if you manually set the port and baudrate first). I have a PR that cleans up firmware updating, and is sort of a prerequisite for finally bringing manual port selection back. Once that work is done, I will also make sure that firmware can be updated even if the printer does not respond printer-like.

    • Thanks 1
    Link to post
    Share on other sites

    Posted · Machine dead after firmware failure to update

    Thanks for the help everyone. Ahoeben, do I still use the -extended model filed even though this is the smaller (non-extended) UltiMaker 2+?

     

    Thanks.

  • Link to post
    Share on other sites

    Posted · Machine dead after firmware failure to update
    46 minutes ago, Dangermouse said:

    do I still use the -extended model filed even though this is the smaller (non-extended) UltiMaker 2+?

    What do you think yourself? This topic was started for an UM2+ Extended. The machine dimensions are part of the firmware (and the only difference between those two firmwares).

    Use the MarlinUltimaker2plus.hex file for a standard UM2+

  • Link to post
    Share on other sites

    Posted · Machine dead after firmware failure to update

    Ahoeben, thanks very much indeed for the help.  Now have a machine which appears to be alive again at least. Avedude (actually I used AvrDudess in “Wiring” interface mode) seemed to try to program the 2560 but kept timing out. What worked was to download the Arduino source sketch from your link (I actually removed the last “Extended” from that path and found what I’m presuming is the source for the “standard” (not extended) machine, I hope that was an OK version to use) into Arduino IDE v1.8.7, selected the 2560 board type and then compile/verify in the IDE followed by upload. After a while the printer rebooted and came back to life (many thanks). I have to confess I didn’t make the modification to the TWI_vect interrupt routine (mentioned in the github download “To build with the Arduino IDE”) as my next step was to start Cura (v3.4.1) with the printer’s USB cable still in the PC and get Cura to do a firmware update - I’m hoping this latter step would reflash with a 100% correct image (including the I2C driver change - I’d be grateful if you could confirm this is the case.

     

    i now need to check if everything is OK again. If later versions of Cura could “rescue” a semi-bricked printer such as mine I think other users would be saved a lot of pain - just an idea.

     

    Thanks again & all the best - Dangermouse

  • Link to post
    Share on other sites

    Posted · Machine dead after firmware failure to update
    10 hours ago, Dangermouse said:

    do I still use the -extended model filed even though this is the smaller (non-extended) UltiMaker 2+?

     

    'doh! I scrolled all the way to the top of the topic to check what printer you were using, not noticing that you are not OP. Sorry for the confusion.

     

    9 hours ago, Dangermouse said:

    I’m hoping this latter step would reflash with a 100% correct image (including the I2C driver change

     

    Yes, you should be on the latest official release again now.

  • Link to post
    Share on other sites

    Posted · Machine dead after firmware failure to update

    Thanks a lot everyone - greatly appreciated.

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...