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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
1,853件の閲覧回数
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 件の賞賛
返信
1 解決策
1,622件の閲覧回数
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.

元の投稿で解決策を見る

2 返答(返信)
1,623件の閲覧回数
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.

1,622件の閲覧回数
kshah
Contributor I

Thanks

0 件の賞賛
返信