Could not locate firmware "//lib/firmware/hm2/5i20/SVST2_4_7I47.BIT"
- jschottler
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
11 Feb 2023 19:23 #264304
by jschottler
I recently acquired an old smithycnc1240. Hard drive had crashed and I'm working on getting it going again. I'm new to linux and linuxcnc. Found good help on the forum, but I've run into a problem and I'm really puzzled.
New SSHD, I installed linuxcnc from these instructions (#1 ...#6) seemed to go smoothly:
linuxcnc.org/docs/stable/html/getting-st...etting-linuxcnc.html
Debian appears to start normally and I can start LinuxCNC
I have this line in my HAL file:
loadrt hm2_pci config="firmware=hm2/5i20/SVST2_4_7I47.BIT num_encoders=1 num_pwmgens=0 num_stepgens=4 sserial_port_0=0xxxxxxx enable_raw"
I get this output when starting linuxcnc:
Could not locate firmware "//lib/firmware/hm2/5i20/SVST2_4_7I47.BIT". (No such file or directory)
but I have confirmed the file is there:
/lib/firmware/hm2/5i20/SVST2_4_7I47.BIT
Any ideas?
New SSHD, I installed linuxcnc from these instructions (#1 ...#6) seemed to go smoothly:
linuxcnc.org/docs/stable/html/getting-st...etting-linuxcnc.html
Debian appears to start normally and I can start LinuxCNC
I have this line in my HAL file:
loadrt hm2_pci config="firmware=hm2/5i20/SVST2_4_7I47.BIT num_encoders=1 num_pwmgens=0 num_stepgens=4 sserial_port_0=0xxxxxxx enable_raw"
I get this output when starting linuxcnc:
Could not locate firmware "//lib/firmware/hm2/5i20/SVST2_4_7I47.BIT". (No such file or directory)
but I have confirmed the file is there:
/lib/firmware/hm2/5i20/SVST2_4_7I47.BIT
Any ideas?
Please Log in or Create an account to join the conversation.
11 Feb 2023 19:56 #264310
by PCW
Replied by PCW on topic Could not locate firmware "//lib/firmware/hm2/5i20/SVST2_4_7I47.BIT"
That's strange, I would expect that with a path or capitalization issue.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19190
- Thank you received: 6433
11 Feb 2023 21:30 #264319
by tommylight
Replied by tommylight on topic Could not locate firmware "//lib/firmware/hm2/5i20/SVST2_4_7I47.BIT"
In hal, full path name.
It has missing front part.
It has missing front part.
Please Log in or Create an account to join the conversation.
- jschottler
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
11 Feb 2023 22:21 #264323
by jschottler
Replied by jschottler on topic Could not locate firmware "//lib/firmware/hm2/5i20/SVST2_4_7I47.BIT"
I got it. Not sure exactly what it was, but I switched to a different hal file that referenced the same bin file. That one got beyond that error. Then I commented out that line in the original file, recreated it by typing each character and that worked.
Please Log in or Create an account to join the conversation.
Time to create page: 0.131 seconds