How to install mux_server for freescale embedded hypervisor on ubuntu 14.04?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to install mux_server for freescale embedded hypervisor on ubuntu 14.04?

Jump to solution
917 Views
kshah
Contributor I

Hello Team,

I am using QorIQ SDK1.7 to deploy Hypervisor on T1040 RDB board.

I am getting following details from the SDK pdf.

Use the mux_server to connnect to the board to ensure that individual UART streams are
decoded correctly on the host side.
./mux_server "/dev/ttySx"<port number 1> <port number 2> <port number 3> &
socat -,raw,echo=0 tcp:0:<port number 1>
socat -,raw,echo=0 tcp:0:<port number 2>
socat -,raw,echo=0 tcp:0:<port number3>

But when I tried to use mux_server command on ubuntu14.04 I am getting error "mux_server" command not found.

How to install mux_server on Ubuntu14.04.

Thanks.

0 Kudos
1 Solution
686 Views
radu_bulie
NXP Employee
NXP Employee

You can find it at the following URL:

sdk/hypervisor/mux_server.git - Hypervisor byte-channel de-multiplexer 

Clone it; compile it on your machine then you can use the binary.

View solution in original post

2 Replies
687 Views
radu_bulie
NXP Employee
NXP Employee

You can find it at the following URL:

sdk/hypervisor/mux_server.git - Hypervisor byte-channel de-multiplexer 

Clone it; compile it on your machine then you can use the binary.

686 Views
kshah
Contributor I

Thanks

0 Kudos