From 48e86c1f43bfa41d82650d38e052d54f476eb5e8 Mon Sep 17 00:00:00 2001 From: zhangxiaowei16 Date: Mon, 9 Jun 2025 15:17:30 +0800 Subject: [PATCH] Add Code Style Checker Guidelines --- en/quickstart/Build_Vela_from_sources.md | 6 ++++++ en/quickstart/Download_Vela_sources.md | 2 +- en/quickstart/Run_Vela_on_Vela_Emulator.md | 4 ++++ en/quickstart/Set_up_the_development_environment.md | 4 ++++ zh-cn/quickstart/Build_Vela_from_sources_zh-cn.md | 2 +- zh-cn/quickstart/Download_Vela_sources_zh-cn.md | 2 +- zh-cn/quickstart/Run_Vela_on_Vela_Emulator_zh-cn.md | 2 +- .../quickstart/Set_up_the_development_environment_zh-cn.md | 2 +- 8 files changed, 19 insertions(+), 5 deletions(-) diff --git a/en/quickstart/Build_Vela_from_sources.md b/en/quickstart/Build_Vela_from_sources.md index b20211a..10ce991 100644 --- a/en/quickstart/Build_Vela_from_sources.md +++ b/en/quickstart/Build_Vela_from_sources.md @@ -16,4 +16,10 @@ Select the configuration by passing “vendor//boards// ./build.sh vendor/openvela/boards/vela/configs/goldfish-armeabi-v7a-ap -j8 ``` +## Common Issues + +- [Quick Start FAQ](../faq/QuickStart_FAQ.md) + +## Next steps + For the next step, if you choose Emulator to run openvela, refer to [Run openvela on Emulator](./Run_Vela_on_Vela_Emulator.md). diff --git a/en/quickstart/Download_Vela_sources.md b/en/quickstart/Download_Vela_sources.md index 5061b29..fc91a0c 100644 --- a/en/quickstart/Download_Vela_sources.md +++ b/en/quickstart/Download_Vela_sources.md @@ -55,7 +55,7 @@ repo sync -c -j$(nproc) ## Common Issues -- If you encounter problems during the download process, please refer to [Quick Start FAQ](../faq/QuickStart_FAQ.md). +- [Quick Start FAQ](../faq/QuickStart_FAQ.md) ## Next steps diff --git a/en/quickstart/Run_Vela_on_Vela_Emulator.md b/en/quickstart/Run_Vela_on_Vela_Emulator.md index 6bd7cf3..e74d2c7 100644 --- a/en/quickstart/Run_Vela_on_Vela_Emulator.md +++ b/en/quickstart/Run_Vela_on_Vela_Emulator.md @@ -71,3 +71,7 @@ You can control a running instance of Emulator with ADB or the console. ## Debug with Emulator - [Debugging with Emulator](./Debugging_Vela_with_Vela_Emulator.md) + +## Common Issues + +- [Quick Start FAQ](../faq/QuickStart_FAQ.md) diff --git a/en/quickstart/Set_up_the_development_environment.md b/en/quickstart/Set_up_the_development_environment.md index 6b41fdb..7cee488 100644 --- a/en/quickstart/Set_up_the_development_environment.md +++ b/en/quickstart/Set_up_the_development_environment.md @@ -65,6 +65,10 @@ sudo apt install python3 python3-pip python-is-python3 sudo pip3 install kconfiglib pyelftools cxxfilt ``` +## Common Issues + +- [Quick Start FAQ](../faq/QuickStart_FAQ.md) + ## Next steps Refer to [Download openvela code](./Download_Vela_sources.md). diff --git a/zh-cn/quickstart/Build_Vela_from_sources_zh-cn.md b/zh-cn/quickstart/Build_Vela_from_sources_zh-cn.md index 843a924..843f8c1 100644 --- a/zh-cn/quickstart/Build_Vela_from_sources_zh-cn.md +++ b/zh-cn/quickstart/Build_Vela_from_sources_zh-cn.md @@ -18,7 +18,7 @@ ## 常见问题 -- 如果在下载过程中遇到问题,请参考[快速入门常见问题](../faq/QuickStart_FAQ.md)。 +- [快速入门常见问题](../faq/QuickStart_FAQ.md) ## 后续步骤 diff --git a/zh-cn/quickstart/Download_Vela_sources_zh-cn.md b/zh-cn/quickstart/Download_Vela_sources_zh-cn.md index 3672b00..a0cc562 100644 --- a/zh-cn/quickstart/Download_Vela_sources_zh-cn.md +++ b/zh-cn/quickstart/Download_Vela_sources_zh-cn.md @@ -55,7 +55,7 @@ repo sync -c -j$(nproc) ## 常见问题 -- 如果在下载过程中遇到问题,请参考[快速入门常见问题](../faq/QuickStart_FAQ.md)。 +- [快速入门常见问题](../faq/QuickStart_FAQ.md) ## 后续步骤 diff --git a/zh-cn/quickstart/Run_Vela_on_Vela_Emulator_zh-cn.md b/zh-cn/quickstart/Run_Vela_on_Vela_Emulator_zh-cn.md index 57c3463..07d2276 100644 --- a/zh-cn/quickstart/Run_Vela_on_Vela_Emulator_zh-cn.md +++ b/zh-cn/quickstart/Run_Vela_on_Vela_Emulator_zh-cn.md @@ -73,4 +73,4 @@ ## 常见问题 -- 如果在下载过程中遇到问题,请参考[快速入门常见问题](../faq/QuickStart_FAQ.md)。 +- [快速入门常见问题](../faq/QuickStart_FAQ.md) diff --git a/zh-cn/quickstart/Set_up_the_development_environment_zh-cn.md b/zh-cn/quickstart/Set_up_the_development_environment_zh-cn.md index 881472b..09b730e 100644 --- a/zh-cn/quickstart/Set_up_the_development_environment_zh-cn.md +++ b/zh-cn/quickstart/Set_up_the_development_environment_zh-cn.md @@ -69,7 +69,7 @@ sudo pip3 install kconfiglib pyelftools cxxfilt ## 常见问题 -- 如果在下载过程中遇到问题,请参考[快速入门常见问题](../faq/QuickStart_FAQ.md)。 +- [快速入门常见问题](../faq/QuickStart_FAQ.md) ## 后续步骤