Alloy Craft wrote:
[quote I am having trouble understanding the file structure of linux, I’m so used to windows, navigating is a little difficult for me right now.[/quote]I think that you only really need to worry about the things in home/linuxcnc
I think I need to install the mesa software to set the cards up but I am still having trouble figuring out how to install stuff in linux?
If I remember right you have a 7i49 and 2x7i33? Pnnconf is probably what you need (it should be in the "CNC" sub-menu). Looking through the code I see mention of Resolvers, so that looks promising.
You will need the correct bitfile for the Mesa FPGA card. I guess that is a 5i23, in which case the file lives deeper down in the system files in /lib/firmware/hm2/5i23/
You will need admin privileges to move the file to there. Assuming you have the file on your desktop then you would need to use the following command in a terminal window (under applications/accessories)
sudo mv ~/Desktop/rmsv8_8.bit /lib/firmware/hm2/
"sudo" means do this as super-user, "mv" means move, ~/ at the beginning of a file path points to your home folder, / at he beginning points to the root level. I guessed the bitfile name.
I found an old post from Pete with a link to a Resolver bitfile for the 5i23 and the file is still there:
freeby.mesanet.com/rmsvss6_8.bit
This has a 7i49 pinout on P2. You can have general IO pins on the other connectors by setting num_encoders and num_sserials to zero in the config.
I am guessing that pncconf will struggle as it won't undertand that bitfile. I will have a fiddle about with the latest pncconf tonight when I get back to a LinuxCNC machine and try to figure out what you need to do.