diff --git a/doc/toolchain_setup.md b/doc/toolchain_setup.md index 1fce379..ec065d7 100644 --- a/doc/toolchain_setup.md +++ b/doc/toolchain_setup.md @@ -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 udevadm control --reload-rules sudo usermod -aG dialout ${USER} ``` @@ -47,8 +48,8 @@ successfully applied. First, use lsusb to find the location of the programmer: ``` -lsusb -d cafe:4010 -Bus 001 Device 023: ID cafe:4010 Blinkinlabs ICE40 programmer +lsusb -d 1209:8886 +Bus 001 Device 023: ID 1209:8886 Generic TP-1 ``` Then, you can check the permissions by using the bus and device diff --git a/hw/production_test/production_tests.py b/hw/production_test/production_tests.py index 5f2ed3d..b7f13f0 100755 --- a/hw/production_test/production_tests.py +++ b/hw/production_test/production_tests.py @@ -562,8 +562,6 @@ def random_test_runner() -> None: disable_power ] - parameters['iceprog'] = '/home/matt/repos/tillitis--icestorm/iceprog/iceprog' - pass_count = 0 while True: i = random.randint(0, (len(tests) - 1))