# corechip_bsp_sdk_tools **Repository Path**: core-chip_0/corechip_bsp_sdk_tools ## Basic Information - **Project Name**: corechip_bsp_sdk_tools - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-04-06 - **Last Updated**: 2026-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # corechip_bsp_sdk_tools This directory is the future `corechip_bsp_sdk_tools` repository. Current scope: - environment bootstrap - workspace path discovery - generic build entry points - compiler toolchain references Not included yet: - board-specific Buildroot external trees - board-specific image layout - board-specific boot arguments ## Compiler Toolchains The repository does not store the Arm GNU toolchain archives directly because the hosted Git service rejects files larger than 100 MB. Download the required toolchains from the official Arm GNU Toolchain 12.3.Rel1 release page: https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads/12-3-rel1 Expected packages for this SDK: - `arm-gnu-toolchain-12.3.rel1-x86_64-aarch64-none-elf.tar.xz` - `arm-gnu-toolchain-12.3.rel1-x86_64-arm-none-eabi.tar.xz` If you want to keep the archives in this workspace, place them under the `tools/` directory after downloading them manually.