How to Compile U-BOOT-SUNXI on Ubuntu Xenial XerusClone the u-boot-sunxi git repository''' git clone https://github.com/linux-sunxi/u-boot-sunxi.git''' Install additional Software''' sudo apt-get install build-essential u-boot-tools binutils-arm-linux-gnueabihf gcc-4.7-arm-linux-gnueabihf-base''' ''' sudo apt-get install g++-4.7-arm-linux-gnueabihf gcc-arm-linux-gnueabihf cpp-arm-linux-gnueabihf libusb-1.0-0''' ''' sudo apt-get install libusb-1.0-0-dev git wget fakeroot kernel-package zlib1g-dev libncurses5-dev''' ''' sudo apt-get install device-tree-compiler''' Compile and Build U-BOOT-SUNXI Boot Loader for your Device''' make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- orangepi_pc_defconfig''' ''' make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-''' Copy the builded Files for Installment''' cp u-boot-sunxi-with-spl.bin ../''' |
|
| Powered by LionWiki. Know How Recent changes Last changed: 2015/12/30 18:47 | History |