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