18 lines
374 B
Plaintext
18 lines
374 B
Plaintext
:name: Cortex-R52
|
|
:description: This script runs the Zephyr philosophers sample on a 32-bit ARM Cortex-R52.
|
|
|
|
$bin?=@/Users/zhangzheng/mkrtos-real/build/output/bootstrap.elf
|
|
$name?="ARM Cortex-R52"
|
|
|
|
using sysbus
|
|
mach create $name
|
|
|
|
machine LoadPlatformDescription @platforms/cpus/cortex-r52.repl
|
|
|
|
showAnalyzer uart0
|
|
|
|
macro reset
|
|
"""
|
|
sysbus LoadELF $bin
|
|
"""
|
|
runMacro $reset |