1:name: Cortex-A53
2:description: This script runs the Zephyr hello_world sample on a 64-bit ARM Cortex-A53.
3
4$bin?=@https://dl.antmicro.com/projects/renode/cortex_a53-zephyr-hello_world.elf-s_34096-272b1e50f90c8240d875daf679223f2d769e77dd
5$name?="ARM Cortex-A53"
6
7using sysbus
8mach create $name
9
10machine LoadPlatformDescription @platforms/cpus/cortex-a53-gicv3.repl
11
12showAnalyzer uart0
13
14macro reset
15"""
16    sysbus LoadELF $bin
17"""
18runMacro $reset
19