Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Android KitKat Kernels for RK3066 devices

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Android KitKat Kernels for RK3066 devices

    I don't know anything about RK3066 kit and so I need people to tell me what to build

    0. make & model names
    1. wifi chip (GPIOs would be good)
    2. bt chip (as above)
    3. resolution
    4. AV support chip
    5. hardware support required
    6. cpu speed / gpu speed / memory speed

    please attach a DMESG from a stock kernel
    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

    #2
    I will spent a System.img for it.
    Do you want a X5 Mini to Test it?

    Ray

    Comment


      #3
      Originally posted by neomode View Post
      I will spent a System.img for it.
      Do you want a X5 Mini to Test it?

      Ray
      No thanks Ray. I'm just doing this as all the RK3188 combinations are done and I haven't yet got a RK3288!
      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


        #4
        MK808B
        TV Stick
        RK903 wifi
        No AV
        GPIO Pins here https://github.com/aloksinha2001/pic...-alok/issues/5

        Unfortunately the above patch makes wifi work but messes with the voltages and causes 60% CPU usage in dhd Broadcom process.
        Think it needs 4 pins to turn wifi on, just changing the wakup GPIO pin works on RK903 TV Boxes but not TV Sticks.

        Comment


          #5
          0. Minix Neo G4
          1. RTL8188EUS (no special GPIO needed)
          2. No BT chip
          3. 720p
          4. No AV support chip
          5. WM8326G PMU
          6. 1300 MHz / def GPU clock speed / def RAM clock speed

          dmesg-neo.txt

          Comment


            #6
            CX-818
            Design
            CPU: Rockchip RK 3066 2h1.6 GHz
            The Video Accelerator: Mali 400
            RAM size 1024 MB
            The size of the Flash memory 8 GB (available 0,98 GB for applications, and 5,14 GB for content)

            Connection
            Outputs HDMI, A/V (3.5mm TRS "mini")
            Interfaces Ethernet RJ45, USB 2.0 x2, micro USB
            Support for memory cards microSD
            The Wi-Fi connection rtl 8188etv (https://github.com/lwfinger/rtl8188eu)

            The firmware is almost ready,but not wi-fi


            Help if you can.
            Last edited by dalex85; 29 September 2014, 14:16.

            Comment


              #7
              Originally posted by mo123 View Post
              MK808B
              TV Stick
              RK903 wifi
              No AV
              GPIO Pins here https://github.com/aloksinha2001/pic...-alok/issues/5

              Unfortunately the above patch makes wifi work but messes with the voltages and causes 60% CPU usage in dhd Broadcom process.
              Think it needs 4 pins to turn wifi on, just changing the wakup GPIO pin works on RK903 TV Boxes but not TV Sticks.
              Okay, I'll have a go.

              I see:

              gpio1 195 rk903_26M_rts -> RK30_PIN1_PA3
              gpio3 278 rk903_26M_wake -> RK30_PIN3_PC6
              gpio3 279 rk903_26M_poweron -> RK30_PIN3_PC7
              gpio3 280 wifi_power -> RK30_PIN3_PD0
              gpio3 281 rk903_26M_reset -> RK30_PIN3_PD1
              gpio6 359 rk903_26M_wake_host -> ?? RK30_PIN6_PA7

              So SDIO power on and 4 pins on rk903 - all looks pretty standard so I guess there is something hidden - [Edit] Oh I see the wakeup host pin is wierd
              Last edited by d33; 05 October 2014, 11:01.
              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


                #8
                Originally posted by d33 View Post
                Okay, I'll have a go.

                I see:

                gpio1 195 rk903_26M_rts -> RK30_PIN1_PA3
                gpio3 278 rk903_26M_wake -> RK30_PIN3_PC6
                gpio3 279 rk903_26M_poweron -> RK30_PIN3_PC7
                gpio3 280 wifi_power -> RK30_PIN3_PD0
                gpio3 281 rk903_26M_reset -> RK30_PIN3_PD1
                gpio6 359 rk903_26M_wake_host -> ?? RK30_PIN6_PA7

                So SDIO power on and 4 pins on rk903 - all looks pretty standard so I guess there is something hidden - [Edit] Oh I see the wakeup host pin is wierd
                Here is a patch to make the wifi work but it's very 'dirty' and messes with the PMU.
                Linux/Android kernel 3.0.36 for Rockchip 30xx/31xx - Added mawkish's Temporary RK903 Wifi Patch for MK808B · BalintBanyasz/kernel_rockchip@98e34d8

                It causes 60% CPU usage by a dhd sdio broadcom process if wifi is turned on.

                Most of those pins are for bluetooth in rk30*board*box file, but the wifi is not just RK30_PIN3_PD0, think it's a combination of 4 SDIO pins that need to be turned on. The wifi chip has integrated bluetooth which make it difficult.
                Compiling RK903 wifi with the default RK30 KitKat Box config seems to make RK903 wifi work on MiniX RK3066 TV Box with RK903 wifi, but not working on this MK808B TV Stick with RK903 wifi. MK808 that uses RK901 wifi, the same broadcom driver and wifi power pin but different kernel setting seem to work also.

                People have been battling with a custom RK903 kernel since Android 4.1 firmware.
                Just hope it can be made.

                Comment


                  #9
                  TV box rk3066
                  wifi (rtl8192cu)
                  <4>[ 939.550077] ================================================== =====
                  <4>[ 939.560037] ==== Launching Wi-Fi driver! (Powered by Rockchip) ====
                  <4>[ 939.566636] ================================================== =====
                  <4>[ 939.573449] RTL8192/RTL8188 USB WiFi driver (Powered by Rockchip,Ver 4.04) init.
                  <4>[ 939.581870] wifi_usb_init
                  <4>[ 939.587269] wifi_activate_usb
                  <6>[ 939.593358] rk29sdk_wifi_power: 1
                  <6>[ 939.822383] wifi turn on power
                  Ethernet cable
                  Rk1000 for video and audio out
                  hdmi
                  optical out
                  1gb ram
                  4 usb connectors,
                  1 sd card
                  infrared for remote control
                  Need KK kernel please for it. Thanks.
                  Attached Files

                  Comment


                    #10
                    Oops
                    Last edited by dalex85; 23 April 2015, 20:19.

                    Comment


                      #11
                      CX-818
                      Design
                      CPU: Rockchip RK 3066 2h1.6 GHz
                      The Video Accelerator: Mali 400
                      RAM size 1024 MB
                      The size of the Flash memory 8 GB (available 0,98 GB for applications, and 5,14 GB for content)

                      Connection
                      Outputs HDMI, A/V (3.5mm TRS "mini")
                      Interfaces Ethernet RJ45, USB 2.0 x2, micro USB
                      Support for memory cards microSD
                      The Wi-Fi connection rtl 8188etv








                      Attached Files
                      Last edited by dalex85; 23 April 2015, 20:18.

                      Comment


                        #12
                        thanks for info

                        Comment


                          #13
                          d33, is there a way to unpack existing kernels?

                          trying to add a module into an existing kernel.

                          currently using finless 2.1 on mk808, and trying to add the AX88179 usb ethernet adapter drivers.

                          not sure if this is possible?

                          any tips/guidance is appreciated.

                          Thanks!
                          MK808 - Ubuntu 12.10 home://io (Olegk0 3.0.8 Kernel)

                          Comment


                            #14
                            Originally posted by vampirex View Post
                            d33, is there a way to unpack existing kernels?

                            trying to add a module into an existing kernel.

                            currently using finless 2.1 on mk808, and trying to add the AX88179 usb ethernet adapter drivers.

                            not sure if this is possible?

                            any tips/guidance is appreciated.

                            Thanks!
                            No

                            You can try to manually load the module by insmod it or add it to init.d script in a custom ROM.

                            Comment

                            Working...
                            X