From a83244a37ee722faf163b7829a6d517f9fc28bdf Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Thu, 17 Oct 2019 20:39:40 +0000 Subject: [PATCH] Add the miv-basic.resc reNode script into the RISC-V_Renode_Emulator_SoftConsole demo as it is no longer shipped with the Microsemi tools. --- .../Demo/RISC-V_Renode_Emulator_SoftConsole/miv-basic.resc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/miv-basic.resc diff --git a/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/miv-basic.resc b/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/miv-basic.resc new file mode 100644 index 000000000..a16ab93ba --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/miv-basic.resc @@ -0,0 +1,7 @@ +logLevel 2 +mach create "Mi-V" +machine LoadPlatformDescription @platforms/boards/miv-board.repl +peripherals +showAnalyzer sysbus.uart +sysbus.cpu StartGdbServer 3333 true +log "Renode has been started successfully and is ready for a gdb connection. (This is not an error)" 3