From: Michal Sojka Date: Sun, 19 Jan 2014 19:12:28 +0000 (+0100) Subject: More fixes for new novaboot X-Git-Tag: fix-allnoconfig~67 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/521fc14ff32fd79f16df3ad9ffdb2628b1e77807 More fixes for new novaboot --- diff --git a/rtems/gw/boot b/rtems/gw/boot index 0fb4875..1d12af7 100755 --- a/rtems/gw/boot +++ b/rtems/gw/boot @@ -4,4 +4,4 @@ # Use this file with https://github.com/wentasah/novaboot BUILDDIR=_compiled/icecube -uImage-rtems-gw < $SRCDIR/mkimg-ppc-cangw; cat bin/cangw.img +load uImage-rtems-gw < $SRCDIR/mkimg-ppc-cangw; cat bin/cangw.img diff --git a/ugw/data/bench-all.sh b/ugw/data/bench-all.sh index 3048da7..4ead5e6 100755 --- a/ugw/data/bench-all.sh +++ b/ugw/data/bench-all.sh @@ -31,7 +31,7 @@ methods=${@:-rtems kernel read-write readnb-write mmap-write mmap-mmap mmapbusy- for method in $methods; do set -x case $method in - rtems) ../../rtems/gw/boot --expect '"]", sub { shift->send_slow(0.1, "startGW\n"); }' --exiton 'tasks started';; + rtems) ../../rtems/gw/boot --expect-raw '"]", sub { shift->send_slow(0.1, "startGW\n"); }' --exiton 'tasks started';; kernel) ../ppc/boot -a kernelgw --exiton "Kernel GW started";; read-write) ../ppc/boot --exiton "UGW started";; readnb-write) ../ppc/boot -a "ugw=|-n|" --exiton "UGW started";;