# ebf_6ull_buildroot **Repository Path**: rich-embed/ebf_6ull_buildroot ## Basic Information - **Project Name**: ebf_6ull_buildroot - **Description**: embedfire imx6ull pro board buildroot - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-29 - **Last Updated**: 2024-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ebf_6ull_buildroot ## 使用野火开发板配置 ```bash make imx6ull_ebf_pro_defconfig ``` ## 自定义配置(可选) ```bash make menuconfig ``` ## 保存配置 ``` make savedefconfig ``` ## 编译 ``` make ``` ## 生成镜像路径 ```bash output/images/ ``` ## 配置内容 待完善...