#
# Copyright (C) 2017-2020 Alibaba Group Holding Limited
#
# SPDX-License-Identifier: GPL-2.0+
#

# Set the JTAG address according to C-SKY debugserver settings
tar jtag jtag://192.168.0.88:1025

# Set gdb environment
#set height 0

# Reset target board
#reset

# Disable CPU cache
set $cr18=0x00

# Load the debugging elf file
load
