04/21/2020 10:52 AM
post120489
|
I cross-compile and build an Arm7 le QNX x86_64 executable ("QNX") on a Windows host and then scp it onto the pre-built
Vmware virtual QNX target I downloaded from the Software Center - QNX_SDP-x86_64.
This works and I can see my executable is listed by typing pidin | grep QNX
I execute it remotely from the Windows host using ssh, eg:
scp ./QNX root@192.168.50.51:/tmp
ssh 192.168.50.51 -l root /tmp/QNX
Currently the QNX executable just prints "Hello World" every 2 seconds to a console.
How can I ensure that the executable prints out to the terminal on the virtual QNX target in VMWare?
I have read about tinit but it doesn't seem to exist in my virtual machine.
|
|
|