18 lines
356 B
Plaintext
18 lines
356 B
Plaintext
:name: MPFS-ICICLE-KIT
|
|
:description: This script is prepared to run Zephyr on a PolarFire SoC Icicle Kit RISC-V board.
|
|
|
|
$name?="MPFS-ICICLE-KIT"
|
|
|
|
using sysbus
|
|
mach create $name
|
|
machine LoadPlatformDescription @platforms/boards/mpfs-icicle-kit.repl
|
|
|
|
showAnalyzer mmuart0
|
|
e51 PerformanceInMips 80
|
|
|
|
macro reset
|
|
"""
|
|
sysbus LoadELF $bin
|
|
"""
|
|
runMacro $reset
|