opi zero编译uboot
时间:10-02
整理:3721RD
点击:
推荐使用Ubuntu14.04LTS 32位 ,如果是64位的可能需要安装32位的兼容包libxxx:i386,如果编译镜像的话,硬盘大概40G左右,源码是300多M
安装依赖
- sudo apt-get install gcc-arm-linux-gnueabi g++-arm-linux-gnueabi make ncurses-dev u-boot-tools build-essential git patch wget unzip gettext autoconf cmake libtool nasm luarocks libssl-dev libffi-dev xutils-dev device-tree-compiler
git clone https://github.com/orangepi-xunlong/orangepi_h2_linux.git
没有git的话
apt install git -y
因为一些原因,某些地区可能需要特殊的方式,
然后
- cd /OrangePi-Kernel
- sudo ./build_uboot.sh zero
1G1核的虚拟机用了20多分钟