Skip to content

Commit

Permalink
Use openocd TCL source command instead of shell.
Browse files Browse the repository at this point in the history
whitequark committed Jan 27, 2018

Verified

This commit was signed with the committer’s verified signature.
makenowjust Hiroya Fujinami
1 parent e3efae2 commit a48ec0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master.cfg
Original file line number Diff line number Diff line change
@@ -402,7 +402,7 @@ def addCoverallsUploadSteps(factory, repo_token):

def addARTIQFlashSteps(factory, board, domain, options=[]):
address = '{}.{}'.format(board, domain)
options = ['-I', '$(cat /var/lib/artiq/boards/{})'.format(board)] + options
options = ['-I', 'source /var/lib/artiq/boards/{}'.format(board)] + options

factory.addStep(
ShellCommand(

0 comments on commit a48ec0a

Please sign in to comment.