Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
Kitkat Kernels for All (well most!)
Collapse
This is a sticky topic.
X
X
-
RK3188_BOX_SZY_X6 V1_0 131024
Hi.See also
- wifi support
- Bluetooth support
- ethernet not support
to register to download
- wifi not support
- Bluetooth not support
- ethernet yes support
Who could make friends with these two nuclei and finally make a working kernel Kitkata for this board?Please !!
Comment
-
Working 1080p kernel for J22 - Nandflash/SD Card Unmounted
Hi d33. I have the same J22 Stick with AP6210 Wifi/BT chip that has been mentioned several times on the forums. It has the same print on board which says: 2013-06-17 CYXTECH_RK3188_909 V1_1. I have checked the other side of the board and can confirm it has a 3188T processor. The latest KK firmware update posted for CX919-II works fine on it (both 720p and 1080p), however, I needed an optimized and rooted ROM so flashed Finless 2.0 beta on it, which works fine with the provided default kernel, but it is 720p and clocked to 1.2GHz, which plays even 720p videos choppy/laggy. The OC kernels provided in the Bob's Finless 2.0 thread also work fine, but again those are all 720p kernels and clock max at 1.4GHz. I understand that OCing more can be harmful for this underpowered chip. However, still, I need an OCed GPU/RAM and with 1080p support. When I flash your provided kernels (be it 4.2 or 4.1 or any previous versions), the 6210 and alternate 6210 kernels boot fine when powered with USB cable coming from computer or TV USB port, but keep rebooting with an external power adapter (weird but suggests probably voltage/amperes are too high). Also, the nandflash or sdcard seems to be non-existent/absent with these kernels, so apps keep crashing all the time. However, good thing is that max clock speed is shown as 1.6GHz against 1.4GHz max on other kernels. Can you please spare some time and see what the problem is and make a working 1080p kernel for this board? Thanks in advance.
Comment
-
Re: Kitkat Kernels for All (well most!)
Originally posted by PolloLoco View PostI'm curious as well, why a return to interest in the old chips? Is it related to the underwhelming performance of the initial amlogic s802 chips?
Comment
-
1366x768
Hi all,
D33:
Thanks for your great work... it took a while to found this thread.
As time goes on more and more people has a display with 1366x768 native resolution.
A guy called gerry1980 patched a kernel to support 1366x768 resolution.
If there is a way to include this in your kernel as well that would be great for many of us!
My device: MK908II
Thank you!
Comment
-
Originally posted by nagper View PostHi all,
D33:
Thanks for your great work... it took a while to found this thread.
As time goes on more and more people has a display with 1366x768 native resolution.
A guy called gerry1980 patched a kernel to support 1366x768 resolution.
If there is a way to include this in your kernel as well that would be great for many of us!
My device: MK908II
Thank you!Measy U4B (=Tronsmart T428) used by my kids!
Onda v975m - M802 - Bought from Banggood.com
Pipo M8HD 3G - RK3188 - don't buy from pipo-store
Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
CX921b -RK3188T (sponsored by AndroidTV)
Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
RKM MK902 - RK3188 (sponsored by RKM)
Donate to Finless
Comment
-
Originally posted by PolloLoco View PostI'm curious as well, why a return to interest in the old chips? Is it related to the underwhelming performance of the initial amlogic s802 chips?Measy U4B (=Tronsmart T428) used by my kids!
Onda v975m - M802 - Bought from Banggood.com
Pipo M8HD 3G - RK3188 - don't buy from pipo-store
Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
CX921b -RK3188T (sponsored by AndroidTV)
Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
RKM MK902 - RK3188 (sponsored by RKM)
Donate to Finless
Comment
-
Originally posted by dowap View Post
Try this kernel and report back with DMESGLast edited by d33; 23 July 2014, 18:28.Measy U4B (=Tronsmart T428) used by my kids!
Onda v975m - M802 - Bought from Banggood.com
Pipo M8HD 3G - RK3188 - don't buy from pipo-store
Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
CX921b -RK3188T (sponsored by AndroidTV)
Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
RKM MK902 - RK3188 (sponsored by RKM)
Donate to Finless
Comment
-
Another one to try - this one is a 4.23 KitKat kernel compiled with the JB MT7601 wifi driverLast edited by d33; 25 July 2014, 10:24.Measy U4B (=Tronsmart T428) used by my kids!
Onda v975m - M802 - Bought from Banggood.com
Pipo M8HD 3G - RK3188 - don't buy from pipo-store
Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
CX921b -RK3188T (sponsored by AndroidTV)
Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
RKM MK902 - RK3188 (sponsored by RKM)
Donate to Finless
Comment
-
Hi d33
I know it's an old device, but all the RK3066 wifi chips now work on KitKat roms except MK808B RK903(BCM4330) wifi. If you can take a look.
Here is a patch mawkish made for an old 3.0.8 kernel that made the wifi work.
Here is the JB dmesg and KitKat config file(with non working wifi)
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
Here are the GPIO pins
According to me it's pin PIN3_PD0, the bluetooth and other pins seem to be configured correctly in the kernel source.
Maybe the voltage or clock switch settings are configured incorrectly or the bluetooth/wifi chip is connected somehow? It is configured with WM83* PMU but maybe RK30 PMU should be used?
Compiled working kernel from here with above config, but no wifi.
Comment
-
Originally posted by mo123 View PostHi d33
I know it's an old device, but all the RK3066 wifi chips now work on KitKat roms except MK808B RK903(BCM4330) wifi. If you can take a look.
Here is a patch mawkish made for an old 3.0.8 kernel that made the wifi work.
Here is the JB dmesg and KitKat config file(with non working wifi)
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
Here are the GPIO pins
According to me it's pin PIN3_PD0, the bluetooth and other pins seem to be configured correctly in the kernel source.
Maybe the voltage or clock switch settings are configured incorrectly or the bluetooth/wifi chip is connected somehow? It is configured with WM83* PMU but maybe RK30 PMU should be used?
Compiled working kernel from here with above config, but no wifi.
https://github.com/linux-rockchip/ke...ip-3.0-rbox-kk
THe dump of ios shows:
<4>[ 1364.029127] GPIO gpio1 195 rk903_26M_rts (RK30 GPIO1 A3)
<4>[ 1364.030702] GPIO gpio3 278 rk903_26M_wake (GPIO3 C7)
<4>[ 1364.030724] GPIO gpio3 279 rk903_26M_poweron (GPIO3 C8)
<4>[ 1364.030747] GPIO gpio3 280 wifi_power (GPIO3 D0)
<4>[ 1364.030767] GPIO gpio3 281 rk903_26M_reset (GPIO3 D1)
<4>[ 1438.302107] GPIO gpio6 359 rk903_26M_wake_host (GPIO6 A7)Last edited by d33; 23 July 2014, 22:12.Measy U4B (=Tronsmart T428) used by my kids!
Onda v975m - M802 - Bought from Banggood.com
Pipo M8HD 3G - RK3188 - don't buy from pipo-store
Tronsmart S89 Vega -S802 (sponsored by Geekbuying)
CX921b -RK3188T (sponsored by AndroidTV)
Cube U30GT2 - RK3188 (part sponsored by Geekbuying)
RKM MK902 - RK3188 (sponsored by RKM)
Donate to Finless
Comment
What's Going On
Collapse
There are currently 2685 users online. 1 members and 2684 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment