1:name: MPC5567
2:description: This script runs Redboot on MPC5567.
3
4using sysbus
5$name?="MPC5567"
6mach create $name
7
8$bin?=@https://dl.antmicro.com/projects/renode/redboot.elf-s_881357-5e10ad9d866f42a5d7e80ba0555ed0be2adfd591
9
10machine LoadPlatformDescription @platforms/cpus/mpc5567.repl
11
12showAnalyzer sysbus.uart
13
14macro reset
15"""
16    sysbus LoadELF $bin
17"""
18
19runMacro $reset
20