20 lines
432 B
Plaintext
20 lines
432 B
Plaintext
:name: GR716 Zephyr shell
|
|
:description: This script runs the Zephyr shell_module demo on GR716
|
|
|
|
using sysbus
|
|
$name?="GR716"
|
|
mach create $name
|
|
|
|
machine LoadPlatformDescription @platforms/boards/gr716-devboard.repl
|
|
|
|
$bin?=@https://dl.antmicro.com/projects/renode/gr716a--zephyr-shell_module.elf-s_1038132-b035a01232d05b332074a6cc99e1d27abe0245b2
|
|
|
|
showAnalyzer sysbus.uart
|
|
|
|
macro reset
|
|
"""
|
|
sysbus LoadELF $bin
|
|
"""
|
|
|
|
runMacro $reset
|