Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

[Pipo-Project] M7Pro kernel

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

    #46
    I used a quick and dirty method to jump on the train : git clone;
    but I think using repo init & syncs would have been better;
    best would probably be to multicontribute to a single shared git repo,
    but I'm not familiar with that (yet),
    if anyone has enough experience, please suggest the correct way of working as a team.
    tks

    Comment


      #47
      Originally posted by raxy View Post
      I used a quick and dirty method to jump on the train : git clone;
      but I think using repo init & syncs would have been better;
      best would probably be to multicontribute to a single shared git repo,
      but I'm not familiar with that (yet),
      if anyone has enough experience, please suggest the correct way of working as a team.
      tks
      Git Pull (Git fetch + git merge)
      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


        #48
        Originally posted by d33 View Post
        M7Pro v1.05

        Changelog:

        1. tried different gyro settings
        2. removed angle driver from non-booting 1.04 kernel
        3. first use of differential coding - note to devs - select model name in system type

        Pushed code to git so that Raxy / steve / maakie can follow same style

        SteveJC / Raxy,

        If you have M7Pros it will be easier for you to take over and finish this off. What needs doing is:

        1. setting the correct orientation params in the L3g driver within the ds1006.c source. Probably trial and error
        2. Fiddling with the VT TS config params and the init values to get the touchscreen spot on
        3. Amending the camera params to use the right GPIOs

        Where you change code can you wrap with pre-compiler defines (CONFIG_PIPO_M7PRO) please?
        Link not yet working

        I'm trying to recompile it but get errors in board-rk3188-ds1006h.c

        Comment


          #49
          Originally posted by stevejc View Post
          Link not yet working

          I'm trying to recompile it but get errors in board-rk3188-ds1006h.c
          link fixed.

          What errors?
          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


            #50
            is there a simple efficient solution to catch stderr and stdout when running make kernel.img ?
            I'd like to save all the messages (mainly warnings) coming out.

            Comment


              #51
              Originally posted by d33 View Post
              link fixed.

              What errors?
              here
              Attached Files

              Comment


                #52
                Originally posted by stevejc View Post
                here
                That should be pulled in from the include on line 854 (rk-sdmmc-wifi.c)

                Does kernel 1.05 work?
                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


                  #53
                  Originally posted by raxy View Post
                  is there a simple efficient solution to catch stderr and stdout when running make kernel.img ?
                  I'd like to save all the messages (mainly warnings) coming out.
                  this works...
                  make kernel.img > makekernel.log 2>&1

                  Comment


                    #54
                    Originally posted by d33 View Post
                    That should be pulled in from the include on line 854 (rk-sdmmc-wifi.c)

                    Does kernel 1.05 work?
                    hi, nope, I've got boot loop as 1.04 !

                    Comment


                      #55
                      Originally posted by d33 View Post
                      I've pushed my latest code so suggest you pull and re-compile
                      Done:
                      git pull
                      make clean
                      check that my moded Makefile still there : Ok
                      cp config.M7Pro.1.05 .config
                      make kernel.img

                      ends without error !
                      -rw-rw-r-- 1 raxy raxy 12333104 nov. 7 15:02 kernel.img

                      Comment


                        #56
                        Originally posted by d33 View Post
                        That should be pulled in from the include on line 854 (rk-sdmmc-wifi.c)
                        my fault, bad config file

                        Comment


                          #57
                          Steve, Raxy,

                          My suggestion is to extract the working config from kernel 1.03 and rebuild
                          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


                            #58
                            my make log enclosed, to track the warnings for later...
                            Attached Files

                            Comment


                              #59
                              Originally posted by d33 View Post
                              Steve, Raxy,

                              My suggestion is to extract the working config from kernel 1.03 and rebuild
                              I agree to start back from 1.03,
                              but it seems that your repo does not have it, just 1.05 if i understand correctly what I see..

                              Comment


                                #60
                                Originally posted by raxy View Post
                                I agree to start back from 1.03,
                                but it seems that your repo does not have it, just 1.05 if i understand correctly what I see..
                                Every kernel has the .config included. Use ikextact-config to pull it out
                                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