build_c906
Compile the C906 core for XR875 projects by executing the RTOS build sequence: lunch_rtos 34, clean, and make commands.
Instructions
Build the C906 core (lunch_rtos 34 && m clean && m).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/xr875_build/server.py:47-49 (handler)The build_c906 function acts as the handler for the MCP tool, executing a shell command to build the C906 core.
def build_c906(): """Build the C906 core (lunch_rtos 34 && m clean && m).""" return run_build_command("source tools/scripts/envsetup.sh && lunch_rtos 34 && m clean && m")