Pipecleaning

This commit is contained in:
Matthew Mets 2023-03-08 23:41:33 +01:00 committed by Michael Cardell Widerkrantz
parent 3ac742d333
commit fe1e2254d2
No known key found for this signature in database
GPG Key ID: D3DB3DDF57E704E5
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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))