-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marlin being sent but not unpacking and applying. #131
Comments
Hi @pooberry :)
You can try also my another project if your prefer original FlashForge firmware ( this is original firmware patched to allow user set higher temperature ): THIS and RELEASE PAGE About Marlin:
You did tried prebuilt firmwares and printer just not boot at all or boot original FF firmware anyway ?
Yep but printer will not use firmware without UPDATE TRIGGER command was received by bootloader. |
I'm not sure how to get this printer to send the UPDATE TRIGGER command. Is that documented anywhere? |
Update trigger is sent by our update script. Can you provide answers for other questions? Thanks |
About Marlin:
You did tried prebuilt firmwares and printer just not boot at all or boot original FF firmware anyway ?
I did use ff_flash_firmware.py to successfully with the current firmware file when the printer was stuck on boot which was the result when sending the firmware update while the printer was displaying the startup image. |
@pooberry, do you ever see a loading bar on the Flashforge boot logo after the firmware is sent via python script? It sounds like the bootloader is not picking up the update trigger. I had a similar problem with my first Coreboard, although that also had a bad USB block so I was unable to utilize the python script to install (it would never pick up the |
Unsure if it's related, but I have a PowerSpec Ultra3D (basically dreamer board inside). The internal sd card on this one uses a file called As an additional note, after flashing to Marlin, the way I understand to flash again is to use M997 to cause Marlin to reboot MCU into bootloader mode. Then after about 3-4 seconds (there only seems to be about a 5-6 second window to do this), I can run ff_flash_firmware.py again to load new firmwares. However I notice that in this bootloader mode, it does not matter what you call the file w/ M28 command - the board will write out a file called (in my Powerspec case) power.bin on internal sd, and then flash that. |
Hi I have a Flashforge Dreamer that I purchased this year and upgraded to having a full metal hotend but can now not print at temperatures above 248 and this firmware seemed to be the best solution since I am not able to revert it back to previous firmware version due to what seems to be by design from Flashforge and the motherboard that is in the printer.
What happens is that I run ff_flash_firmware.py while connected to the printer and reboot and nothing happens. If I send the files during boot it will says "File Write Success" and then do nothing. I've tried various boot cycling and put it back to the stock firmware with Flashprint multiple times with no success.
I then found the internal micro SD card on the board could be removed and that I could put the firmware directly on what I thought was the systems internal storage. However it still boots back to stock rather than the previous firmware version I found that allows for printing above 248 C. And from what I found, this is due to an update process needing to be triggered to force the printer to look at its internal storage firmware.bin file and apply the file that I put in the /sys folder there.
I'm kinda in the weeds here and I'd rather run something like Marlin that the stock firmware in a previous version but I am not sure how to get the changes to apply let me know if you are able to assist and if there is anything specific about my device that is needed.
The text was updated successfully, but these errors were encountered: