I'm going the friend I need you to build my kernel for my samsung galaxy note 4 sm-n910h (exynos 5433-armv8-a / arm64-aarch64) I found the source code from the site opensource.samsung.com but i am bad at construction of kernel and + as soon as i want to install the apt package required he tell me who are more available would you neglect to create my kernel i am a little block i can not use most of application android I would like because my kernel is in 32bits right now thanks for your help ??
I don't think the bootloader supports booting 64-bit kernels. Sorry...
Related
Been a while since my last post
is there any modified Kernel for the Tab ? I've seen a Galaxy S runs like a fart on youtube " 1.6 Ghz "
my question is : is this kernel adjustable for the tab ? is there a running project in XDA to make this happen ?
thanks a lot
I have compiled both the AOSP (Android Open Source Project) and the Samsung Galaxy Tab open-source code, but I'm happy with JM6 so far, and I guess I am not brave enough to flash self-compiled critical components, I had enough problems with just self-compiled apps
flashed self compiled kernel resulted in panic
I flashed a the open source basekernel with the galaxy patch from samsung and got no joy. Nothing but kernel panic. Fortunately I was able to flash the original zImage back. Any insight on configuration parameters to use. I just did a stock make.
How did you load the system.img and data.img out from AOSP? I've compiled and can't figure out how to load the images.
Thanks
Im actually going to wprk on making a kernel oc'd just need a few tips ive done linux kernels before but the difference is i dobt have the source does anyone have the source to sprints firmware?
Sent from my SPH-P100 using XDA App
If anyone actually releases a stable 1.5GHz or higher kernel, I'll definitely donate $50 for the work, and I'm sure others will too.
Hi all so recently i have been doing some kernel development for other devices and i now have a working environment set up and some basic knowledge for building/customizing kernels. I got the tab 4 sm-t230 for xmas and now want to start some development on it especially kernel related..
so the question is can anyone point me in the right direction for obtaining kernel source and toolchain to be used for compiling the kerel?
any help would be great thnx
Inside 4ndroid said:
Hi all so recently i have been doing some kernel development for other devices and i now have a working environment set up and some basic knowledge for building/customizing kernels. I got the tab 4 sm-t230 for xmas and now want to start some development on it especially kernel related..
so the question is can anyone point me in the right direction for obtaining kernel source and toolchain to be used for compiling the kerel?
any help would be great thnx
Click to expand...
Click to collapse
Hi, see this thread by @ketut.kumajaya
http://forum.xda-developers.com/showthread.php?t=2785612
All Samsung Kernel Source releases, search by model # , sm-t[blah] etc.
http://opensource.samsung.com/reception.do
Follow the instruction in the sources readme as to toolchain version,
goto github to search out your toolchain.
m
Hello Folk,
i am Going to build custom roms for le 2 (x526) . But as of core requirement to build any custom rom , first i need 3 source codes which are
1)Kernel Sources (I have that)
2)Device tree sources (Hoping for someone to build this)
3)Vendor Tree sources (Again, we dont have that too)
So if you are serious about custom roms them support me and Ask for any experienced developer to Get these two Tree sources .
umangloria said:
Hello Folk,
i am Going to build custom roms for le 2 (x526) . But as of core requirement to build any custom rom , first i need 3 source codes which are
1)Kernel Sources (I have that)
2)Device tree sources (Hoping for someone to build this)
3)Vendor Tree sources (Again, we dont have that too)
So if you are serious about custom roms them support me and Ask for any experienced developer to Get these two Tree sources .
Click to expand...
Click to collapse
the kernel source you have is it working ???????????/
coz last i heard they removed it officially from their open source site coz they were not correct
Akhil16 said:
the kernel source you have is it working ???????????/
coz last i heard they removed it officially from their open source site coz they were not correct
Click to expand...
Click to collapse
they have removed from their site for all le Mobiles so i hope these are working .
umangloria said:
Hello Folk,
i am Going to build custom roms for le 2 (x526) . But as of core requirement to build any custom rom , first i need 3 source codes which are
1)Kernel Sources (I have that)
2)Device tree sources (Hoping for someone to build this)
3)Vendor Tree sources (Again, we dont have that too)
So if you are serious about custom roms them support me and Ask for any experienced developer to Get these two Tree sources .
Click to expand...
Click to collapse
This mobile contains snapdragon 652, which is rare currently in devices. So i don't think anyone has bring up device tree for this device. I am looking to purchase this device and then do some stuff for it, let's see if i bought it.
This might be helpful https://youtu.be/Uw_caMHZRC4
I am new in kernel developing and i started learning development by compiling kernel from source for samsung j3 pro (2016). I downloaded its kernel source (J320F / LL swa INS ) from samsung opensource site And gcc toolchain arm-eabi 4.8.
I followed available guide on net step by step for compiling and i its successfully compiled without an error and my zimage is created but when i flashed this kernel i got bootloops.
ANY SUGGESTIONS IS GREATLY APPRECIATED
i getting error on making modules too. I searching fix each error.
I enabled module in menconfig but failed to make
I have also compiled kernel available on github for j320fn with variant-defconfig for j320f but same result.
Any one have knowledge about this please instruct me
Hello,
For those interested in the original kernel source code for the SM-T813 :
As I am learning how to make ports for Android, I am trying to train on the original sources of the Linux kernel for the SM-T813.
After several weeks of research, I couldn't find the origin of the different kernel repositories.
Also on https://opensource.samsung.com, it was impossible to find the sources. So I contact them at the end of January to have an access to this sources...
... And they are now available !
You can download them on https://opensource.samsung.com (search SM-T813 at mobile phone on release center) or on my repository at https://github.com/Akipe/android_kernel_samsung_gts210vewifi_original_samsung
It is based on the T813XXS2BTK3 firmware with Android 7 Nougat.
I will see to ask for sources of similar tablets.
Will this help with porting new Adnoid version to these tablets?
Pawel_ said:
Will this help with porting new Adnoid version to these tablets?
Click to expand...
Click to collapse
I don't think so,
Kernel sources for this tablet already exist, and are ported to newer versions.
It is more useful for those who want start from scratch, and want to inspect the unmodified source code.
But my goal would be to successfully create from scratch for the SM-T813 LineageOS 14.1 (Android 7); and then try to move to the latest versions.
Since I am a beginner, I still have a lot to learn, and I don't have much time, so we will see