Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Building 4.4.2 kernel for RK3188-T with MT6622N and ESP8089 drivers

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

    Building 4.4.2 kernel for RK3188-T with MT6622N and ESP8089 drivers

    Hi,

    I'd like to build a kernel for my device.
    I wanted to by a CX-919, and got this new MK809III stick mentioned in thread: http://www.freaktab.com/showthread.p...N-with-ESP8089

    After some research I've found that there's a build configuration automation (https://github.com/phjanderson/marvin) and a kernel for the chip (https://github.com/linux-rockchip/kernel_rockchip) and there's also a configuration file for the wlan chip in the kernel_rockchip repo. (ESP8089)

    Is there a way to build a kernel for this device? If I build a kernel will it work with other ROMs?

    I've also found out that the radxa rock rom starts on the stick, but no wlan/bt driver in the kernel. Can I patch it someway?

    Regards,
    atatek

    #2
    When I run make from marvin I get an error:

    Code:
    arch/arm/mach-rk3188/../plat-rk/rk-sdmmc-wifi.c:102:31: error: ‘RK30SDK_WIFI_GPIO_POWER_N’ undeclared here (not in a function)
    arch/arm/mach-rk3188/../plat-rk/rk-sdmmc-wifi.c:103:31: error: ‘RK30SDK_WIFI_GPIO_POWER_ENABLE_VALUE’ undeclared here (not in a function)
    arch/arm/mach-rk3188/board-rk3188-box.c:401:12: warning: ‘rk_fb_io_init’ defined but not used [-Wunused-function]
    arch/arm/mach-rk3188/board-rk3188-box.c:436:12: warning: ‘rk_fb_io_disable’ defined but not used [-Wunused-function]
    arch/arm/mach-rk3188/board-rk3188-box.c:448:12: warning: ‘rk_fb_io_enable’ defined but not used [-Wunused-function]
    In file included from arch/arm/mach-rk3188/board-rk3188-box.c:640:0:
    arch/arm/mach-rk3188/../plat-rk/rk-sdmmc-ops.c:1923:12: warning: ‘sdmmc_is_selected_emmc’ defined but not used [-Wunused-function]
    make[1]: *** [arch/arm/mach-rk3188/board-rk3188-box.o] Error 1
    make: *** [arch/arm/mach-rk3188] Error 2
    make: *** Waiting for unfinished jobs....
      CC      kernel/fork.o
    Then build fails. What is the problem?

    Comment


      #3
      Originally posted by atatek View Post
      Hi,

      I'd like to build a kernel for my device.
      I wanted to by a CX-919, and got this new MK809III stick mentioned in thread: http://www.freaktab.com/showthread.p...N-with-ESP8089

      After some research I've found that there's a build configuration automation (https://github.com/phjanderson/marvin) and a kernel for the chip (https://github.com/linux-rockchip/kernel_rockchip) and there's also a configuration file for the wlan chip in the kernel_rockchip repo. (ESP8089)

      Is there a way to build a kernel for this device? If I build a kernel will it work with other ROMs?

      I've also found out that the radxa rock rom starts on the stick, but no wlan/bt driver in the kernel. Can I patch it someway?

      Regards,
      atatek

      Looks like its already underway

      Please follow this thread



      😃
      Please consider donating to purchase tablets for Finless Bob to continue his work. This will help in the creation of custom roms and build an even stronger development base for our community. Thank you for you support!

      PLEASE CLICK THE DONATE BUTTON BELOW

      <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
      <input type="hidden" name="cmd" value="_s-xclick">
      <input type="hidden" name="hosted_button_id" value="3GN5JFZXXQLCA">
      <input type="image" src="http://www.freaktab.com/attachment.php?attachmentid=565&d=1341333954&thumb =1" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
      https://www.paypalobjects.com/en_GB/i/scr/pixel.gif
      </form>

      Comment


        #4
        Originally posted by Damo View Post
        Looks like its already underway

        Please follow this thread



        I'm following, but I still want to build it.
        So any help with it would be appreciated.

        Comment


          #5
          To be honest, probably wasting your time.

          The kernel doesn't seem to work on anything bar the stock rom or you'll lose wifi and bt, so you're much better off spending time working on a rom then the actual kernel itself, as that is only half the battle with these devices and there is already work being done on an unlocked kernel.
          Currently Using:
          2 x Nvidia Shield TV | MiniMX III
          Retired Devices:
          MiniMX III-II | Mk808b Pro | Mk808b Plus | Raspberry Pi 1 + 2 | UBOX R89 | MK808 | MK808b | CS008 | X1 4K (rk3288_809) | CYX_809III | Ouya | CX-919 | S82 Plus | Tronstmart R68

          Comment


            #6
            Originally posted by ididmytime View Post
            To be honest, probably wasting your time.

            The kernel doesn't seem to work on anything bar the stock rom or you'll lose wifi and bt, so you're much better off spending time working on a rom then the actual kernel itself, as that is only half the battle with these devices and there is already work being done on an unlocked kernel.
            Ok, as I see D33 has already built a working kernel to the device.
            Many thanks to him!

            I think I can build the kernel img from that source.

            Comment


              #7
              Originally posted by atatek View Post
              Ok, as I see D33 has already built a working kernel to the device.
              Many thanks to him!

              I think I can build the kernel img from that source.
              Good luck.

              The problems you had above come from declarations made in the wifi declaration blocks in the SDMMC files. Obviously I've fixed them in the source I maintain.
              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

              Working...
              X