From 90a9fd66e0a85d8520bbb4bbcb72bfd274965961 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 23 Sep 2020 16:23:05 +1000 Subject: Update the CONTRIBUTING with kernel/user space notes. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7794b12b..19c9023e 100644 --- a/README.md +++ b/README.md @@ -148,12 +148,13 @@ $ ./waf $ ./waf install ``` -9. Run the tests on QEMU, for example: +9. Run the tests on QEMU, for example using VDE: ``` -$ qemu-system-arm -no-reboot -serial null -serial mon:stdio -net none \ -$ -nographic -M xilinx-zynq-a9 -m 256M \ -$ -kernel build/arm-rtems5-xilinx_zynq_a9_qemu-default/selectpollkqueue01.exe +$ qemu-system-arm -no-reboot -serial null -serial mon:stdio \ + -net nic,model=cadence_gem -net vde,id=vde0,sock=/tmp/vde1 \ + -nographic -M xilinx-zynq-a9 -m 256M \ + -kernel build/arm-rtems5-xilinx_zynq_a9_qemu/selectpollkqueue01.exe ``` [1] It is good practice to keep your environment as empty as possible. Setting -- cgit v1.2.3