Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - How to update qconn?: (9 Items)
   
How to update qconn?  
Hi,
i could not realize online debugging the target because of outdated qconn.
I tried to update in this way in the ide 4.0.1:
Help-->Software Updates-->Qconn Updates....

no effects, seemed updated already. and i have copied the qconn binary on my host to the target file system, still the 
same. could anyone help? thx

Eric
Re: How to update qconn?  
After you have copied the "qconn" binary to your target system, have you restart it (slay qconn; <path>/qconn)?

When you did the "Help-->Software Updates-->Qconn Updates" did you see any pop-up windows telling you that it is already
 updated?

What is release version of your Momentics, host and target? There are three qconn packages bundled in IDE 4.0.1. They 
are for three difference releases, 6.3.0SP1, 6.3.0SP2 & SP3, 6.3.2.

BTW, there are qconn enhancements in IDE Tau release. You might want to try upgrade you IDE to the Tau release.
Re: How to update qconn?  
> After you have copied the "qconn" binary to your target system, have you 
> restart it (slay qconn; <path>/qconn)?
> 
yes, i have restarted.

> When you did the "Help-->Software Updates-->Qconn Updates" did you see any pop
> -up windows telling you that it is already updated?
>
No, not any pop up window, no response at all.
 
> What is release version of your Momentics, host and target? There are three 
> qconn packages bundled in IDE 4.0.1. They are for three difference releases, 6
> .3.0SP1, 6.3.0SP2 & SP3, 6.3.2.
>
6.3.2
 
> BTW, there are qconn enhancements in IDE Tau release. You might want to try 
> upgrade you IDE to the Tau release.
thx, i will have a try.

Re: How to update qconn?  
> > After you have copied the "qconn" binary to your target system, have you 
> > restart it (slay qconn; <path>/qconn)?
> > 
> yes, i have restarted.
> 
> > When you did the "Help-->Software Updates-->Qconn Updates" did you see any 
> pop
> > -up windows telling you that it is already updated?
> >
> No, not any pop up window, no response at all.
>  
> > What is release version of your Momentics, host and target? There are three 
> 
> > qconn packages bundled in IDE 4.0.1. They are for three difference releases,
>  6
> > .3.0SP1, 6.3.0SP2 & SP3, 6.3.2.
> >
> 6.3.2
>  
> > BTW, there are qconn enhancements in IDE Tau release. You might want to try 
> 
> > upgrade you IDE to the Tau release.
> thx, i will have a try.
> 


I did but it doesn't seem to update qconn ( where should it be )
Re: How to update qconn?  
Help-->Software Updates-->Qconn Updates won't work in Tau for now.

You need to get patch from foundry and install on host and target (or 
re-build image).


Mario Charest wrote:
>>> After you have copied the "qconn" binary to your target system, have you 
>>> restart it (slay qconn; <path>/qconn)?
>>>
>>>       
>> yes, i have restarted.
>>
>>     
>>> When you did the "Help-->Software Updates-->Qconn Updates" did you see any 
>>>       
>> pop
>>     
>>> -up windows telling you that it is already updated?
>>>
>>>       
>> No, not any pop up window, no response at all.
>>  
>>     
>>> What is release version of your Momentics, host and target? There are three 
>>>       
>>> qconn packages bundled in IDE 4.0.1. They are for three difference releases,
>>>       
>>  6
>>     
>>> .3.0SP1, 6.3.0SP2 & SP3, 6.3.2.
>>>
>>>       
>> 6.3.2
>>  
>>     
>>> BTW, there are qconn enhancements in IDE Tau release. You might want to try 
>>>       
>>> upgrade you IDE to the Tau release.
>>>       
>> thx, i will have a try.
>>
>>     
>
>
> I did but it doesn't seem to update qconn ( where should it be )
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post11530
>
>   
Re: How to update qconn?  
> Help-->Software Updates-->Qconn Updates won't work in Tau for now.
> 
> You need to get patch from foundry and install on host and target (or 
> re-build image).


Where would that patch be?

 
Re: How to update qconn?  
http://community.qnx.com/sf/wiki/do/viewPage/projects.ide/wiki/Builds_Tau_Integration

On this page "Before you install" lists 4 patches recommended to use on 6.3.2 to use new IDE. Qconn is 4th one.

Mario Charest wrote:
>> Help-->Software Updates-->Qconn Updates won't work in Tau for now.
>>
>> You need to get patch from foundry and install on host and target (or 
>> re-build image).
> 
> 
> Where would that patch be?
> 
>  
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post12043
> 
Attachment: Text elaskavaia.vcf 116 bytes
Re: How to update qconn?  
> http://community.qnx.com/sf/wiki/do/viewPage/projects.ide/wiki/
> Builds_Tau_Integration
> 
> On this page "Before you install" lists 4 patches recommended to use on 6.3.2 
> to use new IDE. Qconn is 4th one.
> 
> Mario Charest wrote:
> >> Help-->Software Updates-->Qconn Updates won't work in Tau for now.
> >>
> >> You need to get patch from foundry and install on host and target (or 
> >> re-build image).
> > 
> > 
> > Where would that patch be?
> > 
> >  
> > 
> > _______________________________________________
> > General
> > http://community.qnx.com/sf/go/post12043
> > 


i downloaded the qconn patch, put in host and target the corresponding directory. but when i executed "qconn" on 6.3.2 
target, it gave me:
  /bin/sh: qconn: cannot execute - Permission denied.

but i logged in as root. what may be the problems? thx

Eric
Re: How to update qconn?  
In your target, do a "chmod o+x qconn". This sets the executable bit.