Update from 2.7.0 to 2.7.6

More
22 Aug 2016 15:43 #79259 by andypugh
Replied by andypugh on topic Update from 2.7.0 to 2.7.6

I have been trying to upgrade for 2.7.0 to 2.7.6 my run from the "linuxcnc-dev" folder without success.
When I run the following from a terminal it always ends up being 2.7.0

git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc-dev


I think you are confusing two of the three ways to install LinuxCNC.

You only need to use git if you are compiling from source. If you are compiling from source then you need to run
. ./scripts/rip-environment
in a terminal window then start LinuxCNC from the command-line. If you don't do that then you will just run the current installed version.

To update the installed version you use the Synaptic Package Manager.

You can also get development versions from buildbot.linuxcnc.org. You update those with Synaptic too.

Please Log in or Create an account to join the conversation.

More
23 Aug 2016 03:38 - 23 Aug 2016 03:45 #79292 by auto-mation-assist
I do run . ./scripts/rip-environment and start Linuxcnc by directing it to my .ini file so it runs in place.

Right now I have v2.7.0 and 2.7.6 and 2.8.0~pre1. All are installed as run in place. Unfortunately V2.7.6 and master 2.8.0~pre1 will not run due to my mesa 7I80 board not being registered even though its internal configurations seems to be read properly as shown in the attached file. The attached file has some debug lines included. When I use the same .ini and .hal file in V2.7.0 it registers the 7i80 board properly. I don't know what these updated versions are expecting to receive from the mesa 7I80 board to allow it to be registered.

My .ini file has:
[HOSTMOT2]
DRIVER=hm2_eth board_ip="10.10.10.2"
#Hardware Address="00:60:1b:11:80:23"
BOARD=7i80
CONFIG="num_encoders=6 num_stepgens=5 sserial_port_0=20xxxxxx"

My .hal file has:
loadrt hostmot2 debug_idrom=1 debug_module_descriptors=1 debug_pin_descriptors=1 debug_modules=1
#loadrt hostmot2
loadrt [HOSTMOT2](DRIVER) config=[HOSTMOT2](CONFIG)

The debug text file the attached file mentions at the end contains:
6966
PID TTY STAT TIME COMMAND
Stopping realtime threads
Unloading hal components

Log file is attached.
Attachments:
Last edit: 23 Aug 2016 03:45 by auto-mation-assist.

Please Log in or Create an account to join the conversation.

More
23 Aug 2016 08:15 #79299 by andypugh
Replied by andypugh on topic Update from 2.7.0 to 2.7.6
Are you compiling the RIP versions with ./configure --with-realtime=uspace?

Please Log in or Create an account to join the conversation.

More
23 Aug 2016 13:52 #79313 by PCW
Replied by PCW on topic Update from 2.7.0 to 2.7.6
I would try updating your 7I80 firmware, The latest versions of LinuxCNC (2.7.6 and master) require V15 or better
Ethernet firmware to support their packet error checking

Please Log in or Create an account to join the conversation.

More
23 Aug 2016 19:28 - 23 Aug 2016 19:32 #79332 by auto-mation-assist
Andy, yes I use the./configure --with-realtime=uspace cmd.
Last edit: 23 Aug 2016 19:32 by auto-mation-assist.

Please Log in or Create an account to join the conversation.

More
23 Aug 2016 19:35 #79333 by auto-mation-assist
PCW, I will try to find the V15 Ethernet firmware and re-flash the 7I80 if required to try to solve my issue.

Please Log in or Create an account to join the conversation.

More
23 Aug 2016 19:49 #79335 by PCW
Replied by PCW on topic Update from 2.7.0 to 2.7.6
Unless its a obscure configuration, you should not need to "find" it, its in the 7i80.zip file at Mesa
The following user(s) said Thank You: auto-mation-assist

Please Log in or Create an account to join the conversation.

More
26 Aug 2016 16:51 #79504 by auto-mation-assist
As per your suggestion I verified that the 7I80 card was flashed with firmware v.14 making it ot compatible with v2.7.6 and v2.8 of linuxcnc. I upgraded the etherhm2 firmware to v.15, re-generated my bit file and re-flashed the 7I80 card. The card now registers in both upgraded version on linuxcnc. Im using linuxcnc v2.8 right now and Gmocappy 5 axis is loading properly. I just have to verify all is working properly due to the changes required in the .ini and .hal files to remove some error messages that were generated while loading the files.

Please Log in or Create an account to join the conversation.

Time to create page: 0.745 seconds
Powered by Kunena Forum