[ English | 简体中文 ]
After installing the required packages for openvela and downloading the openvela source code, you can compile the openvela source code into a binary file to be run on the development board.
The first step is to initialize the openvela configuration for the target development board based on the existing configuration.
Select the configuration by passing “vendor//boards//configs/” as a parameter to build.sh
./build.sh vendor/openvela/boards/vela/configs/goldfish-armeabi-v7a-ap -j$(nproc)
For the next step, if you choose openvela Emulator to run openvela, refer to Run openvela on openvela Emulator.