# uboot-imx **Repository Path**: hekun11/uboot-imx ## Basic Information - **Project Name**: uboot-imx - **Description**: No description available - **Primary Language**: C/C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-06 - **Last Updated**: 2025-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 编译指令 ```bash make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabihf- distclean make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabihf- mx6ull_14x14_ddr512_emmc_defconfig make V=1 ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabihf- -j12 ``` ### 编译环境 ```bash sudo apt install build-essential libncurses5-dev libssl-dev liblzma-dev libz-dev libsdl1.2-dev ```