kolik76 Posted August 20, 2015 Posted August 20, 2015 Dear Igor, I want to compile a kernel for banana pro, there is an error. Show you how to fix it? Preferably with the new kernel. PS Sorry for my English #!/bin/bash # method KERNEL_ONLY="no" SOURCE_COMPILE="yes" KERNEL_CONFIGURE="no" KERNEL_CLEAN="yes" USEALLCORES="yes" BUILD_DESKTOP="no" # user DEST_LANG="us_US.UTF-8" TZDATA="Asia/Yekaterinburg" ROOTPWD="bananapi" SDSIZE="1500" AFTERINSTALL="" MAINTAINER="Nikolay Kilin" MAINTAINERMAIL="kolik76@gmail.com" GPG_PASS="" # advanced KERNELTAG="v3.4.x" UBOOTTAG="v2015.04" FBTFT="yes" EXTERNAL="yes" FORCE="yes" #source is where we start the script SRC=$(pwd) # destination DEST=$(pwd)/output # get updates of the main build libraries if [ -d "$SRC/lib" ]; then cd $SRC/lib git pull else # download SDK apt-get -y -qq install git git clone https://github.com/igorpecovnik/lib fi source $SRC/lib/main.sh
Igor Posted August 20, 2015 Posted August 20, 2015 I would suggest you to remove u-boot sources, reboot and try again. Try also to build normal banana or any other board, just for test.
kolik76 Posted August 20, 2015 Author Posted August 20, 2015 Thank happened. Tell me, what is now last kernel supporting banana pro?
Igor Posted August 20, 2015 Posted August 20, 2015 Nice to hear this. v4.1.6 ... not yet for download, but you can compile it yourself. But we don't have audio driver yet. If you need it, use old kernel 3.4.108
Recommended Posts