diff options
author | Lauri Leukkunen <lle@rahina.org> | 2007-03-12 13:51:27 +0200 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2007-03-12 13:51:27 +0200 |
commit | 42d26697d3e2acde06fbe0276068dae686a9dd1b (patch) | |
tree | 186a4738f30d9193542134138b55ec15ee791cc3 /README | |
parent | cdd2b1e684e411398df421a2a6d17c1da36e3a81 (diff) |
Change sample config to use /usr/bin/qemu-arm and update README
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -30,8 +30,13 @@ $ cp $HOME/scratchbox/share/scratchbox2/sb2.config.sample \ $HOME/buildroot/sb2.config (at this point you _really_ should go through that file and make sure -it applies to your host system and intended target toolchain). After you're -happy with it you can simply start sb2: +it applies to your host system and intended target toolchain). + +You need Qemu for cpu-transparency. Debian/Etch and Debian/unstable provide +a good one. Use it. If all else fails, there's a static qemu-arm-0.8.1-sb2 +available on http://rahina.org/sb2/. + +After you're happy with your config you can simply start sb2: $ cd $HOME/buildroot $ ../scratchbox/bin/sb2 |