-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
Wrong version of firmware caused motherboard damage (?) #2033
Comments
Well, first, this isn't really an Issue with the code, since you used the wrong firmware. So this is more of a Hardware Support question. Having said that, on the assumption that the board didn't fry or lock up, the only thing I can think of, which you might know already, is that a new firmware bin with the same numbering as a previous firmware bin won't load. It would be unbelievable that a build of a 4.2.2 bin would have the same numbering as a previous 4.2.7 bin, since it seems that the numbering uses Real Time in its scheme. Anyway, easy enough to check. If the 4.2.2 bin number is the same as your 4.2.7, then simply rename the bin with a different number on the 4.2.2 bin and try flashing again. Or you could try downloading a vanilla firmware from Creality's website and try that. I once made a similar mistake with a computer motherboard and bricked it. The only solution there was to borrow an EPROM burner from a buddy of mine and reprogram the Flash memory of the board with the correct firmware. In those days, one could remove a discrete IC and put it in the burner. If you've hosed the flash memory, then I suspect that you will have to buy a new motherboard. You could upgrade to a 4.2.7. |
4.2.7 board has a bootloader and cannot be overwritten by flashing the firmware using the SD card. So, use another card, format it to FAT32, 4096 bytes Allocation unit and rename the firmware file. |
@magmabow if u have an St link u can plug the board right into the computer. ull have to get st-link drivers. I actually had better success using vscode in Ubuntu /Linux. but it can work in any. so u may have to edit the .ini file. like stm32f1.ini and look for the environment you need. make sure the debug and upload protocol are set to stlink sometimes its jlink. u may have to get a 4 pin header to plug into because my 427 doesn't have it. but anyway instead of build do upload and it should work. this is called a soft brick. it's not hard bricked. so there is a way to fix it if u haven't already. |
Issue: (assumes working hardware prior) Forgot to change BIN file name EVERY time and got same result after Jyers E3V2 (that uses nicer LCD - not green screen) **Actions taken: ** discovered hidden feature with new 4.2.7 boards (not just GDF) on Marlin company specs site and Git discords: Adhoc in-experienced solution: works 95% of last 20 flashes for Creality 4.2.7 with 2225 (AKA black computer board with Creality name and certificate as official lol along with OEM screen for that machine). Also noteworthy, there are continuing great updates in platformio that had to catch up - e.g. board - Creality_V4 and now is Creality V427 and saw how that impacted compiling the myriad of Creality boards). |
###Description
E3V2 not booting after accidentally installing the wrong version. ive tried a few solutions however nothing seems to work. (unless im doing something wrong?)
Steps to Reproduce
Expected behavior: [What you expect to happen]
E3V2 boots up normally
Actual behavior: [What actually happens]
E3V2 stuck where lcd is on a solid dark blue color, and the fan is running. other than that, nothing happens
Additional Information
The text was updated successfully, but these errors were encountered: