summaryrefslogtreecommitdiffstats
path: root/FAQ-Build.md
diff options
context:
space:
mode:
authortmk <tmk@users.noreply.github.com>2015-12-09 06:45:22 +0100
committertmk <tmk@users.noreply.github.com>2015-12-09 06:45:22 +0100
commitf3b7863b56e7e5cbc68b16e6b02b590a70faa05b (patch)
treefa8a0615b3b67de02e65d923d12833f1b124d3de /FAQ-Build.md
parentbf88dfa5db57d5c90e1e5db549783873ded9253b (diff)
downloadqmk_firmware-f3b7863b56e7e5cbc68b16e6b02b590a70faa05b.tar.gz
qmk_firmware-f3b7863b56e7e5cbc68b16e6b02b590a70faa05b.tar.xz
Updated FAQ Build (markdown)
Diffstat (limited to 'FAQ-Build.md')
-rw-r--r--FAQ-Build.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/FAQ-Build.md b/FAQ-Build.md
index 7569baeb7..7a4727f7f 100644
--- a/FAQ-Build.md
+++ b/FAQ-Build.md
@@ -134,4 +134,18 @@ avr-gcc -c -mmcu=atmega32u2 -gdwarf-2 -DF_CPU=16000000UL -DINTERRUPT_CONTROL_END
../../tmk_core/protocol/lufa/lufa.c:575: error: (Each undeclared identifier is reported only once
../../tmk_core/protocol/lufa/lufa.c:575: error: for each function it appears in.)
make: *** [obj_alps64/protocol/lufa/lufa.o] Error 1
+```
+
+
+## BOOTLOADER_SIZE for AVR
+Note that Teensy2.0++ bootloader size is 2048byte. Some Makefiles may have wrong comment.
+
+```
+# Boot Section Size in *bytes*
+# Teensy halfKay 512
+# Teensy++ halfKay 2048
+# Atmel DFU loader 4096 (TMK Alt Controller)
+# LUFA bootloader 4096
+# USBaspLoader 2048
+OPT_DEFS += -DBOOTLOADER_SIZE=2048
``` \ No newline at end of file