Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - qtalk transfer file: (4 Items)
   
qtalk transfer file  
Hi all,

I need to transfer file from PC to target via UART, but it need qtalk on the target.
Anyone could share me qtalk source code ? then I try to build at my environment.
Thanks.
Re: qtalk transfer file  
qtalk comes as a prebuilt binary from QNX with the standard installation of Momentics. You just need it to include in 
your bootimage/filesystem image.

-Al
Re: qtalk transfer file  
Thank you,
But currently I've checked in my system don't have qtalk.
Do you know where I can get qtalk binary or source code ?
Thanks.
Re: qtalk transfer file  
${QNX_TARGET}/${CPU}/usr/bin/qtalk

It is always there.

It might not be on your target system, you need to simply copy it there, or include it in the IFS/rootfs build script

-Al