1:name: Cortex-R52 2:description: This script runs the HiRTOS operating system on a dual core 32-bit ARM Cortex-R52. 3 4$name?="ARM Cortex-R52" 5$bin?=@https://dl.antmicro.com/projects/renode/cortex-r52--hirtos-hello_partitions.elf-s_285392-644559248d6c6d752fe0dc1b46e3a467cce75841 6 7using sysbus 8mach create $name 9 10machine LoadPlatformDescription @platforms/cpus/cortex-r52_smp.repl 11showAnalyzer uart0 12showAnalyzer uart1 13 14macro reset 15""" 16 sysbus LoadELF $bin 17""" 18runMacro $reset 19