ColorCNC Colorlight 5A-75E/5A-75B as FPGA controller board
- deroj
- Offline
- Senior Member
-
- Posts: 63
- Thank you received: 21
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.
- romanetz
- Offline
- Senior Member
-
- Posts: 47
- Thank you received: 34
Please Log in or Create an account to join the conversation.
- Pro_El
-
- Offline
- Premium Member
-
- Posts: 93
- Thank you received: 3
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.
- romanetz
- Offline
- Senior Member
-
- Posts: 47
- Thank you received: 34
Please Log in or Create an account to join the conversation.
- romanetz
- Offline
- Senior Member
-
- Posts: 47
- Thank you received: 34
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.
- tuxcnc
- Offline
- Premium Member
-
- Posts: 118
- Thank you received: 5
Please Log in or Create an account to join the conversation.
- deroj
- Offline
- Senior Member
-
- Posts: 63
- Thank you received: 21
Please Log in or Create an account to join the conversation.
- tuxcnc
- Offline
- Premium Member
-
- Posts: 118
- Thank you received: 5
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.
- meister
- Offline
- Platinum Member
-
- Posts: 508
- Thank you received: 321
Please Log in or Create an account to join the conversation.
- tuxcnc
- Offline
- Premium Member
-
- Posts: 118
- Thank you received: 5
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.