mesaflash - default interface
mesaflash --help
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19196
- Thank you received: 6434
So if anyone bumps into that info, please let us know so we can remove it.
And just for clarity,for beginners, NEVER use mesaflash to change the IP address, use the jumpers.
Please Log in or Create an account to join the conversation.
In fact, for almost any setup, you should use the 10.10.10.10 address.
Only real reason I can think of changing the IP address is if you are using multiple cards
(so say 10.10.10.10, 10.10.10.11, 10,10.10.12 etc would make sense)
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19196
- Thank you received: 6434
Exactly, thank you.Only real reason I can think of changing the IP address is if you are using multiple cards
(so say 10.10.10.10, 10.10.10.11, 10,10.10.12 etc would make sense)
I would understand if someone was trying to set 172.n.n.n as those are also in a non routable range.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- nighteagle
- Offline
- Senior Member
- Posts: 72
- Thank you received: 6
so the help-command was the first thing - but it not helped.
So the next Question ist - have i a misunderstanding? I use a PC in my network with LinuxCNC on the IP 192.168.8.160/24 - so for communicating with the mesa-card i have to use the same ip-range - so i have to set the ip to something 192.168.8.xxx/24...
If not - how the Mesacard communicate with Linuxcnc? It is not a solution to use a Class A Network inside my own Network and make some Bridging... I use several Diskstations and CAD-Computer to store my Milling-Files to have it one every machine in my workshop - so for retrofit the old Milling-Machine i will do the same and have it in the same network to have access to my Backup-Servers File-Servers and CAD-PC and so on...
It looks like here are more and more missing informations - i have read so much on the WIki - but not this.
Someone can explain the misunderstading?
Please Log in or Create an account to join the conversation.
- nighteagle
- Offline
- Senior Member
- Posts: 72
- Thank you received: 6
It is on the MESA 7i97 Manual on Page 4:...if anyone bumps into that info, please let us know so we can remove it.And just for clarity,for beginners, NEVER use mesaflash to change the IP address, use the jumpers.
Note: The as shipped default EEPROM IP address is 10.10.10.10. This can be changed
via the mesaflash utility
Please Log in or Create an account to join the conversation.
- nighteagle
- Offline
- Senior Member
- Posts: 72
- Thank you received: 6
Please Log in or Create an account to join the conversation.
- nighteagle
- Offline
- Senior Member
- Posts: 72
- Thank you received: 6
So have found out the problem of the syntax --help saysTry
mesaflash --help
--set n.n.n.n
but this is wrong!
Correct is:
--set ip=n.n.n.n
Please Log in or Create an account to join the conversation.
However, note that in general you should not change the IP address
and use 10.10.10.10 for the card. You do not want the FPGA card to
share an address range with other communications (which seems to be what
you are doing). Because of LinuxCNC's real time requirement, The FPGA card
requires a dedicated connection that is not shared/routed. This is why
the 10.10.10.10 IP address is used.
Please Log in or Create an account to join the conversation.