mirror of https://github.com/m-labs/artiq.git
DEVELOPER_NOTES: add instructions to select Sayma
This commit is contained in:
parent
4a57b52241
commit
99b99d436d
|
@ -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
|
||||
=====================
|
||||
|
||||
|
|
Loading…
Reference in New Issue