Skip to content

Commit

Permalink
README: Add remote operation for PCIeBone.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jul 25, 2022
1 parent 48d8eb0 commit 86e1067
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Over JTAGBone (on local machine):
```sh
$ litex_server --jtag --jtag-config=openocd_xc7_ft232.cfg
```
Over PCIeBone (on remote machine):
Over PCIeBone (on local or remote machine):
```sh
$ sudo litex_server --pcie --pcie-bar=0x:00.0
$ sudo litex_server --pcie --pcie-bar=0x:00.0 (--host=192.168.1.X if on remote machine)
```
[> Compile/Mount LitePCIe Driver
Expand All @@ -64,8 +64,7 @@ $ make
-------------------
```sh
$ cd test
$ ./i2c_test --host=192.168.1.44 --scan
$ ./i2c_test --host=192.168.1.44 --mcp4728-test
$ ./i2c_test --scan (--host=192.168.1.X if remotely)
$ ./test_adc.py --channels=1 --mode=ramp --afe-coupling=DC --afe-attenuation=10X --pga-preamp=10 --pga-atten=10 --pga-bw=full --pga-offset=128
$ ./test_glscopeclient.py
$ glscopeclient --debug myscope:enjoy-digital:lan:127.0.0.1
Expand Down

0 comments on commit 86e1067

Please sign in to comment.