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 | source [file join [file dirname [info script]] utils.inc] |
| 10 | source [file join [file dirname [info script]] handle-arguments.inc] |
| 11 | |
| 12 | # Uboot |
| 13 | expect { |
| 14 | "U-Boot" { |
| 15 | message "Entered Uboot" |
| 16 | } |
| 17 | } |
| 18 | |
| 19 | # Linux kernel boot section |
| 20 | source [file join [file dirname [info script]] linux.inc] |
| 21 | |
| 22 | # Yocto |
| 23 | expect { |
| 24 | "fvp-rd-kronos login:" { |
| 25 | message "Kronos Login Prompt Received" |
| 26 | } |
| 27 | } |