- Configuring LinuxCNC
- Configuration Tools
- PnCConf Wizard
- No channel 4 stepgen direction on Mesa 7i92T
No channel 4 stepgen direction on Mesa 7i92T
- kenwoodhf
- Offline
- Junior Member
Less
More
- Posts: 27
- Thank you received: 0
28 Mar 2023 00:30 #267651
by kenwoodhf
Replied by kenwoodhf on topic No channel 4 stepgen direction on Mesa 7i92T
ip a gives me this.
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether c4:34:6b:54:a2:2a brd ff:ff:ff:ff:ff:ff
inet 10.10.10.11/24 brd 10.10.10.255 scope global enp2s0
valid_lft forever preferred_lft forever
inet6 fe80::c634:6bff:fe54:a22a/64 scope link
valid_lft forever preferred_lft forever
jan@cnc:/media/jan/5889-83DB$
mesaflash version 3.4.7
thanks
jan
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether c4:34:6b:54:a2:2a brd ff:ff:ff:ff:ff:ff
inet 10.10.10.11/24 brd 10.10.10.255 scope global enp2s0
valid_lft forever preferred_lft forever
inet6 fe80::c634:6bff:fe54:a22a/64 scope link
valid_lft forever preferred_lft forever
jan@cnc:/media/jan/5889-83DB$
mesaflash version 3.4.7
thanks
jan
Please Log in or Create an account to join the conversation.
- PCW
- Online
- Moderator
Less
More
- Posts: 17869
- Thank you received: 4776
28 Mar 2023 01:08 #267656
by PCW
Replied by PCW on topic No channel 4 stepgen direction on Mesa 7i92T
Very strange, what does:
mesaflash --device ethernet --addr 10.10.10.10
report?
mesaflash --device ethernet --addr 10.10.10.10
report?
Please Log in or Create an account to join the conversation.
- kenwoodhf
- Offline
- Junior Member
Less
More
- Posts: 27
- Thank you received: 0
28 Mar 2023 01:57 #267659
by kenwoodhf
Replied by kenwoodhf on topic No channel 4 stepgen direction on Mesa 7i92T
jan@cnc:~$ mesaflash --device ethernet --addr 10.10.10.10
ETH device 7I92T at ip=10.10.10.10
jan@cnc:~$
ETH device 7I92T at ip=10.10.10.10
jan@cnc:~$
Please Log in or Create an account to join the conversation.
- PCW
- Online
- Moderator
Less
More
- Posts: 17869
- Thank you received: 4776
28 Mar 2023 02:02 - 28 Mar 2023 02:23 #267660
by PCW
Replied by PCW on topic No channel 4 stepgen direction on Mesa 7i92T
Then
mesaflash --device 7i92t --addr 10.10.10.10 --readhmid
should work
As should:
mesaflash --device ethernet --addr 10.10.10.10 --readhmid
mesaflash --device 7i92t --addr 10.10.10.10 --readhmid
should work
As should:
mesaflash --device ethernet --addr 10.10.10.10 --readhmid
Last edit: 28 Mar 2023 02:23 by PCW.
Please Log in or Create an account to join the conversation.
- kenwoodhf
- Offline
- Junior Member
Less
More
- Posts: 27
- Thank you received: 0
28 Mar 2023 02:35 #267662
by kenwoodhf
Replied by kenwoodhf on topic No channel 4 stepgen direction on Mesa 7i92T
Thanks for all your help
mesaflash --device ethernet --addr 10.10.10.10 --readhmid
WORKS
Now i can see if I can mess up the firmware install.
I hope this post will help some other people.
Thanks again
Jan
mesaflash --device ethernet --addr 10.10.10.10 --readhmid
WORKS
Now i can see if I can mess up the firmware install.
I hope this post will help some other people.
Thanks again
Jan
Please Log in or Create an account to join the conversation.
- PCW
- Online
- Moderator
Less
More
- Posts: 17869
- Thank you received: 4776
28 Mar 2023 02:45 #267663
by PCW
Replied by PCW on topic No channel 4 stepgen direction on Mesa 7i92T
if
mesaflash --device 7i92t --addr 10.10.10.10 --readhmid
Does not work, that suggests you have an old copy of mesaflash
Did you install the latest version? (sudo make install)
mesaflash --device 7i92t --addr 10.10.10.10 --readhmid
Does not work, that suggests you have an old copy of mesaflash
Did you install the latest version? (sudo make install)
Please Log in or Create an account to join the conversation.
- kenwoodhf
- Offline
- Junior Member
Less
More
- Posts: 27
- Thank you received: 0
28 Mar 2023 15:44 #267702
by kenwoodhf
Replied by kenwoodhf on topic No channel 4 stepgen direction on Mesa 7i92T
I went to the Git-Hub and installed the mesaflash utillity following the instructions which included "sudo make install"
The version installed is 3.4.7
What is the latest version?
Thanks
Jan
The version installed is 3.4.7
What is the latest version?
Thanks
Jan
Please Log in or Create an account to join the conversation.
- PCW
- Online
- Moderator
Less
More
- Posts: 17869
- Thank you received: 4776
28 Mar 2023 15:47 #267703
by PCW
Replied by PCW on topic No channel 4 stepgen direction on Mesa 7i92T
That is the latest version:
peter@peter-HP-EliteDesk-800-G1-USDT:~$ mesaflash --version
Mesaflash version 3.4.7
peter@peter-HP-EliteDesk-800-G1-USDT:~$ mesaflash --device 7i92t --addr 10.10.10.10 --readhmid
Configuration Name: HOSTMOT2
General configuration information:
BoardName : MESA7I92
FPGA Size: 20 KGates
FPGA Pins: 256
Number of IO Ports: 2
peter@peter-HP-EliteDesk-800-G1-USDT:~$ mesaflash --version
Mesaflash version 3.4.7
peter@peter-HP-EliteDesk-800-G1-USDT:~$ mesaflash --device 7i92t --addr 10.10.10.10 --readhmid
Configuration Name: HOSTMOT2
General configuration information:
BoardName : MESA7I92
FPGA Size: 20 KGates
FPGA Pins: 256
Number of IO Ports: 2
Please Log in or Create an account to join the conversation.
- kenwoodhf
- Offline
- Junior Member
Less
More
- Posts: 27
- Thank you received: 0
28 Mar 2023 16:55 #267705
by kenwoodhf
Replied by kenwoodhf on topic No channel 4 stepgen direction on Mesa 7i92T
I new I would mess things up. Now when I enter
mesaflash --device ethernet --addr 10.10.10.10 --readhmid I get
lbp16_access.send_packet: Operation not permitted
Aborted
HELP please
Jan
mesaflash --device ethernet --addr 10.10.10.10 --readhmid I get
lbp16_access.send_packet: Operation not permitted
Aborted
HELP please
Jan
Please Log in or Create an account to join the conversation.
- PCW
- Online
- Moderator
Less
More
- Posts: 17869
- Thank you received: 4776
28 Mar 2023 17:14 #267706
by PCW
Replied by PCW on topic No channel 4 stepgen direction on Mesa 7i92T
That usually means either LInuxCNC is running or LinuxCNC was not shut down properly
(LinuxCNC blocks access to its Ethernet interface when running and this block remains
if LinuxCNC exits ungracefully)
You might tray again after entering:
halrun -U
(LinuxCNC blocks access to its Ethernet interface when running and this block remains
if LinuxCNC exits ungracefully)
You might tray again after entering:
halrun -U
Please Log in or Create an account to join the conversation.
Moderators: cmorley
- Configuring LinuxCNC
- Configuration Tools
- PnCConf Wizard
- No channel 4 stepgen direction on Mesa 7i92T
Time to create page: 0.068 seconds