Update Muen port to revision c73734d

Issue #2016
This commit is contained in:
Reto Buerki 2016-06-06 15:53:02 +02:00 committed by Norman Feske
parent 4c5694184c
commit f241b6e496
4 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

@ -1 +1 @@
2ddaef27345d1e73733c02ad824b69069bf116ce
b44d41d8d6fc57f5529a8948612dcd29f3031193

View File

@ -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)

View File

@ -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