mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-02-02 02:24:55 -05:00
Pipecleaning
This commit is contained in:
parent
3ac742d333
commit
fe1e2254d2
@ -37,6 +37,7 @@ dialout group. You will also need to add your user to this group:
|
|||||||
|
|
||||||
```
|
```
|
||||||
sudo cp contrib/99-tillitis.rules /etc/udev/rules.d
|
sudo cp contrib/99-tillitis.rules /etc/udev/rules.d
|
||||||
|
sudo udevadm control --reload-rules
|
||||||
sudo usermod -aG dialout ${USER}
|
sudo usermod -aG dialout ${USER}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -47,8 +48,8 @@ successfully applied. First, use lsusb to find the location of the
|
|||||||
programmer:
|
programmer:
|
||||||
|
|
||||||
```
|
```
|
||||||
lsusb -d cafe:4010
|
lsusb -d 1209:8886
|
||||||
Bus 001 Device 023: ID cafe:4010 Blinkinlabs ICE40 programmer
|
Bus 001 Device 023: ID 1209:8886 Generic TP-1
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, you can check the permissions by using the bus and device
|
Then, you can check the permissions by using the bus and device
|
||||||
|
@ -562,8 +562,6 @@ def random_test_runner() -> None:
|
|||||||
disable_power
|
disable_power
|
||||||
]
|
]
|
||||||
|
|
||||||
parameters['iceprog'] = '/home/matt/repos/tillitis--icestorm/iceprog/iceprog'
|
|
||||||
|
|
||||||
pass_count = 0
|
pass_count = 0
|
||||||
while True:
|
while True:
|
||||||
i = random.randint(0, (len(tests) - 1))
|
i = random.randint(0, (len(tests) - 1))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user