We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49e6d32 + baf131c commit 2ced7f6Copy full SHA for 2ced7f6
Programming.md
@@ -6,7 +6,7 @@ Programming the CPLD from a Raspberry Pi is easy thanks to a tool called xc3spro
6
7
```shell
8
# Add Repo
9
-curl https://apt.matrix.one/doc/apt-key.gpg | sudo apt-key add -
+curl -L https://apt.matrix.one/doc/apt-key.gpg | sudo apt-key add -
10
echo "deb https://apt.matrix.one/raspbian $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/matrixlabs.list
11
12
# Install
@@ -32,4 +32,4 @@ Make the following connections from your RPi:
32
33
```
34
sudo xc3sprog -c sysfsgpio_creator -p 0 -v Buster.jed
35
-```
+```
0 commit comments