zephyr/boards/common
qianfan Zhao ffbe747225 openocd.board.cmake: Fix flash load address
'make flash' always erase the flash banks from sector 0, and flashing
the Zephyr.bin file to base address of flash even if there has a
bootloader placed on the first sector.

Users maybe want placed Zephyr to another location instead of sector
0 by adding 'zephyr,code-partition' in dts. But the openocd scripts
doesn't deal with that currently.

Fix this issue, flash zephyr.elf instead of zephyr.bin, elf file
contain load address and openocd scripts can deal with it.

Signed-off-by: qianfan Zhao <qianfanguijin@163.com>
2018-12-07 11:34:56 -05:00
..
bossac.board.cmake boards: common: bossac: Fix bossac flash script. 2018-06-04 12:15:31 -05:00
dfu-util.board.cmake scripts: runner: use arguments, not environment vars 2017-12-15 09:57:30 -05:00
esp32.board.cmake cmake: esp32: Fix check for environment variable ESP_IDF_PATH 2017-12-27 10:29:35 -05:00
jlink.board.cmake scripts: jlink: Add flash command support to the jlink runner 2018-01-29 23:15:16 -05:00
nios2.board.cmake cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
nrfjprog.board.cmake scripts: runner: use arguments, not environment vars 2017-12-15 09:57:30 -05:00
openocd.board.cmake openocd.board.cmake: Fix flash load address 2018-12-07 11:34:56 -05:00
pyocd.board.cmake scripts: runner: pyocd: support DT-based flashing 2017-12-15 09:57:30 -05:00