Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: n3ond4x on November 01, 2012, 05:27:31 PM

Title: Upgrading the kernel to 3.1.0 or a Cedarview Intel Atom Chipset gfx driver
Post by: n3ond4x on November 01, 2012, 05:27:31 PM
Hello,

I'm trying to get this Intel Atom D2550 with an NM10. The CPU and GPU are combined into one chip. The only current support for linux are some kernel patch files for kernel 3.1.0 as far as I can tell. Has anyone had any experience with this or know how terrible of an idea it would be to upgrade the kernel? Would it break most extensions?

Thanks in advance guys
Title: Re: Upgrading the kernel to 3.1.0 or a Cedarview Intel Atom Chipset gfx driver
Post by: Juanito on November 02, 2012, 12:52:52 AM
Maybe the patches will work on this kernel?
Title: Re: Upgrading the kernel to 3.1.0 or a Cedarview Intel Atom Chipset gfx driver
Post by: curaga on November 02, 2012, 10:31:26 AM
It is safe to run TC with a vanilla kernel.

On the choice of hardware, you could spend your time better - something with actual linux support for example... /OT
Title: Re: Upgrading the kernel to 3.1.0 or a Cedarview Intel Atom Chipset gfx driver
Post by: n3ond4x on November 02, 2012, 01:47:33 PM
Oh I agree, not a fan of having to get this particular chipset working but not much of a choice in the matter  :-\

I tried the patches on the TC patched 3.0.21 kernel source and compiled. It ended up creating a 4.5mb vmlinuz which is twice the size of the stock TC4.4 vmlinuz. So perhaps I did something wrong there, but the kernel will not work and panics at boot.

So I would be safe to download say a 3.1.0 kernel, apply the TC 3.0.21 patches and then the Cedarview patches?

Thanks again guys.
Title: Re: Upgrading the kernel to 3.1.0 or a Cedarview Intel Atom Chipset gfx driver
Post by: curaga on November 02, 2012, 02:23:29 PM
Yes, 3.1 with or without TC patches should work.
Title: Re: Upgrading the kernel to 3.1.0 or a Cedarview Intel Atom Chipset gfx driver
Post by: n3ond4x on November 02, 2012, 03:21:17 PM
Thanks. Where should I place the kernel modules? They used to reside in /lib/modules/3.0.21-tinycore/ but I'm not sure how that is referenced or what I need to change. Is there a symlink that points to this or something similar that you know of?
Title: Re: Upgrading the kernel to 3.1.0 or a Cedarview Intel Atom Chipset gfx driver
Post by: gerald_clark on November 02, 2012, 04:54:13 PM
When you 'make modules install' they will be copied to /lib/modules/3.1.
You will need to create a new initrd with the new modules. 
You will need to run depmod as instructed in the wiki articles.