summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/imx/zii-imx7d-dev/bootstrap.sh
blob: 49bab03200e2a50051ec2dc66bcb18241ee7b7bf (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; safe_reset; start_barebox;"