From 99b99d436d46ee28964fc5ad22ab71ea9f45b58b Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 1 Nov 2017 17:35:03 +0800 Subject: [PATCH] DEVELOPER_NOTES: add instructions to select Sayma --- DEVELOPER_NOTES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/DEVELOPER_NOTES.rst b/DEVELOPER_NOTES.rst index 64be3469d..2ee4460a3 100644 --- a/DEVELOPER_NOTES.rst +++ b/DEVELOPER_NOTES.rst @@ -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 =====================