Has anyone tried to compile a kernel using the snapdragon llvm compiler and if so what was your experience with the end result?
Related
is 2.50GHz Qualcomm Snapdragon 801 of galaxy s5 of ARM, MIPS or x86 architecture?
ARM
Which one does the S5 resemble? I compiled a kernel using toolchains optimized for ARMv15 and my S5 seems to run just fine.
It worries me you are compiling kernels when you don't understand ARM architecture.
Arm v7 or v8 are the two types: generally the 64bit processors come with arm v8. S5 is v7 as far as I know. The v15 thing you mentioned is actually professor model types: ARM do a9 and a15 cores along with their newer a53, a57 cores.
lynxblaine said:
It worries me you are compiling kernels when you don't understand ARM architecture.
Arm v7 or v8 are the two types: generally the 64bit processors come with arm v8. S5 is v7 as far as I know. The v15 thing you mentioned is actually professor model types: ARM do a9 and a15 cores along with their newer a53, a57 cores.
Click to expand...
Click to collapse
Thanks for the quick response. I have since compiled a kernel with the proper cross compiler and source code.
Which linaro toolchain should I use to compile s3 neo i9301i kernel?When I use arm-eabi-4.6 I get some errors.
Can 'developer' make a port of Kali for Qualcomm chipset specially for Snapdragon 430 cause it is great if we can port Kali Linux for all Qualcomm chipset
Thank you! : )
Kali will already run on any ARM chipset, just use Linux deploy and run it in chroot, using an armhf image. You will need root access.
I've got Ubuntu ARM64 chroot running on my phone, and it's got a hsilicon Kirin 960, which has even less Devs than the sd430.
[email protected] said:
Can 'developer' make a port of Kali for Qualcomm chipset specially for Snapdragon 430 cause it is great if we can port Kali Linux for all Qualcomm chipset
Thank you! : )
Click to expand...
Click to collapse
Kali nethunter is a overlay ROM which has all the features of kali Linux. And you can build it for your device,just you have to custom compile your device's kernel. All the information regarding it is available in github nethunter page.
I never built CAF source , anyone can guide me?
CAF is optimised for Snapdragon so I am interested.