From a611965667c44f5db923a48d26e824d094e1a664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 24 Aug 2015 14:39:16 +0200 Subject: Add boot timeout Boot process should timeout after selected number of seconds if no output is generated. This allows resolving some problems with possible boot stuck. --- targets/ryuglab/boot/boot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'targets/ryuglab/boot') diff --git a/targets/ryuglab/boot/boot b/targets/ryuglab/boot/boot index 331d9dc..3f88f6e 100755 --- a/targets/ryuglab/boot/boot +++ b/targets/ryuglab/boot/boot @@ -9,4 +9,5 @@ cd `dirname $0` ln -sf ../../../jobfiles/linuxImage uImage ln -sf ../../../tests/cyclictest/root/images/rootfs.cpio.uboot rootfs.cpio.uboot -novaboot nbscripts --exiton="NOVABOOT EXIT LINUX-CONF-PERF" +novaboot nbscripts --exiton="NOVABOOT EXIT LINUX-CONF-PERF" --exiton-timeout=120 \ + --exiton="Kernel panic" -- cgit v1.2.3