From 415a5e119d11394fc7e7365ff5b7c64a50ef7f64 Mon Sep 17 00:00:00 2001 From: Zach Eveland Date: Thu, 27 Oct 2011 11:36:10 -0400 Subject: changes in core and boards.txt to support new bootloader old bootloader could fit in only 2 kB of flash. new version has to have a 4 kB block - jump-to address and boards.txt must reflect this. --- cores/arduino/CDC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cores/arduino/CDC.cpp') diff --git a/cores/arduino/CDC.cpp b/cores/arduino/CDC.cpp index 14a0eae..b8df09f 100644 --- a/cores/arduino/CDC.cpp +++ b/cores/arduino/CDC.cpp @@ -27,7 +27,7 @@ void Reboot() { USB.detach(); cli(); - asm volatile("jmp 0x7800"); // jump to bootloader - DiskLoader takes up last 2 kB + asm volatile("jmp 0x7000"); // jump to bootloader - DiskLoader lives in the last 4kB of Flash } typedef struct -- cgit v1.2.3-18-g5258