2011-05-06 14:15:44 [GIT] Kernel Configuration Issue
James Kosin (UNITED STATES)
Message: 100491
Anyone know where the kernel configurations went for the latest GIT tree.
All the vendor directories are missing the kernel configurations and 'make menuconfig' is complaining about the missing configuration stating that it is very difficult to get a good running kernel unless you know what you are doing.
*********************** NOTICE ****************************
There is no preset config for linux-2.6.x on platform AnalogDevices/BF518F-EZBRD.
If you choose to continue you will have to setup a linux
config from scratch which is a very complex task.
You will find it easier if you can copy a config.linux-2.6.x
from another platform that is similar.
If you know what you are doing press <ENTER> otherwise
Type ^C to abort.
Sorry, I don't know what I'm doing here.... But, I'm willing to learn.
Thanks in advance if I missed something.
QuoteReplyEditDelete
2011-05-06 17:34:06 Re: [GIT] Kernel Configuration Issue
Robert Cochran (UNITED STATES)
Message: 100492
James,
By coincidence, I did a git clone today of uclinux-dist & linux. All seems OK. I'm assuming you cloned both the distribution and the kernel?
I saw the same problem you have once before because a checkout from svn had failed, and it didn't pull down the arch/blackfin tree under linux. Do you have arch/blackfin under linux? Do you find the defconfigs under arch/blackfin/configs?
Bob
QuoteReplyEditDelete
2011-05-11 09:42:39 Re: [GIT] Kernel Configuration Issue
James Kosin (UNITED STATES)
Message: 100579
Thanks, I figured that out; but, git is complaining that I can't checkout the sources into another repository....
I'll have to try again later from scratch. I'll post back later.
QuoteReplyEditDelete
2011-09-20 14:46:08 Re: [GIT] Kernel Configuration Issue
Armando Lopez (MEXICO)
Message: 103466
i have the some problem:
*********************** NOTICE ****************************
There is no preset config for linux-2.6.x on platform Bluetechnix/TCM-BF518.
If you choose to continue you will have to setup a linux
config from scratch which is a very complex task.
You will find it easier if you can copy a config.linux-2.6.x
from another platform that is similar.
If you know what you are doing press <ENTER> otherwise
Type ^C to abort.
You could fix the problem?
thanks
QuoteReplyEditDelete
2011-09-20 23:02:28 Re: [GIT] Kernel Configuration Issue
Aaron Wu (CHINA)
Message: 103468
Have you tried the comments from Rob?
QuoteReplyEditDelete
2011-09-21 15:34:33 Re: [GIT] Kernel Configuration Issue
Armando Lopez (MEXICO)
Message: 103482
helIo!
I'm find the defconfigs under arch/blackfin/configs
but, I think it is problem to GIT tree or symbolic link
but I can not find any example to help me
any suggestions?
regards
Armando
QuoteReplyEditDelete
2011-09-21 18:51:38 Re: [GIT] Kernel Configuration Issue
Armando Lopez (MEXICO)
Message: 103484
Problem Solve!!
this problem is cause because uclinux-dist.git no bring the kernel!
to fix this i download "git clone git://git.bluetechnix.at/git/linux-kernel.git linux-kernel.git"
and rename to linux-2.6.x en move this file to uclinux-dist.git direction.
thanks