blob: 64ac3f64afa63ace3beb52241d74bb713cdda4cd [file] [log] [blame]
Divin Raj5eb69482024-10-02 11:36:04 +01001#
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
9source [file join [file dirname [info script]] utils.inc]
10source [file join [file dirname [info script]] handle-arguments.inc]
11
12# RD-1-AE BL2
13expect {
14 "BL2: Built :" {
15 message "Booting BL2"
16 }
17}
18
19expect {
20 "BL2: Booting BL31" {
21 message "Booting BL31"
22 }
23}