[REF] Galaxy Tab 10.1 Kernel source code now available on git! With building guide.

Search This thread

supercurio

Retired Senior Recognized Developer
May 31, 2010
3,550
5,041
Chambéry
spectrastudy.com
Hi pals :)

I just received Galaxy Tab 10.1 Kernel source code as .tar and I worked on a common git repository for us all developers to ease our work as team. It helps facilitating exchanges.

The source presented here are Samsung unmodified, for your forking pleasure.
Now your turn to build OC and more custom stuff from it. I'll focus on Image, Sound and Video ;)

Kernel sources:

github.com/GalaxyTab101/samsung-kernel-galaxytab101


Initramfs collection you can use with:

github.com/GalaxyTab101/samsung-initramfs-galaxytab101


Template build scripts:

https://github.com/project-voodoo/scripts/blob/supercurio/galaxytab101_build_kernel.sh
https://github.com/project-voodoo/scripts/blob/supercurio/galaxytab101_mkbootimage.sh


Samsung README:
https://github.com/GalaxyTab101/sam...p7510-honeycomb-3.1/README_Samsung_kernel.txt


First custom kernel built with all this:


- It's insecure (adb root)
First custom kernel available!
- It contains associated cifs.ko in /lib/modules

http://dl.project-voodoo.org/galaxytab10.1/gt-p7510-supercurio-insecure-boot.img

How to test-boot it:
- reboot fastboot mode
- fastboot boot gt-p7510-supercurio-insecure-boot.img

Have fun :)
 
Last edited:

shep211

Retired Forum Moderator
Sep 19, 2007
1,980
295
45
Layton, Ut
Good to see you working on the 10.1 tablet. Thanx for the work on the kernel & instructions. Cant wait to overclock.
 

supercurio

Retired Senior Recognized Developer
May 31, 2010
3,550
5,041
Chambéry
spectrastudy.com
Actually diffing manually to find which repo/commit Samsung based it source from.

Code:
38988   /tmp/diffandroid-tegra-2.6.36-honeycomb-mr1+samsung
39040   /tmp/diffandroid-tegra-2.6.36-honeycomb+samsung
14992   /tmp/diffandroid-tegra-2.6.36-release-f982fa0f+samsung
14996   /tmp/diffandroid-tegra-2.6.36-release+samsung
 
  • Like
Reactions: k0nko87 and aorth

PhantomHacker

Inactive Recognized Developer
Sep 28, 2010
2,664
6,459
Awesome, can't wait for some overclocking awesomeness!
 
Last edited:

supercurio

Retired Senior Recognized Developer
May 31, 2010
3,550
5,041
Chambéry
spectrastudy.com

used2hvatreo

Senior Member
Jun 26, 2008
496
60
Houston
Yeah !

Source now online.
I recreated a git repository with many manual cherry-picking based on an old NVIDIA repository state (march) to serve as base:

https://github.com/GalaxyTab101/samsung-kernel-galaxytab101/tree/gt-p7510-base

Close but not exactly Samsung's repo, it would have taken days of work: not reasonable ^^

Then I added Samsung source, fixed a few things et voilà !

github.com/GalaxyTab101/samsung-kernel-galaxytab101

Now, initramfs time!

you are my hero
 

Top Liked Posts