reprap:anet:anet_mainboard_overclocking

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
reprap:anet:anet_mainboard_overclocking [2018/01/04 05:23] – [Updating the bootloader] gmarsh23reprap:anet:anet_mainboard_overclocking [2018/01/04 05:30] – [Anet Motherboard Overclocking] gmarsh23
Line 1: Line 1:
 ===== Anet Motherboard Overclocking ===== ===== Anet Motherboard Overclocking =====
  
-This page is a work in progress: I'm unfamiliar with the formatting syntax used on here, and I'm preparing this article over the span of a few days with the bit of free time I have availablePlease be patient :)+HEADS UP: This page is very much draft, and it's definitely not easy to follow at this point.
  
 +Also, my experience developing for Atmel AVR parts is done using AVR-GCC and/or Atmel Studio, and I haven't really picked up the proper 'Arduino way' of doing things. There's probably much more easy/elegant methods of doing the bootloader installation than I've explained here.
 +
 +This is a wiki, so feel free to expand on this article or make changes as you see fit.
 +
 +Thanks!
 ==== Table of Contents ==== ==== Table of Contents ====
  
Line 20: Line 25:
       * pins_ANET_10.h       * pins_ANET_10.h
       * speed_lookuptable.h       * speed_lookuptable.h
-  * Compile and install new firmware +  * Compile and install new Marlin firmware
-  * Potential issues+
  
 ==== Introduction ==== ==== Introduction ====
Line 134: Line 138:
   avrdude: safemode: efuse reads as 0   avrdude: safemode: efuse reads as 0
   avrdude: safemode: Fuses OK (E:00, H:00, L:00)   avrdude: safemode: Fuses OK (E:00, H:00, L:00)
 +  
   avrdude done.  Thank you.   avrdude done.  Thank you.
  
 ==== Marlin changes ==== ==== Marlin changes ====
  
-A number of files in Marlin have to be modified for operation at frequencies other than 16 or 20MHz.+A number of files in Marlin have to be modified for operation at frequencies other than 16 or 20MHz. This is in addition to the changes to the Configuration.h and Configuration_adv.h files.
  
 === platformio.ini === === platformio.ini ===
Line 206: Line 210:
   #define ST7920_DELAY_3 DELAY_7_NOP   #define ST7920_DELAY_3 DELAY_7_NOP
  
 +==== Compiling and installing new firmware ====
  
 +There are many guides online describing how to compile and install Marlin on an Anet A8. Find one and link it here :)
  • reprap/anet/anet_mainboard_overclocking.txt
  • Last modified: 2018/12/02 02:27
  • by 127.0.0.1