Skip to content

Commit

Permalink
do not use --target-file for flashing KC705
Browse files Browse the repository at this point in the history
We have only one KC705 connected now, and this option will be removed to support Sayma.
sbourdeauducq committed Nov 1, 2017
1 parent 6f4f7d3 commit 3dc15ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions master.cfg
Original file line number Diff line number Diff line change
@@ -642,8 +642,7 @@ addCondaInstallToTestEnvironmentSteps(artiqBuildFactory,
packages=[test_board_package],
no_update_deps=True)
addARTIQFlashSteps(artiqBuildFactory,
options=['--target-file', '/var/lib/buildbot/kc705-buildbot.cfg',
'proxy', 'gateware', 'bios', 'runtime', 'start'],
options=['proxy', 'gateware', 'bios', 'runtime', 'start'],
address=test_board_hostname)
addPythonCoverageSteps(artiqBuildFactory,
source_path='artiq', test_path='artiq/test',

0 comments on commit 3dc15ff

Please sign in to comment.