Serveral initial characters after booting a board may come in garbled. So,
avoid matching by the "Booting Zephyr ..." content, match by "ng Zephyr ...".
Also, match until the end of line, this leads to more logical log output
(first device input is shown, and then "prompt" matched message, and not
vice-versa).
Serveral initial characters after booting a board may come in garbled. So, avoid matching by the "Booting Zephyr ..." content, match by "ng Zephyr ...".
Also, match until the end of line, this leads to more logical log output (first device input is shown, and then "prompt" matched message, and not vice-versa).
Signed-off-by: Paul Sokolovsky paul.sokolovsky@linaro.org