仿真平台内核初版 -tlib库 包含<sparc arm riscv powerPC>
This commit is contained in:
19
scripts/single-node/gr716_zephyr.resc
Normal file
19
scripts/single-node/gr716_zephyr.resc
Normal file
@@ -0,0 +1,19 @@
|
||||
: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
|
||||
Reference in New Issue
Block a user