Divin Raj | 5eb6948 | 2024-10-02 11:36:04 +0100 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2024 Arm Limited. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | # Expect script for booting Yocto linux on RD-1 AE | ||||
7 | # | ||||
8 | |||||
9 | # Uboot | ||||
10 | expect_string+=('i;U-Boot') | ||||
11 | |||||
12 | # Linux kernel boot section | ||||
13 | source $ci_root/expect-lava/linux.inc | ||||
14 | |||||
15 | # Yocto | ||||
16 | expect_string+=('i;fvp-rd-kronos login:') |