jtag/drivers/jlink: Use correct command errors
[openocd.git] / tcl / board / microchip_sama5d27_som1_kit1.cfg
blob8e920405cbc99ce24a0102a1a19727d3d65fdd75
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # Microchip SAMA5D27-SOM1-EK1
4 # https://www.microchip.com/DevelopmentTools/ProductDetails/PartNO/ATSAMA5D27-SOM1-EK1
5 # This board provide two jtag interfaces:
6 # J11 - 10 pin interface
7 # J10 - USB interface connected to the J-Link-OB.
8 #       This functionality is implemented with an ATSAM3U4C microcontroller and
9 #       provides JTAG functions and a bridge USB/Serial debug port (CDC).
11 # Jumper J7 disables the J-Link-OB-ATSAM3U4C JTAG functionality.
12 # - Jumper J7 not installed: J-Link-OB-ATSAM3U4C is enabled and fully functional.
13 # - Jumper J7 installed: J-Link-OB-ATSAM3U4C is disabled and an external JTAG
14 #   controller can be used through the 10-pin JTAG port J11.
16 source [find interface/jlink.cfg]
17 reset_config srst_only
19 source [find target/at91sama5d2.cfg]