Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: Autom01 on April 24, 2013, 07:58:49 PM

Title: Kernel Configuration -
Post by: Autom01 on April 24, 2013, 07:58:49 PM
Hello all,

i'm following this tutorial:
https://www.olimex.com/wiki/Build_Bootable_SD_Card_with_Debian#Write_Uboot_and_Kernel_you_build

I just want to add ftdi support, keeping the official olimex kernel conf.

I check the /boot but no file there. Is there a way to download the .config of the olimex kernel conf ?

Thx in advance,
Charles.
Title: Re: Kernel Configuration -
Post by: jwischka on April 24, 2013, 10:07:13 PM
A recent git update on the 3.4 branch broke the build if you have SPI support enabled. Are you sure your build is finishing properly?
Title: Re: Kernel Configuration -
Post by: Autom01 on April 24, 2013, 10:47:16 PM
I dont use spi...
Yes, im pretty sure it finished correctly. uImage was created and module too (ftdi_sio too )

Its not normal ??

I just followed the wiki... so config file is available at some place ??

Thx for your answer :-)
Title: Re: Kernel Configuration -
Post by: Autom01 on April 25, 2013, 10:29:52 AM
Should i use this one ?
https://github.com/hehopmajieh/linux-sunxi/blob/sunxi-3.0/arch/arm/configs/a13_defconfig
Title: Re: Kernel Configuration -
Post by: Autom01 on April 25, 2013, 11:44:09 AM
I used the kernel conf in my precedend post.

Ok. I ran into issue with i2c. Is there a workaround ?

Should i just quit ?

Impossible to make my arduino board run with olinuxino ? I really dont get it...
Title: Re: Kernel Configuration -
Post by: jwischka on April 25, 2013, 05:15:37 PM
Quote from: charlesjabged on April 24, 2013, 10:47:16 PM
I dont use spi...
Yes, im pretty sure it finished correctly. uImage was created and module too (ftdi_sio too )

Its not normal ??

I just followed the wiki... so config file is available at some place ??

Thx for your answer :-)

i2c support requires a change to a couple of the source files. I believe there is a document here somewhere on it. If you can't find it, pm me and I'll send you the necessary changes.