Page 1 of 1
Firmware loaded without change
Posted: Thu Nov 01, 2018 1:48 am
by Lothar
Hi,
I changes some variable in my firmware.
This is not the first time, but startig after I reinstall my windows 7 I have a strange beahiour.
Arduino 1.0.6 told me that firmware is loaded but when I search the change into the control section of LCD I didn't see any change.
It seems that instead of what Ardiono software told me firmware is not loaded.
Someone can help me?
I have a geeetech prusa I3 pro W with GT2560 rev A+
I tryed to reinstal USB Driver...divverent version od arduino software...nothing.
Device manage see my board like a CH340...
I'm in a nightmare
Re: Firmware loaded without change
Posted: Sat Nov 03, 2018 9:50 pm
by keyser187
try doing the initialize eeprom from the LCD after you have uploaded your changes. this worked for me when i was trying to change my z steps.
Re: Firmware loaded without change
Posted: Fri Nov 09, 2018 4:15 pm
by Lothar
I can store Values from the control panel.
What is wrong is the loading phase from PC.
Probably my GT2560 rev A+ is broke
Re: Firmware loaded without change
Posted: Wed Nov 14, 2018 12:48 am
by William
Lothar wrote: ↑Fri Nov 09, 2018 4:15 pm
I can store Values from the control panel.
What is wrong is the loading phase from PC.
Probably my GT2560 rev A+ is broke
Have you tried to enable the EEPROM?
Re: Firmware loaded without change
Posted: Fri Nov 16, 2018 7:30 pm
by Lothar
William wrote: ↑Wed Nov 14, 2018 12:48 am
Lothar wrote: ↑Fri Nov 09, 2018 4:15 pm
I can store Values from the control panel.
What is wrong is the loading phase from PC.
Probably my GT2560 rev A+ is broke
Have you tried to enable the EEPROM?
No, what's mean?
Sorry I really Junior
Re: Firmware loaded without change
Posted: Fri Nov 16, 2018 7:54 pm
by Lothar
I checked into the configuration.h end eeepron apear enabled.
What I have is this beahviour....it is an example
If I change the Z offset from the printer and store it in memory....the values remain.
When I compile Marlin and load it to the printer...z offset value doesn't change.
is this related to the EEPRON?
Re: Firmware loaded without change
Posted: Fri Nov 16, 2018 11:53 pm
by Lothar
William wrote: ↑Wed Nov 14, 2018 12:48 am
Lothar wrote: ↑Fri Nov 09, 2018 4:15 pm
I can store Values from the control panel.
What is wrong is the loading phase from PC.
Probably my GT2560 rev A+ is broke
Have you tried to enable the EEPROM?
Ok Wiliam
You are right. With the eepron enalbed the values arrive from it.
Disabling it all works.
Thanks to solve my question