Mesaflash syntax for IP address?
- RotarySMP
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 1454
- Thank you received: 527
13 Nov 2021 19:58 #226356
by RotarySMP
Mesaflash syntax for IP address? was created by RotarySMP
Is 7i92_7i85sx2D.bit the one with the 4 encoders and 5 smart serial ports? I need that.
From Peters post...
forum.linuxcnc.org/38-general-linuxcnc-q...-7i85s?start=0#68002
You probably want this firmware:
7i92_7i85sx2D.bit
which you fetch from mesa and install with mesaflash
sudo apt-get install mesaflash
mesaflash --device 7i92 --write 7i92_7i85sx2D.bit (write the 7I92 flash memory with 7I85S firmware)
mesaflash --device 7i92 --reload (load the FPGA with the new firmware)
mesaflash --device 7i92 --readhmid (read out the current pinout/modules)
(I think mesaflash will use the default 192.168.1.121 IP address if not specified,
if not or if you changed the 7I92s IP address, you need to add the address to the mesaflash command line)
What is the correct syntax for adding the ip address to that command? I tried:
mesaflash --device 7i92 --write 7i92_7i85sx2D.bit 10.10.10.10
mesaflash --device 7i92 --write 7i92_7i85sx2D.bit ip=10.10.10.10
...looked up mesaflash --help
mesaflash --device 7i92 --write 7i92_7i85sx2D.bit --addr 10.10.10.10
mesaflash --device 7i92 --write 7i92_7i85sx2D.bit --addr <10.10.10.10>
but keep getting "no 7i92 board found?
Mark
From Peters post...
forum.linuxcnc.org/38-general-linuxcnc-q...-7i85s?start=0#68002
You probably want this firmware:
7i92_7i85sx2D.bit
which you fetch from mesa and install with mesaflash
sudo apt-get install mesaflash
mesaflash --device 7i92 --write 7i92_7i85sx2D.bit (write the 7I92 flash memory with 7I85S firmware)
mesaflash --device 7i92 --reload (load the FPGA with the new firmware)
mesaflash --device 7i92 --readhmid (read out the current pinout/modules)
(I think mesaflash will use the default 192.168.1.121 IP address if not specified,
if not or if you changed the 7I92s IP address, you need to add the address to the mesaflash command line)
What is the correct syntax for adding the ip address to that command? I tried:
mesaflash --device 7i92 --write 7i92_7i85sx2D.bit 10.10.10.10
mesaflash --device 7i92 --write 7i92_7i85sx2D.bit ip=10.10.10.10
...looked up mesaflash --help
mesaflash --device 7i92 --write 7i92_7i85sx2D.bit --addr 10.10.10.10
mesaflash --device 7i92 --write 7i92_7i85sx2D.bit --addr <10.10.10.10>
but keep getting "no 7i92 board found?
Mark
Please Log in or Create an account to join the conversation.
- RotarySMP
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 1454
- Thank you received: 527
13 Nov 2021 20:36 #226363
by RotarySMP
Replied by RotarySMP on topic Mesaflash syntax for IP address?
Henk ansered it for me...
mesaflash --device 7i92 --addr 10.10.10.10 --write 7i92_7i85sx2D.bit
Thanks Henk
Mark
mesaflash --device 7i92 --addr 10.10.10.10 --write 7i92_7i85sx2D.bit
Thanks Henk
Mark
Please Log in or Create an account to join the conversation.
Time to create page: 0.045 seconds