commit | 909dd7ee053570b387296c7eeb32b80679051e08 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Fri Apr 29 08:07:22 2016 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Apr 30 13:56:54 2016 -0400 |
tree | 58405da29fd9feb2c518704377b2ce4e822438a6 | |
parent | 2c4c6af2ec1a49e7800d7f463ccd346dd9fae24f [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>