From 4ae3af6576728a0e728db1bfa69af60b44b2967d Mon Sep 17 00:00:00 2001 From: Kevin Bretney Date: Thu, 12 Feb 2015 13:38:33 -0800 Subject: changed app load address to match updated bootloader (12k bootloader, 116k app) --- nuttx-configs/mavstation/scripts/ld.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/mavstation/scripts/ld.script b/nuttx-configs/mavstation/scripts/ld.script index 5986eebf0..fe993ee7b 100755 --- a/nuttx-configs/mavstation/scripts/ld.script +++ b/nuttx-configs/mavstation/scripts/ld.script @@ -42,7 +42,7 @@ MEMORY { - flash (rx) : ORIGIN = 0x08002000, LENGTH = 120K + flash (rx) : ORIGIN = 0x08003000, LENGTH = 116K sram (rwx) : ORIGIN = 0x20000000, LENGTH = 16K } -- cgit v1.2.3