ColorCNC Colorlight 5A-75E/5A-75B as FPGA controller board
git checkout and pip3 install ./ gives error.
seems like it deletes the temp files too early....
It is the DEBIAN 10 LinuxCNC 2.8.4 ISOoj@debian:~/LiteX-CNC$ pip3 install ./
Processing /home/oj/LiteX-CNC
Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.7/tokenize.py", line 447, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-req-build-ox305jnb/setup.py'
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-ox305jnb/
oj@debian:~/LiteX-CNC$ pip3 install ./
Processing /home/oj/LiteX-CNC
Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.7/tokenize.py", line 447, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-req-build-i5bpps12/setup.py'
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-i5bpps12/
oj@debian:~/LiteX-CNC$
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Can someone explain is 5A-75E board work now or still is work in progress as i presume
I wach this topic, but is quiet for some time..
I have two of this board so if someone need to test something i can do that..
github Peter-van-Tol is not updated from January, is it stoped development or is in other github project active??
github.com/Peter-van-Tol/LiteX-CNC/commits/main
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Work on the project is in progress in another branch, github.com/Peter-van-Tol/LiteX-CNC/tree/...tensions-to-litexcncHello all,
Can someone explain is 5A-75E board work now or still is work in progress as i presume
I wach this topic, but is quiet for some time..
I have two of this board so if someone need to test something i can do that..
github Peter-van-Tol is not updated from January, is it stoped development or is in other github project active??
github.com/Peter-van-Tol/LiteX-CNC/commits/main
The way of configuration has changed: in this branch, the configuration is prepared during gateware (==the firmware of FPGA) compilation and upon start the driver fetches it from the FPGA. Also, the current state of firmware expects another structure of configuration JSON file. I appreciate any help regarding this issue as the new way of configuration is not documented yet.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes.Have you tried this?
litex-cnc.readthedocs.io/en/11-add-exter...modules/encoder.html
I got some hal pins but values not change when encoder acts.
I need working hal configuration.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
some encoder needs pullup resistors
Most of encoders needs pullups.
These have built-in can burn 3.3 V inputs...
I always use pullups and Schottky diodes.
Please Log in or Create an account to join the conversation.