]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
More fixes for new novaboot
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 19 Jan 2014 19:12:28 +0000 (20:12 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 19 Jan 2014 19:12:28 +0000 (20:12 +0100)
rtems/gw/boot
ugw/data/bench-all.sh

index 0fb4875a99ed081dfb7f4b594742af090b3af17f..1d12af7ced7067fe0fd3c79cbd27281e7a8354f6 100755 (executable)
@@ -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
index 3048da73c5063c6c53796c4be86df16d1f752103..4ead5e6f79575a3784cfb07d8131944d310ef52e 100755 (executable)
@@ -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";;