Firmware not loading
Posted: Tue Jul 09, 2013 12:15 am
Im stuck on page 145 in the build directions and when i got to upload the new settings i get this screen.
Have a look around and join today!
https://download.seemecnc.com/
You have downloaded the RepetierMAX software from github and extracted the .ZIP file, right?CJGerard wrote:Im stuck on page 145 in the build directions and when i got to upload the new settings i get this screen.
kbob wrote:You have downloaded the RepetierMAX software from github and extracted the .ZIP file, right?CJGerard wrote:Im stuck on page 145 in the build directions and when i got to upload the new settings i get this screen.
In the Arduino IDE application, use File->Open. Navigate into the RepetierMAX/Repetier folder and open Repetier.ino.
Now you'll see a whole bunch of pseudo-C++ source code.
Select your board and port as Gene describes, then hit Upload.
Something will happen. Hopefully, something good.
OK, I'm feeling stupid because evidently this is something relatively easy and I can't get it to work.kbob wrote:You have downloaded the RepetierMAX software from github and extracted the .ZIP file, right?CJGerard wrote:Im stuck on page 145 in the build directions and when i got to upload the new settings i get this screen.
In the Arduino IDE application, use File->Open. Navigate into the RepetierMAX/Repetier folder and open Repetier.ino.
Now you'll see a whole bunch of pseudo-C++ source code.
Select your board and port as Gene describes, then hit Upload.
Something will happen. Hopefully, something good.
First thing you need to do when you are ready to update is open arduino, then go to file>examples>eeprom>eeprom_clear and upload that little sketch first. That erases ALL eeprom values from any leftover firmware, so you know you are starting with a good clean fresh install.smiley wrote:OK, I'm feeling stupid because evidently this is something relatively easy and I can't get it to work.kbob wrote:You have downloaded the RepetierMAX software from github and extracted the .ZIP file, right?CJGerard wrote:Im stuck on page 145 in the build directions and when i got to upload the new settings i get this screen.
In the Arduino IDE application, use File->Open. Navigate into the RepetierMAX/Repetier folder and open Repetier.ino.
Now you'll see a whole bunch of pseudo-C++ source code.
Select your board and port as Gene describes, then hit Upload.
Something will happen. Hopefully, something good.
Using Arduino IDE version 0023 on windows. I am trying to install the new .91 firmware on a Rostock Max, Rambo 1.1, .80 firmware, shipped in May or June 2013.
When I do file->open and select Repetier.ino in the .91 repository, I get a popup with this error:
(TRIANGLE with a !) BAD FILE SELECTED
Processing can only open its own sketches and other files ending in .pde
Any suggestions would be much appreciated.
Good point, that one got by me. Thanks!geneb wrote:...but before you do any of that, upgrade the Arduino IDE to 1.0.5. 0023 is too old.
g.
If there is no .pde then use the repetier.inosmiley wrote:I thought there were compile problems with the 1.xx series of arduino. Is 1.0.5 what the cool kids are using now?
OK, I'll try that and report back.
However none of that changes the fact that there is no .pde file in the .zip I downloaded from github.
Great, you should have no further problems uploading the new firmware.smiley wrote:as part of the upgrade to 1.0.5 I got a checkbox that said "associate application with .ino files ?" or something of that general gist. I left it checked for "yes" and finished installing the upgrade.
And after that, I can open the .ino and it looks like all the right bits are loading in the IDE. so that's progress! Now to try installing it on the machine.
PS i already exported my config and ran the "clear EEPROM" sketch so hopefully the rest of this should be straightforward.