This is the end of an 3 part story about uploading firmware on you Gen6.d motherboard by "romscraj". The two other parts can be viewed at the following locations:
Article
|
Location
|
---|---|
Part One | Link |
Part Two | Link |
Now finally you have managed to secure yourself a working version of the Arduino IDE with the Sanguino drivers. Only the firmware remains now! Before you continue please take note of the warning on the top of the page! I really would hate to see you ruining your board because of this.
I've shared a location on my google drive to share you the firmware! The Marlin firmware is preconfigured to work with the Gen6.d PCB version B1 ( OK-PCB-0021-B1 ). If you have this PCB version, the one with a ATMEGA644PA, it will probably work. If you have another motherboard version you will probably be better of with the provided firmware on the "romscraj" github page ( link )
I've shared a location on my google drive to share you the firmware! The Marlin firmware is preconfigured to work with the Gen6.d PCB version B1 ( OK-PCB-0021-B1 ). If you have this PCB version, the one with a ATMEGA644PA, it will probably work. If you have another motherboard version you will probably be better of with the provided firmware on the "romscraj" github page ( link )
Prepared Marlin Firmware for Gen6.d ( OK-PCB-0021-B1 ) |
---|
Download |
If you have a look in the pins.h file you can see the comment says is has been adopted for a different pin layout! To look at pins.h extract the zip to a destination on your computer. Next start the program "Arduion-1.02.app" ( for OSX ) discussed in the previous article of this series ( link ) and open "Marlin.ino".
Select the sketch "Marlin.ino" |
// romscraj gen.d revision B1 pin assignment
Tab "pins.h" in the Marlin firmware sketch |
Now the only thing left to do is select the correct board and correct port under the tools option. This will be Sanguino W/Atmega664P and the corresponding port on OSX or Windows. If you do not know which port this is go to ( for Mac OSX ) "About this mac" under the apple sign in the upper left corner of your screen. Then select "More Info...". You will see a similar screen:
The "More Info..." screen |
Overview device "FT232R USB UART". |
This Serial number will correspond in some way with the port name available for selection under the "Tools" menu option in "Arduino-1.02.app". If it doesn't show up in the "Tools" menu there probably is a different problem. If this happens you could try to solve the problem by reinstalling the drivers and checking if the main power-cord hasn't come loose at the connector where it connect's to the board ( happened to me once and it took me an hour to figure it out )
Serial port selection in Arduino-1.02.app |
No comments:
Post a Comment