# zy_build **Repository Path**: lenver520/zy_build ## Basic Information - **Project Name**: zy_build - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zy_build ## Build kernel ```shell # 1. initialize sdk toolchain environment source /opt/fsl-imx-fb/4.1.15-2.0.0/environment-setup-cortexa9hf-neon-poky-linux-gnueabi # 2. build make imx_d7_defconfig make kernel ``` ## Build u-boot ```shell # 1. initialize sdk toolchain environment source /opt/fsl-imx-fb/4.1.15-2.0.0/environment-setup-cortexa9hf-neon-poky-linux-gnueabi # 2. build make imx_d7_defconfig make uboot ```