summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/imx/zii-imx8mq-dev/bootstrap.sh
blob: 7342e890ec116c5081cfed9174b5da7cbcb1f480 (plain)
1
2
3
4
5
6
#!/bin/sh

OPENOCD=${OPENOCD:-openocd}
DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)

${OPENOCD} -f ${DIR}/openocd.cfg --command "adapter_khz 10000; init; reset init; start_barebox"