DEVELOPER_NOTES: add instructions to select Sayma

pull/842/head^2
Sebastien Bourdeauducq 2017-11-01 17:35:03 +08:00
parent 4a57b52241
commit 99b99d436d
1 changed files with 9 additions and 0 deletions

View File

@ -27,6 +27,15 @@ To determine which user is locking a board, use:
fuser -v /run/boards/kc705
Selecting a development board with artiq_flash
==============================================
::
artiq_flash --preinit-command "ftdi_location 5:2" # Sayma 1
artiq_flash --preinit-command "ftdi_location 3:10" # Sayma 2
artiq_flash --preinit-command "ftdi_location 5:1" # Sayma 3
Deleting git branches
=====================