doc: mention BOARD in getting_started.txt

This commit is contained in:
Christian Helmuth 2019-08-14 15:23:54 +02:00
parent d01cc3bf41
commit 0c20bb6ab9
1 changed files with 6 additions and 5 deletions

View File

@ -53,14 +53,15 @@ architecture independent from the underlying base platform, in this case Linux.
To give Genode a try, build and execute a simple demo scenario via: To give Genode a try, build and execute a simple demo scenario via:
! cd build/x86_64 ! cd build/x86_64
! make KERNEL=linux run/demo ! make KERNEL=linux BOARD=linux run/demo
By invoking 'make' with the 'run/demo' argument, all components needed by the By invoking 'make' with the 'run/demo' argument, all components needed by the
demo scenario are built and the demo is executed. This includes all components demo scenario are built and the demo is executed. This includes all components
which are implicitly needed by the base platform. The base platform that the which are implicitly needed by the base platform. The base platform that the
components will be executed upon on is selected via the 'KERNEL' variable. If components will be executed upon on is selected via the 'KERNEL' and 'BOARD'
you are interested in looking behind the scenes of the demo scenario, please variables. If you are interested in looking behind the scenes of the demo
refer to 'doc/build_system.txt' and the run script at 'os/run/demo.run'. scenario, please refer to 'doc/build_system.txt' and the run script at
'os/run/demo.run'.
Using platforms other than Linux Using platforms other than Linux
@ -112,7 +113,7 @@ steps are required:
# Uncomment the following line in 'x86_32/etc/build.conf' # Uncomment the following line in 'x86_32/etc/build.conf'
! REPOSITORIES += $(GENODE_DIR)/repos/libports ! REPOSITORIES += $(GENODE_DIR)/repos/libports
# Build and execute the demo using Qemu # Build and execute the demo using Qemu
! make -C build/x86_32 KERNEL=okl4 run/demo ! make -C build/x86_32 KERNEL=okl4 BOARD=pc run/demo
The procedure works analogously for the other base platforms. You can, however, The procedure works analogously for the other base platforms. You can, however,
reuse the already created build directory and skip its creation step if the reuse the already created build directory and skip its creation step if the