mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
parent
4c5694184c
commit
f241b6e496
@ -124,7 +124,7 @@ As a first step acquire the Muen sources by execute the following commands:
|
||||
|
||||
! git clone http://git.codelabs.ch/git/muen.git
|
||||
! cd muen
|
||||
! make SYSTEM=xml/genode-base_hw_simple.xml COMPONENTS="dbgserver sm tau0" emulate
|
||||
! make SYSTEM=xml/genode-base_hw_simple.xml COMPONENTS="dbgserver sm tau0 time" emulate
|
||||
|
||||
This will build a Muen SK system and start it using the Bochs emulator. You
|
||||
should get the following error:
|
||||
@ -151,7 +151,7 @@ Change back to the Muen working directory to package the system image and
|
||||
restart emulation:
|
||||
|
||||
! cd <muen_workdir>
|
||||
! make SYSTEM=xml/genode-base_hw_simple.xml COMPONENTS="dbgserver sm tau0" emulate
|
||||
! make SYSTEM=xml/genode-base_hw_simple.xml COMPONENTS="dbgserver sm tau0 time" emulate
|
||||
|
||||
The serial output of the system is written to the
|
||||
'<muen_workdir>/emulate/serial.out' file. You should see the following line:
|
||||
|
@ -1 +1 @@
|
||||
2ddaef27345d1e73733c02ad824b69069bf116ce
|
||||
b44d41d8d6fc57f5529a8948612dcd29f3031193
|
||||
|
@ -3,7 +3,7 @@ VERSION := git
|
||||
DOWNLOADS := muen.git
|
||||
|
||||
URL(muen) := http://git.codelabs.ch/git/muen.git
|
||||
REV(muen) := 59171a3aabba95cd6d957a4b999e802e5622835b
|
||||
REV(muen) := c73734dcab0f273756beb6b91977b89b7feb4fbb
|
||||
DIR(muen) := src/kernel/muen
|
||||
|
||||
$(call check_tool,git)
|
||||
|
@ -34,7 +34,7 @@ RUN_OPT += --image-muen-system xml/genode-base_hw.xml
|
||||
# Muen system components
|
||||
#
|
||||
# Available components are located in the Muen project directory 'components/'.
|
||||
RUN_OPT += --image-muen-components 'dbgserver sm tau0'
|
||||
RUN_OPT += --image-muen-components 'dbgserver sm tau0 time'
|
||||
|
||||
#
|
||||
# External Muen build
|
||||
|
Loading…
x
Reference in New Issue
Block a user