summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-04-29 08:07:22 -0400
committerAnas Nashif <anas.nashif@intel.com>2016-04-30 13:56:54 -0400
commit909dd7ee053570b387296c7eeb32b80679051e08 (patch)
tree58405da29fd9feb2c518704377b2ce4e822438a6 /misc
parent2c4c6af2ec1a49e7800d7f463ccd346dd9fae24f (diff)
arduino_101: support booting with original bootloader
To boot zephyr on the Arduino 101 running the original bootloader which supports DFU, set the following in your application configuration file: CONFIG_SS_RESET_VECTOR=0x40034000 CONFIG_PHYS_LOAD_ADDR=0x40010000 CONFIG_VERSION_HEADER=y Jira: ZEP-219 Change-Id: Ia015a7b6fce888b49ed22c558de992132d4713ea Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/Kconfig b/misc/Kconfig
index 4c051693c..92aed0b4f 100644
--- a/misc/Kconfig
+++ b/misc/Kconfig
@@ -51,6 +51,14 @@ config CUSTOM_LINKER_SCRIPT
linker script and avoid having to change the script provided by
Zephyr.
+config VERSION_HEADER
+ bool "Add a version header to binary"
+ default n
+ help
+ This will add a version header section to the generated binary that
+ can be filled with the software version for example using a post
+ script.
+
config CROSS_COMPILE
string "Cross-compiler tool prefix"
help