Talk:Teensy Breadboard

From RepRap
Revision as of 14:33, 26 November 2012 by DaveX (talk | contribs) (Modified transcript.)
Jump to: navigation, search

The transcript about compiling Teacup apparently requires a working Teacup in another directory already. Maybe this is more helpful for beginners (edited transcript):

$ git clone https://github.com/triffid/Teacup_Firmware.git
Cloning into 'Teacup_Firmware'...
remote: Counting objects: 3911, done.
remote: Compressing objects: 100% (1249/1249), done.
remote: Total 3911 (delta 2827), reused 3689 (delta 2643)
Receiving objects: 100% (3911/3911), 2.00 MiB | 624 KiB/s, done.
Resolving deltas: 100% (2827/2827), done.
$ cd Teacup_Firmware/
Teacup_Firmware $ git checkout Gen7
Teacup_Firmware $ cp config.teensy.h config.h
Teacup_Firmware $ cp ThermistorTable.single.h ThermistorTable.h
Teacup_Firmware $ vi Makefile # uncomment atmega32u4, comment out atmega644p
Teacup_Firmware $ make
  CC        mendel.o
...

Possibly. --Traumflug 11:55, 15 November 2012 (UTC)

Done. Tested on 2012-11-25 per http://reprap.org/wiki/Teensy_Breadboard#Compiling_Teacup_for_Teensy_using_the_Makefile -- DaveX 18:33, 26 November 2012 (UTC)