You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying this new version out on my Ubuntu 20.04 machine the first issue I had was a problem with "cd" installing udev rules. Here is a log snippet:
Using ULX3S_COM=/dev/ttyS15
Startup ulx3s toolchain. Security Context: xark
Installing to /home/xark/ecp5-workspace
./install_udev_rules.sh: line 15: cd: ulx3s-toolchain: No such file or directory
Copy /etc/udev/rules.d/80-fpga-ulx3s.rules
cp: cannot stat '80-fpga-ulx3s.rules': No such file or directory
I seemed to get past this by adding line 14 of "install_udev_rules.sh":
cd $SAVED_CURRENT_PATH
The text was updated successfully, but these errors were encountered:
Hello,
Trying this new version out on my Ubuntu 20.04 machine the first issue I had was a problem with "cd" installing udev rules. Here is a log snippet:
I seemed to get past this by adding line 14 of "install_udev_rules.sh":
The text was updated successfully, but these errors were encountered: