1 Star 5 Fork 2

Embedfire / ebf_6ull_buildroot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

ebf_6ull_buildroot

开发环境

安装依赖库

sudo apt-get install -y sed make binutils build-essential gcc g++ bash patch gzip bzip2 perl tar cpio python unzip rsync file bc wget g++-multilib

使用野火开发板配置

1.带Qt Demo的配置:

make imx6ull_ebf_pro_defconfig

2.最小的完整镜像配置:

make imx6ull_ebf_minimal_defconfig

3.pico文件系统配置(不编译uboot与内核):

make imx6ull_ebf_pico_defconfig

ps: 以上配置选择其中之一即可

自定义配置(可选)

make menuconfig 

保存配置

 make savedefconfig 

编译

 make

生成镜像路径

output/images/

可选配置内容

  • 野火qt-demo (默认选择)
Location:             
    -> Target packages                                     
    -> Graphic libraries and applications (graphic/text) 
        -> Qt5 (BR2_PACKAGE_QT5 [=y])
            -> ebf-qt-demo

备注:由于buildroot对gstreamer的支持不完善,多媒体无法播放!

清除install状态

./clear.sh 

其他注意事项

  1. 由于本项目是buildroot使用 arm-linux-gnueabihf-5.3.1 编译工具链编译的,与单独编译的内核镜像使用的编译器版本不一致,可能会导致某些内核模块无法加载,因此如果有必要的话,将output/images/目录下的内核镜像 zImage 替换掉原本的内核镜像!同理,设备树亦是如此!

空文件

简介

embedfire imx6ull pro board buildroot 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/Embedfire/ebf_6ull_buildroot.git
git@gitee.com:Embedfire/ebf_6ull_buildroot.git
Embedfire
ebf_6ull_buildroot
ebf_6ull_buildroot
master

搜索帮助