1:name: Renesas EK-RA2E1 Evaluation Kit
2:description: This script runs agt fsp example software on EK-RA2E1 board
3
4$name?="Renesas EK-RA2E1"
5
6using sysbus
7mach create $name
8
9$bin?=@https://dl.antmicro.com/projects/renode/renesas_ra2e1--agt.elf-s_286560-6efe10bdcb980192b7892b0c7c28710615defac1
10
11machine LoadPlatformDescription @platforms/boards/renesas-ek_ra2e1.repl
12
13include @scripts/single-node/segger-rtt.py
14
15macro reset
16"""
17    sysbus LoadELF $bin
18"""
19
20runMacro $reset
21
22machine CreateVirtualConsole "segger_rtt"
23setup_segger_rtt sysbus.segger_rtt
24showAnalyzer sysbus.segger_rtt
25