From c5e51372bfdad34ea342d5d64ea469a3e1b4ae5a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 9 Feb 2022 10:08:43 +0000 Subject: [PATCH] Fixed a readme. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15452 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- .../RT-STM32L4R9-DISCOVERY-SB_HOST_STATIC/readme_debug.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/STM32/RT-STM32L4R9-DISCOVERY-SB_HOST_STATIC/readme_debug.txt b/demos/STM32/RT-STM32L4R9-DISCOVERY-SB_HOST_STATIC/readme_debug.txt index 4536bbd50..957520f49 100644 --- a/demos/STM32/RT-STM32L4R9-DISCOVERY-SB_HOST_STATIC/readme_debug.txt +++ b/demos/STM32/RT-STM32L4R9-DISCOVERY-SB_HOST_STATIC/readme_debug.txt @@ -8,5 +8,5 @@ Contain hardcoded paths prefixed like: Replace the initial part up to "chibios_trunk" with the path of your ChibiOS directory before attempting a debug session using Eclipse. In addition, you -need also to compile the "SB-CLIENT-32k-08070000-4k-2001E000" project, its -image (sb.elf) is loaded inside the demo sandbox. +need also to compile the "SB-APP-MSH" project, its image (msh.elf) is loaded +inside the demo sandboxes.