Mesa Flash - Mesa 7i94.
- Moreira
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
11 Nov 2019 15:55 - 11 Nov 2019 15:56 #150129
by Moreira
Mesa Flash - Mesa 7i94. was created by Moreira
I need help with the Mesa 7i94.
In order to use this board with the Linux CNC I've replaced the 2 files hm2_eth.c and new pins.c with the 2 files provided by Peter Wallace (Mesa Electronics).
I compiled Linux CNC-dev (with replaced files) successfully by following these instructions: github.com/KurtJacobson/RF45-CNC/wiki/Bu...LinuxCNC-From-Source
I've configured the interface: linuxcnc.org/docs/html/man/man9/hm2_eth.9.html
After this, I've successfully ping the board 192.168.1.121.
Now, I want to use Mesa flash (master branch: github.com/jethornton/mesaflash/blob/master/README.md) to flash the firmware SSD: www.mesanet.com/pdf/parallel/7i94man.pdf
The problem is when I run the following command :
sudo mesaflash --device 7I94
it returns the following:
Unsupported device 7I94
Does anyone know how to solve this?
Best Regards,
Laura
In order to use this board with the Linux CNC I've replaced the 2 files hm2_eth.c and new pins.c with the 2 files provided by Peter Wallace (Mesa Electronics).
I compiled Linux CNC-dev (with replaced files) successfully by following these instructions: github.com/KurtJacobson/RF45-CNC/wiki/Bu...LinuxCNC-From-Source
I've configured the interface: linuxcnc.org/docs/html/man/man9/hm2_eth.9.html
After this, I've successfully ping the board 192.168.1.121.
Now, I want to use Mesa flash (master branch: github.com/jethornton/mesaflash/blob/master/README.md) to flash the firmware SSD: www.mesanet.com/pdf/parallel/7i94man.pdf
The problem is when I run the following command :
sudo mesaflash --device 7I94
it returns the following:
Unsupported device 7I94
Does anyone know how to solve this?
Best Regards,
Laura
Last edit: 11 Nov 2019 15:56 by Moreira.
Please Log in or Create an account to join the conversation.
- tommylight
- Offline
- Moderator
Less
More
- Posts: 19480
- Thank you received: 6532
11 Nov 2019 16:26 #150131
by tommylight
Replied by tommylight on topic Mesa Flash - Mesa 7i94.
sudo mesaflash --device 7i94 --addr 192.168.1.121
That should do.
That should do.
Please Log in or Create an account to join the conversation.
- Moreira
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
11 Nov 2019 16:30 #150132
by Moreira
Replied by Moreira on topic Mesa Flash - Mesa 7i94.
it didn't work.
Please Log in or Create an account to join the conversation.
- tommylight
- Offline
- Moderator
Less
More
- Posts: 19480
- Thank you received: 6532
11 Nov 2019 16:31 #150133
by tommylight
Replied by tommylight on topic Mesa Flash - Mesa 7i94.
sudo mesaflash --device 7i94 --addr 192.168.1.121 --readhmid
to read the pins
sudo mesaflash --device 7i94 --addr 192.168.1.121 --write name_of_the_bitfile
to read the pins
sudo mesaflash --device 7i94 --addr 192.168.1.121 --write name_of_the_bitfile
Please Log in or Create an account to join the conversation.
- tommylight
- Offline
- Moderator
Less
More
- Posts: 19480
- Thank you received: 6532
11 Nov 2019 16:33 #150134
by tommylight
Replied by tommylight on topic Mesa Flash - Mesa 7i94.
You would need the firmware from here
www.mesanet.com/software/parallel/7i94.zip
www.mesanet.com/software/parallel/7i94.zip
Please Log in or Create an account to join the conversation.
- Moreira
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
11 Nov 2019 16:44 - 14 Nov 2019 15:25 #150135
by Moreira
Replied by Moreira on topic Mesa Flash - Mesa 7i94.
Attachments:
Last edit: 14 Nov 2019 15:25 by Moreira.
Please Log in or Create an account to join the conversation.
- tommylight
- Offline
- Moderator
Less
More
- Posts: 19480
- Thank you received: 6532
11 Nov 2019 16:58 #150136
by tommylight
Replied by tommylight on topic Mesa Flash - Mesa 7i94.
Unsupported device???
Well, you might want to wait a bit for PCW ( Peter from Mesa ) to answer this as i do not have a 794 to test with.
sudo mesaflash --device 7i94 --addr 192.168.1.121 --write name_of_the_bitfile <<<this should be the actual name of a bitfile that is in that zip file, not name_of_the_bitfile
First check what bitfile you would need, then check if it already is in the 7i94, if not then flash it.
Well, you might want to wait a bit for PCW ( Peter from Mesa ) to answer this as i do not have a 794 to test with.
sudo mesaflash --device 7i94 --addr 192.168.1.121 --write name_of_the_bitfile <<<this should be the actual name of a bitfile that is in that zip file, not name_of_the_bitfile
First check what bitfile you would need, then check if it already is in the 7i94, if not then flash it.
The following user(s) said Thank You: Moreira
Please Log in or Create an account to join the conversation.
- Moreira
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
11 Nov 2019 17:03 #150137
by Moreira
Replied by Moreira on topic Mesa Flash - Mesa 7i94.
I've already sent Peter (Mesa) an email about this.
I will be using the SSD bitfile.
Thank you!
I will be using the SSD bitfile.
Thank you!
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
Less
More
- Posts: 17970
- Thank you received: 4828
11 Nov 2019 17:36 #150140
by PCW
Replied by PCW on topic Mesa Flash - Mesa 7i94.
I just tried and it works for me:
peter@pcw-HP-EliteDesk-800-G1-USDT$ mesaflash --device 7i94 --addr 10.10.10.10 --readhmid
Configuration Name: HOSTMOT2
General configuration information:
BoardName : MESA7I94
FPGA Size: 9 KGates
FPGA Pins: 144
Number of IO Ports: 2
.......
Did you compile and install the mesaflash from
github.com/jethornton/mesaflash
Thats what I am using
peter@pcw-HP-EliteDesk-800-G1-USDT$ mesaflash --device 7i94 --addr 10.10.10.10 --readhmid
Configuration Name: HOSTMOT2
General configuration information:
BoardName : MESA7I94
FPGA Size: 9 KGates
FPGA Pins: 144
Number of IO Ports: 2
.......
Did you compile and install the mesaflash from
github.com/jethornton/mesaflash
Thats what I am using
The following user(s) said Thank You: Moreira
Please Log in or Create an account to join the conversation.
- Moreira
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
11 Nov 2019 17:47 - 11 Nov 2019 17:52 #150141
by Moreira
Replied by Moreira on topic Mesa Flash - Mesa 7i94.
It's working now!
I've just uninstalled and re-installed mesaflash (github.com/jethornton/mesaflash/blob/master/README.md).
Thank you for the support!
I've just uninstalled and re-installed mesaflash (github.com/jethornton/mesaflash/blob/master/README.md).
Thank you for the support!
Attachments:
Last edit: 11 Nov 2019 17:52 by Moreira.
Please Log in or Create an account to join the conversation.
Time to create page: 0.147 seconds