20 lines
375 B
Plaintext
20 lines
375 B
Plaintext
:name: MPC5567
|
|
:description: This script runs Redboot on MPC5567.
|
|
|
|
using sysbus
|
|
$name?="MPC5567"
|
|
mach create $name
|
|
|
|
$bin?=@https://dl.antmicro.com/projects/renode/redboot.elf-s_881357-5e10ad9d866f42a5d7e80ba0555ed0be2adfd591
|
|
|
|
machine LoadPlatformDescription @platforms/cpus/mpc5567.repl
|
|
|
|
showAnalyzer sysbus.uart
|
|
|
|
macro reset
|
|
"""
|
|
sysbus LoadELF $bin
|
|
"""
|
|
|
|
runMacro $reset
|