Multiple Shells? - Virtualisation - IVSHMEM demo

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

Multiple Shells? - Virtualisation - IVSHMEM demo

ソリューションへジャンプ
1,295件の閲覧回数
neo2
Contributor III

How do I start multiple shells for the  IVSHMEM demo?

"uio_read and uio_send need to be started in different shells."

I have Hyperterminal on COM3 where I start U-boot and run jh_mmcboot

"Open two shells, using SSH to log into the board. Execute uio_read in one shell and execute uio_send in the other shell.
#uio_send /dev/uio0 [count] 0 0
#uio_read /dev/uio0 [count]"

ラベル(1)
0 件の賞賛
1 解決策
1,274件の閲覧回数
neo2
Contributor III

I've figured out how to connect a SSH shell using the Ethernet port on the i.MX8 eval board.

In the COM port shell

$ ifconfig eth0 up 

$ ifconfig

Look for the IP address after inet addr

e.g.

eth0 Link encap:Ethernet HWaddr 00:04:9f:07:15:9a
inet addr:169.254.42.78 Bcast:169.254.255.255 Mask:255.255.0.0

 

Then I start another terminal e.g. I'm using Tera Term to the IP address above 169.254.42.78

The username is root 

元の投稿で解決策を見る

0 件の賞賛
5 返答(返信)
814件の閲覧回数
flobro
Contributor III

Where are the "uio*" executables? They are not in the LF_v5.15.32-2.0.0_images_IMX8MQEVK download, but I got the Linux jailhouse demo working (after some work).

 

Is someone going to update the IMXVIRTUG document?

0 件の賞賛
1,290件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

You can use ssh connection to open second shell

0 件の賞賛
1,286件の閲覧回数
neo2
Contributor III

Does this mean I use an Ethernet port to ssh into the i.MX8 board rather than the serial port?

Or this can be done using the existing COM4 port?

0 件の賞賛
1,275件の閲覧回数
neo2
Contributor III

I've figured out how to connect a SSH shell using the Ethernet port on the i.MX8 eval board.

In the COM port shell

$ ifconfig eth0 up 

$ ifconfig

Look for the IP address after inet addr

e.g.

eth0 Link encap:Ethernet HWaddr 00:04:9f:07:15:9a
inet addr:169.254.42.78 Bcast:169.254.255.255 Mask:255.255.0.0

 

Then I start another terminal e.g. I'm using Tera Term to the IP address above 169.254.42.78

The username is root 

0 件の賞賛
1,270件の閲覧回数
neo2
Contributor III
0 件の賞賛