Hello All,
I would like to use Iodine v4.0 on my android phone which is rooted with Cyanogen Mod 4.x, i tried statically compiling with arm-none-eabi-gcc but libz.a does not seem to come integrated into the ndk toolchain. iodine v5 is already available for android but due to version compatibility requirement for daemon and server i think i would definitely need to cross compile v4.0. could anyone cross compile it for android 1.6 ?
Link to Iodine v4 source: code.kryo.se/iodine/iodine-0.4.2.tar.gz
Thanks
`Archantos`
hi there,
is anyone of you in contact with vujke025?
i'd like to experiment with a dvb-t stick on the pad. so i need to compile the dvb-t stack in the kernel.
he seems to have his own source tree as he switched to a new kernel in v7.2.
thanks
Have you tried to PM him?
Kernel source https://github.com/wooshy1/kernel_2.6.36_nvidia_base
Hey Everyone
Just looking for help to compile kernels for this phone. For my previous u8150 I followed Alan Orth's guide here:
http://mjanja.co.ke/2011/06/compiling-custom-kernels-on-the-huawei-u8150/
as well as using and modifying his kernel source mostly to tweak governers and schedulers.
I am getting compile errors which prevent the source from building. I have used the config.gz from DZO's oxygen and have tried to build both franco Kernel and 2.6.35 from huawei both with no joy.
Anyone want to post a step by step to help me and others get into kernel building more?
Thanks
'Paul
I strongly need the linux kernel 2.6.29.REVO used by CM7 SwiftDroid SDSL v2.0. Can anyone tell me where I can down the source?
What I am currently doing is to hack the wireless module of my GT540 phones. So I need the linux kernel source to recompile the module: /system/lib/modules/wireless.ko. I have tried the kernel source from two github repositories.
* One is the swift kernel 2.6.29 authored by Quarx2k
* The other is by wingrime
But when I inserted the compiled wireless.ko, the CM7 SwiftDroid SDSL system throws out the version magic error.
# dmesg
wireless: version magic '2.6.29 preempt mod_unload ARMv6 should be '2.6.29.REVO preempt mo-unload ARMvt'
So I may need the exact linux version 2.6.29.REVO authored by microslav_mm.
Where can I download it? microslav_mm's github only provides 2.6.35 kernel right now.
Any suggestions are extremely appreciated. Already trapped by this kernel compilation issue for a whole week.
Shawn
http://forum.xda-developers.com/showpost.php?p=27315587&postcount=985
there you go
Thanks for this message.
But this webpage seems to contains only the already-built linux kernel and android image.
What I need is the source code of linux kernel 2.6.29.REVO. Any place to download?
Regards
Shawn
I dont know....
I think I saw it once on github :OO
Sign. But I strongly need this kernel source linux kernel source 2.6.29.REVO for wifi driver hacking.
I just searched ebay for RK3066 Development Board, and found one there, I have played the Beagle board.
this one seem good for play with RK3066 firmware and debug rom.
wy6688 said:
I just searched ebay for RK3066 Development Board, and found one there, I have played the Beagle board.
this one seem good for play with RK3066 firmware and debug rom.
Click to expand...
Click to collapse
Not used that one, but I'd caution you away from the RK3066 in general, as I have used a device with RK3066 chipset...
Rockchip don't respect or follow the GPL and give sources with binaries included. This means you cannot compile entirely from source, and can be problematic. Some core drivers like the clock driver are blobbed.
There may be better development boards out there, the ODroid X2 is one I've heard good things about.
I have checked the Latest Linux Kernel source from Kernel.org, all their source code included, using new ARM DTS system (device tree source), so you can compile all your kernel directly from mainstream kernel, except some board level chip driver, which you need to customize from Driver fold, /linux/arch/arm/boot/dts/rk3066a.dtsi, rk3066a-clocks.dtsi
wy6688 said:
I have checked the Latest Linux Kernel source from Kernel.org, all their source code included, using new ARM DTS system (device tree source), so you can compile all your kernel directly from mainstream kernel, except some board level chip driver, which you need to customize from Driver fold, /linux/arch/arm/boot/dts/rk3066a.dtsi, rk3066a-clocks.dtsi
Click to expand...
Click to collapse
Have you got NAND drivers for the rk3066 nand? clock drivers, ddr drivers?
(see files with a .uu extension, it's a uuencoded .o binary)
https://github.com/AndrewDB/rk3066-kernel/tree/master/arch/arm/mach-rk30 (ddr.uu, ddr_freq.uu, clock_data.uu)
https://github.com/AndrewDB/rk3066-kernel/tree/master/drivers/video (fb.uu)
I believe there's also some missing drivers for the nand (https://github.com/AndrewDB/rk3066-kernel/tree/master/drivers/mtd/rknand)
I just got the development broad from ebay and checked the source code, it do missing these source file and although you can build the kernel without issue for 3.0.8.
I believe the latest 3.10.x kernel from kernel org, which included the RK3066 DTS files, can be used to build the generic kernel that can run on RK3066 board and should have no other source code needed.
I'm trying to build this kernel based on 3.10.x, anyone know detail steps that build the generic kernel based on RK3066 DTS?
Thank advance.