From 96d33b13e18bdc485185d6b43cd01027bcd3e8d9 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Thu, 26 May 2022 10:57:22 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- en/device-dev/subsystems/subsys-boot-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/subsystems/subsys-boot-overview.md b/en/device-dev/subsystems/subsys-boot-overview.md index f4ddf68646..08318a4008 100644 --- a/en/device-dev/subsystems/subsys-boot-overview.md +++ b/en/device-dev/subsystems/subsys-boot-overview.md @@ -7,7 +7,7 @@ The following figure shows the context structure of the Startup subsystem. **Figure 1** Context structure of the Startup subsystem - ![context-structure-of-the-startup-subsystem](figure/context-structure-of-the-startup-subsystem) + ![context-structure-of-the-startup-subsystem](figure/context-structure-of-the-Startup-subsystem.png) When the system is powered on, the kernel loads and starts services and applications as follows: -- GitLab