If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I have the 8189es driver here. Please contact me for a location to share the source.
PM sent.
Adding TCC_BT_DEV driver for BT for the old MK802 and Imito QX1 with rda5876 BT chip. I will send you the patch when I finish it.
REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
My devices: Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
MK902 & MK902II(Sponsored by RKM)
Beelink M8B & Beelink R89 (Sponsored by Beelink)
Tronsmart VEGA S89H (Sponsored by Gearbest.com)
MELE-PCG03 (Sponsored by Gearbest.com)Discount Coupon:MPCG03
Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
Thanks to them I can try to support your deviceshttp://freaktab.com/core/images/smilies/wink.png
Thanks a lot but if you have the sources it can help me a lot. I tried to find this sources but no sucess.
REMEMBER, YOUR FEEDBACK IS VERY IMPORTANT TO US.
My devices: Minix Neo X7; Minix Neo X8-H , Minix Neo Z64W & Z64 (Sponsored by Minix)
MK902 & MK902II(Sponsored by RKM)
Beelink M8B & Beelink R89 (Sponsored by Beelink)
Tronsmart VEGA S89H (Sponsored by Gearbest.com)
MELE-PCG03 (Sponsored by Gearbest.com)Discount Coupon:MPCG03
Ainol Intel Z3735 MiniPC(Sponsored by Gearbest.com)
Thanks to them I can try to support your deviceshttp://freaktab.com/core/images/smilies/wink.png
did you copy the modules in /system/lib/modules before FLASHING you need todo it that way or its not gonna work
OFC its not gonna boot to ADB without the newer modules ABD Requires the system to boot
do this
1. flash back to a working kernel
2. copy the modules to /system/etc/modules (you will need to mount in @root /w R/W for this)
3. check and make sure you aren't loading any of the older modules either remove them or comment them out in the rc script IN /boot.img/intird
4. power off and flash the new kernel and or boot.img
5. profit
your older tree builds fine this one dies for some reason its not outputting a zimg but there is no errors in the build log that would indicated a problem
I haven't had any issues building older sources
i deleted all 3.0.36 modules and replaced them with 3.0.72
but it still hungs up after bootlogo:"
should't have Deleted them now you can't flash back to the stock kernel and dump the previous dmsg
you didn't rename the new ones or anything did you ?
current devices(rockchip sucks)
Hardkernel ODROID C1 running android kitkat
Hardkernel ODROID XU3-L Running Linux/openelec (primary media server)
rPi model B+ running nothing ... bricked
i just created new firmware with this modules, the names are the same.
i trayed with both with blablabla.ko.3.0.72+ and without like blablabla.ko
and still cant get it to work:"
Everything is possible if we work together! ApkFreak
This is great news...I came here looking for an upgraded kernel for mk908 as per title..However I see different kernal requests for different devices ..at least provide a mk908 kernel for the forgotton ones or change title to "3188 kernel upgrades to 3.0.72+"
Nevertheless congratulations on developing and refining this kernel...Tronsmart owes you a chunk of change or your efforts...
I compiled a new 3.0.72+ kernel and modules and copied the new xxxx.ko.3.0.72+ modules to /system/lib BEFORE flashing kernel and no go here also. I noticed the rk30xxnand_ko.ko.3.0.36+ module is located in the / root directory so if I copy the new rk30xxnand_ko.ko.3.0.72+ to the root directory (with rw permissions) and reboot the module disappears. Maybe this is why we get no boot on the 3.0.72+ kernel.
I noticed also in the init.rc script that the modules that are insmod DO NOT have the 3.0.72+.ko extension so does this mean we should rename mail.3.0.72+ and ump.3.0.72+ to ump.ko and mail.ko for a successful boot?
I compiled a new 3.0.72+ kernel and modules and copied the new xxxx.ko.3.0.72+ modules to /system/lib BEFORE flashing kernel and no go here also. I noticed the rk30xxnand_ko.ko module is located in the / root directory so if I copy the new rk30xxnand_ko.ko.3.0.72+ to the root directory (with rw permissions) and reboot the module disappears. Maybe this is why we get no boot on the 3.0.72+ kernel.
You need to add the rk30xxnand_ko.ko.3.0.72+ to the boot.img otherwise it won't boot Android!
You need to add the rk30xxnand_ko.ko.3.0.72+ to the boot.img otherwise it won't boot Android!
How do I go about adding modules into the boot.img? Do I just make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- boot.img? Or should I use rktools to repack the firmware with new boot.img and kernel.img?
Comment