Lines Matching +full:apt +full:- +full:get

1 .. zephyr:code-sample:: eth-ivshmem
2 :name: Inter-VM Shared Memory (ivshmem) Ethernet
3 :relevant-api: ivshmem ethernet
20 .. code-block:: console
22 git clone https://github.com/siemens/jailhouse-images.git
23 cd jailhouse-images
29 .. code-block:: console
31 ./kas-container menu
33 Edit "start-qemu.sh":
34 * change ``-cpu cortex-a57`` -> ``-cpu cortex-a53``
36 * Enable SSH access by appending ``,hostfwd=tcp::2222-:22`` to
37 ``-netdev user,id=net`` in the QEMU process arguments
42 .. code-block:: console
44 ./start-qemu.sh arm64
51 .. zephyr-app-commands::
52 :zephyr-app: samples/drivers/ethernet/eth_ivshmem
61 .. code-block:: console
63 scp -P 2222 path/to/zephyr.bin root@localhost:/root
66 this sample "qemu-arm64-zephyr-demo".
70 .. code-block:: console
72 jailhouse enable /etc/jailhouse/qemu-arm64.cell
74 jailhouse cell create /etc/jailhouse/qemu-arm64-zephyr-demo.cell
77 If you get this, open a second shell via SSH:
79 .. code-block:: console
81 ssh -p 2222 root@localhost
85 .. code-block:: console
87 jailhouse cell load qemu-arm64-zephyr-demo zephyr.bin --address 0x70000000
88 jailhouse cell start qemu-arm64-zephyr-demo
96 .. code-block:: console
98 *** Booting Zephyr OS build v3.3.0-475-g45b9e84c6013 ***
108 .. code-block:: console
110 root@demo:~# ping -c 3 192.168.19.2
116 --- 192.168.19.2 ping statistics ---
127 .. code-block:: console
134 .. code-block:: console
137 apt install wget
138 wget https://iperf.fr/download/ubuntu/iperf_2.0.5+dfsg1-2_arm64.deb
139 apt install ./iperf_2.0.5+dfsg1-2_arm64.deb
140 rm iperf_2.0.5+dfsg1-2_arm64.deb
143 iperf -l 1K -V -c 192.168.19.2 -p 5001
147 .. code-block:: console
157 .. code-block:: console
159 ------------------------------------------------------------
162 ------------------------------------------------------------
165 [ 3] 0.0-10.0 sec 72.2 MBytes 60.6 Mbits/sec