openocd/tcl/board/reflexces_achilles_i-dev_kit_arria10.cfg
Oleksij Rempel c8c7788825 target|board: Add Intel (Altera) Arria 10 target and related board
Target information about this SoC can be found here:
https://www.altera.com/products/fpga/arria-series/arria-10/overview.html

Achilles Instant-Development Kit Arria 10 SoC SoM:
https://www.reflexces.com/products-solutions/development-kits/arria-10/achilles-instant-development-kit-arria-10-soc-som

Change-Id: Id78c741be6a8b7d3a70f37d41088e47ee61b437a
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-on: http://openocd.zylin.com/4583
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
2018-07-31 18:57:17 +01:00

14 lines
413 B
INI

# Achilles Instant-Development Kit Arria 10 SoC SoM
# https://www.reflexces.com/products-solutions/achilles-instant-development-kit-arria-10-soc-som
#
if { [info exists USE_EXTERNAL_DEBUGGER] } {
echo "Using external debugger"
} else {
source [find interface/altera-usb-blaster2.cfg]
usb_blaster_device_desc "Arria10 IDK"
}
source [find fpga/altera-10m50.cfg]
source [find target/altera_fpgasoc_arria10.cfg]