efc: add new build command for AFE v1.3
This commit is contained in:
parent
c42de3718e
commit
ca53340b59
@ -65,12 +65,18 @@ pinouts carefully. Incorrect power connections can damage the Remote AFE Board.
|
|||||||
|
|
||||||
The EFC Board gateware and firmware are on the [Artiq](https://github.com/m-labs/artiq) repo.
|
The EFC Board gateware and firmware are on the [Artiq](https://github.com/m-labs/artiq) repo.
|
||||||
|
|
||||||
To build the gateware and firmware,
|
To build the gateware and firmware on the release-8 branch (only supports AFE revision <= v1.2),
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
python -m artiq.gateware.targets.efc --hw-rev [v1.0, v1.1]
|
python -m artiq.gateware.targets.efc --hw-rev [v1.0, v1.1]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To build the gateware and firmware on later ARTIQ versions / the master branch,
|
||||||
|
|
||||||
|
```shell
|
||||||
|
python -m artiq.gateware.targets.efc --efc-hw-rev [v1.0, v1.1] --afe-hw-rev [v1.0, v1.1, v1.2, v1.3]
|
||||||
|
```
|
||||||
|
|
||||||
## Routing Table Configuration if Shuttler is Connected to Kasli Satellite
|
## Routing Table Configuration if Shuttler is Connected to Kasli Satellite
|
||||||
|
|
||||||
When Kasli Satellite is compiled with Shuttler, Shuttler is connected to the Satellite Repeater instance. Therefore,
|
When Kasli Satellite is compiled with Shuttler, Shuttler is connected to the Satellite Repeater instance. Therefore,
|
||||||
|
Loading…
Reference in New Issue
Block a user