Jump to content

Recommended Posts

Posted
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
fi
source $SRC/lib/main.sh
 

 

 

post-279-0-52094700-1440082891_thumb.png

Posted

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.

Posted

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines