Skip to content

Commit

Permalink
boards: up_squared_adsp: Change default flasher
Browse files Browse the repository at this point in the history
Change default flasher to misc-flasher, allowing to pass
custom flash command.

Signed-off-by: Andrei Emeltchenko <[email protected]>
  • Loading branch information
finikorg authored and MaureenHelm committed Mar 30, 2020
1 parent f16e7b3 commit 9c9b379
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions boards/xtensa/up_squared_adsp/board.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
# SPDX-License-Identifier: Apache-2.0

board_set_flasher_ifnset(intel_s1000)
board_set_debugger_ifnset(intel_s1000)

board_finalize_runner_args(intel_s1000
"--xt-ocd-dir=/opt/tensilica/xocd-12.0.4/xt-ocd"
"--ocd-topology=topology_dsp0_flyswatter2.xml"
"--ocd-jtag-instr=dsp0_gdb.txt"
"--gdb-flash-file=load_elf.txt"
)
board_set_flasher_ifnset(misc-flasher)
board_finalize_runner_args(misc-flasher)

0 comments on commit 9c9b379

Please sign in to comment.