-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors trying to load bitstream onto Arty A7-100 #337
Comments
The first error is unfortunately not really clear but could you check access right ( |
Thank it was either a USB cable issue or some problem / confusion I had about my F4PGA installation. When I run It fails with this error:
|
If I instead run
|
I have the same problem too sometimes. For now a reboot of my computer (while the device is connected) solved the problem every time. I checked the permissions and checkd the udev rules. Sometimes if I switched the USB port where the Arty A7 is connected after booting into my Ubuntu the problem occured. But I have not found a solution either, apart from rebooting my OS if it happens. |
I have followed the instructions in the readme so far but when it comes to loading the bitstream to the Arty A7-100 I get errors.
When I run
./make.py --board=arty --load
i get this error:Traceback (most recent call last): File "./make.py", line 945, in <module> main() File "./make.py", line 934, in main board.load(filename=builder.get_bitstream_filename(mode="sram")) File "./make.py", line 33, in load prog.load_bitstream(filename) File "/home/james/Desktop/Casino/litex/litex/build/openocd.py", line 28, in load_bitstream self.call(["openocd", "-f", config, "-c", script]) File "/home/james/Desktop/Casino/litex/litex/build/generic_programmer.py", line 101, in call raise OSError(msg) OSError: Error occured during OpenOCD's call, please check: OpenOCD installation. Access permissions. Hardware and cable. Bitstream presence.
When I run
sudo ./make.py --board=arty --load
I get this error:Traceback (most recent call last): File "/home/james/Desktop/Casino/linux-on-litex-vexriscv/./make.py", line 13, in <module> from litex.soc.integration.builder import Builder ModuleNotFoundError: No module named 'litex'
The text was updated successfully, but these errors were encountered: