forked from M-Labs/artiq
manual: after artiq is installed, frontends can be used without path prefix
except non-python frontends like artiq_flash.sh
This commit is contained in:
parent
7ec0bc0470
commit
d5fb50b497
|
@ -128,7 +128,7 @@ The communication parameters are 115200 8-N-1.
|
|||
|
||||
* You can either set it by generating a flash storage image and then flash it: ::
|
||||
|
||||
$ ~/artiq-dev/artiq/frontend/artiq_mkfs.py flash_storage.img -s mac xx:xx:xx:xx:xx:xx -s ip xx.xx.xx.xx
|
||||
$ artiq_mkfs flash_storage.img -s mac xx:xx:xx:xx:xx:xx -s ip xx.xx.xx.xx
|
||||
$ ~/artiq-dev/artiq/frontend/artiq_flash.sh -f flash_storage.img
|
||||
|
||||
* Or you can set it via the runtime test mode command line
|
||||
|
|
Loading…
Reference in New Issue