commit | 8b0dacbceeaca3845bb47a93bf68a0ff6b13ed80 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Mon Feb 19 13:41:18 2018 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Mon Feb 19 13:41:18 2018 +1030 |
tree | 1304a7250a99a7dd0d9f9dec7e59049b1eb83c93 | |
parent | ac47577cbe5336897a2134a149dbc25b0b69395f [diff] |
netboot: Capture failure exceeding the number of retries in u-boot Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/amboar/obmc-scripts/netboot/netboot b/amboar/obmc-scripts/netboot/netboot index 85c9ecb..8032ea5 100755 --- a/amboar/obmc-scripts/netboot/netboot +++ b/amboar/obmc-scripts/netboot/netboot
@@ -87,6 +87,7 @@ r"## Warning:", r"[*]{3} ERROR:", "Abort", + "Retry count exceeded; starting again", ]) if i > 0: print("Error detected, exiting", file=sys.stderr)