diff --git a/en/device-dev/subsystems/subsys-boot-init.md b/en/device-dev/subsystems/subsys-boot-init.md index 7b001525e5c67b3f2ecaa412d981dee1d2b4a5e4..e5fbb03bcc6b2e26265a829bb05a04816198546c 100644 --- a/en/device-dev/subsystems/subsys-boot-init.md +++ b/en/device-dev/subsystems/subsys-boot-init.md @@ -179,13 +179,13 @@ The init module starts key service processes during system startup. If you would The following describes how to use begetctl in detail. - Prerequisites + **Prerequisites** 1. Prepare the test environment by installing Python and PyCairo in Linux. pip install pycairo 2. Decompress bootchart-master.tar. tar -zxvf bootchart-master.tar - The operation procedure is as follows: + **Operation Procedure** 1. Start the system. 2. Run the **begetctl bootchart enable** command. 3. Restart the system. @@ -202,7 +202,7 @@ The init module starts key service processes during system startup. If you would **bootchart-master** directory and run the **python3 pybootchartgui.py -f pdf bootchart.tgz** command.
- Expected result:
+ **Expected Result**
        A **bootchart.pdf** file is generated in the **bootchart-master** directory. ## Development Guidelines