Add Code Style Checker Guidelines
This commit is contained in:
parent
c43bfd3966
commit
48e86c1f43
|
|
@ -16,4 +16,10 @@ Select the configuration by passing “vendor/<vendor name>/boards/<board name>/
|
|||
./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).
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
## 常见问题
|
||||
|
||||
- 如果在下载过程中遇到问题,请参考[快速入门常见问题](../faq/QuickStart_FAQ.md)。
|
||||
- [快速入门常见问题](../faq/QuickStart_FAQ.md)
|
||||
|
||||
## 后续步骤
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ repo sync -c -j$(nproc)
|
|||
|
||||
## 常见问题
|
||||
|
||||
- 如果在下载过程中遇到问题,请参考[快速入门常见问题](../faq/QuickStart_FAQ.md)。
|
||||
- [快速入门常见问题](../faq/QuickStart_FAQ.md)
|
||||
|
||||
## 后续步骤
|
||||
|
||||
|
|
|
|||
|
|
@ -73,4 +73,4 @@
|
|||
|
||||
## 常见问题
|
||||
|
||||
- 如果在下载过程中遇到问题,请参考[快速入门常见问题](../faq/QuickStart_FAQ.md)。
|
||||
- [快速入门常见问题](../faq/QuickStart_FAQ.md)
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ sudo pip3 install kconfiglib pyelftools cxxfilt
|
|||
|
||||
## 常见问题
|
||||
|
||||
- 如果在下载过程中遇到问题,请参考[快速入门常见问题](../faq/QuickStart_FAQ.md)。
|
||||
- [快速入门常见问题](../faq/QuickStart_FAQ.md)
|
||||
|
||||
## 后续步骤
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue