From 699c5f2f6d5c3b47a6a386b9f089924f032d7c6a Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Fri, 18 Dec 2015 10:29:26 +0000 Subject: [PATCH] Enable 2M flash in Pixracer --- nuttx-configs/px4fmu-v4/scripts/ld.script | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nuttx-configs/px4fmu-v4/scripts/ld.script b/nuttx-configs/px4fmu-v4/scripts/ld.script index 3649227a43d..f0f9e0f2446 100644 --- a/nuttx-configs/px4fmu-v4/scripts/ld.script +++ b/nuttx-configs/px4fmu-v4/scripts/ld.script @@ -50,8 +50,7 @@ MEMORY { - /* disabled due to silicon errata flash (rx) : ORIGIN = 0x08004000, LENGTH = 2032K */ - flash (rx) : ORIGIN = 0x08004000, LENGTH = 1008K + flash (rx) : ORIGIN = 0x08004000, LENGTH = 2032K sram (rwx) : ORIGIN = 0x20000000, LENGTH = 192K ccsram (rwx) : ORIGIN = 0x10000000, LENGTH = 64K }