forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arduino 101: make factory bootloader config the default
The Arduino 101 comes with a bootloader that supports DFU and flashing of all cores using the dfu-util package. This changes the memory layout of the image built for the Arduino 101 and remove previous work-arounds to allow booting, including the version-header section in the linker script. The bootloader expects the text section at +0x30 from the physical load address and thus requires special treatment in the linker script. Other changes by Andrew Boie: The flash size parameters were both wrong. X86 side has 192K of flash from 0x4003000 - 0x40060000, the entire span of sys_flash1. ARC side is now the span from 0x40010000 - 0x40030000, 128K. Change-Id: Iecfa5d2b84a3f522d9eca06268d6b8b71a094aaa Signed-off-by: Anas Nashif <[email protected]>
- Loading branch information
Showing
17 changed files
with
31 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.