From fe58ee3df1f2a6a8a389c4ee76037b855f2c60e8 Mon Sep 17 00:00:00 2001 From: hsc <hsc@8c4709b5-6ec9-48aa-a5cd-a96041d1645a> Date: Wed, 21 Mar 2012 00:48:21 +0000 Subject: [PATCH] document hscsimple howto git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1004 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- doc/howto-build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/howto-build.txt b/doc/howto-build.txt index 3d918e60..688e81cc 100644 --- a/doc/howto-build.txt +++ b/doc/howto-build.txt @@ -233,7 +233,7 @@ A simple standalone experiment (without a separate campaign). 1. Add "hscsimple" to ccmake's EXPERIMENTS_ACTIVATED. 2. Enable CONFIG_EVENT_BREAKPOINTS, CONFIG_SR_RESTORE and CONFIG_SR_SAVE. 3. Build Fail* and Bochs as described. -4. Enter experiment_targets/hscsimple/, bunzip2 -k hello.img.bz2 +4. Enter experiment_targets/hscsimple/, bunzip2 -k *.bz2 5. Run "bochs -q". After successfully booting the eCos/hello world example, the console shows "[HSC] breakpoint reached, saving", and a hello.state/ subdirectory appears. -- GitLab