After successful bootup, you should see following:
.. code-block:: console
Booting from ROM..*** Booting Zephyr OS build zephyr-v2.4.0 ***
Philosopher 0 [P: 3] THINKING [ 300 ms ]
Philosopher 1 [P: 2] EATING [ 575 ms ]
Philosopher 2 [P: 1] STARVING
Philosopher 3 [P: 0] EATING [ 525 ms ]
Philosopher 4 [C: -1] THINKING [ 475 ms ]
To exit qemu, use key combination:
.. code-block:: console
Ctrl-a followed by 'x'
Build image
Build image
***********
***********
...
@@ -95,6 +134,74 @@ Building the BSP for the Avenger96 follows the scheme of the above build process
...
@@ -95,6 +134,74 @@ Building the BSP for the Avenger96 follows the scheme of the above build process
The last command will build the BSP. The full build will take about 1-2 hours dpending on machine and internet speed and will require around 25GB disk space.
The last command will build the BSP. The full build will take about 1-2 hours dpending on machine and internet speed and will require around 25GB disk space.