Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

PicUntu-4.5-nand-BasicGUI installer - One file, few click install.

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

    Originally posted by ionutz View Post
    thanks for reply. now work but wifi dont want. i try with command line and not work
    rc.local
    Code:
    #!/bin/sh -e
    #
    # rc.local
    #
    # This script is executed at the end of each multiuser runlevel.
    # Make sure that the script will "exit 0" on success or any other
    # value on error.
    #
    # In order to enable or disable this script just change the execution
    # bits.
    #
    # By default this script does nothing.
    
    
    #Log file rc.local
    #exec 2> /tmp/rc.log            # send stderr from rc.local to a log file
    #exec 1>&2                      # send stdout to the same log file
    #set -x                         # tell sh to display commands before execution
    #chmod 666 /tmp/rc.log
    
    
    #Variable root boot
    MountRW=`mount`
    MountRW=`echo "$MountRW" | grep ' on / type ext4 (rw)'`
    MountRW=`echo "$MountRW" | cut -f1 -d " " `
    insmod /lib/modules/rkwifi.ko
    
    
    #Resize NAND"
    if [ -e /resize.fs ]; then
        rm -f /resize.fs
        resize2fs -p /dev/mtdblock2
        mount -o remount,rw /dev/mtdblock2
        rm -f /resize.fs
        echo "Fix module load"
        depmod -a
        echo "Reboot OS"
        touch /forcefsck
        reboot
    fi
    
    
    #Mount rootfs test
    if touch /mnt.rw; then
        echo "OK... mount rw"
        rm /mnt.rw
        echo "Fix WiFi"
        rfkill block all
        rfkill unblock all
        rfkill block all
        echo "Fix sound"
        chmod o+rw /dev/snd/[c-t]*
        exit 0
    else
        echo "Error... mount ro"
        mount -o remount,rw $MountRW
        touch /forcefsck
        reboot
    fi
    exit 0
    you probe:
    echo "Fix WiFi"
    rfkill block all
    rfkill unblock all
    rfkill block all

    Comment


      Originally posted by vmkogeretla View Post
      rc.local
      Code:
      #!/bin/sh -e
      #
      # rc.local
      #
      # This script is executed at the end of each multiuser runlevel.
      # Make sure that the script will "exit 0" on success or any other
      # value on error.
      #
      # In order to enable or disable this script just change the execution
      # bits.
      #
      # By default this script does nothing.
      
      
      #Log file rc.local
      #exec 2> /tmp/rc.log            # send stderr from rc.local to a log file
      #exec 1>&2                      # send stdout to the same log file
      #set -x                         # tell sh to display commands before execution
      #chmod 666 /tmp/rc.log
      
      
      #Variable root boot
      MountRW=`mount`
      MountRW=`echo "$MountRW" | grep ' on / type ext4 (rw)'`
      MountRW=`echo "$MountRW" | cut -f1 -d " " `
      insmod /lib/modules/rkwifi.ko
      
      
      #Resize NAND"
      if [ -e /resize.fs ]; then
          rm -f /resize.fs
          resize2fs -p /dev/mtdblock2
          mount -o remount,rw /dev/mtdblock2
          rm -f /resize.fs
          echo "Fix module load"
          depmod -a
          echo "Reboot OS"
          touch /forcefsck
          reboot
      fi
      
      
      #Mount rootfs test
      if touch /mnt.rw; then
          echo "OK... mount rw"
          rm /mnt.rw
          echo "Fix WiFi"
          rfkill block all
          rfkill unblock all
          rfkill block all
          echo "Fix sound"
          chmod o+rw /dev/snd/[c-t]*
          exit 0
      else
          echo "Error... mount ro"
          mount -o remount,rw $MountRW
          touch /forcefsck
          reboot
      fi
      exit 0
      you probe:
      echo "Fix WiFi"
      rfkill block all
      rfkill unblock all
      rfkill block all
      i cannot run this script. acces denied

      Comment


        Originally posted by ionutz View Post
        i cannot run this script. acces denied
        There are some problems (solvable ) with wifi on the picuntu -mk908
        1. rkwifi module is not loaded (also there are some f-king problems with rkwifi arch ). So you need to load it
        on
        2. there is a problem with network manager so you realy need to put somehwere at startup (maybe in /etc/modprobe.d confs ) the line to force the module.

        3. Also, there are some restrictions for accesing some net stack data so nothing will work until you will run it from cmdline (lxterminal) using something like
        sudo firefox

        You are not able to edit files rc.something because you are not root. But if you use lxterminal you can

        do something like

        sudo thunar
        or
        sudo su -
        passwd

        ...................

        There is also a problem with rendering on picuntu at this time (vlc, chromium unusable, only firefox works (maybe because they tray to use 2d acceleration and it fail on the actual root ) and also with output resolution (by default i think is 720p standard ) . It will (i hope ) be fixed in future.

        In my opinion, even if the ui works like a charm, you have to go to android/ nexus rom 7 (staruzo ) for now.

        I am also from Ro.

        Comment


          Originally posted by ionutz View Post
          i cannot run this script. acces denied

          the script from vmkogeretla resolve only some part of the issues described (load the modules at startup ) but as i stated above, there are more deep problems, not solvable using the script provided.

          But interesting enough for testing.

          I am curious (just )... is there any freebsd port on rk3188 ?

          Comment


            Originally posted by oceanarecibo View Post
            the script from vmkogeretla resolve only some part of the issues described (load the modules at startup ) but as i stated above, there are more deep problems, not solvable using the script provided.

            But interesting enough for testing.

            I am curious (just )... is there any freebsd port on rk3188 ?

            Chromium fix
            settings\ advanced settings\ and turn off the pavilion equipment acceleration, reboot chromium.
            My script
            Add text (you linux disk)/etc/ rc.local
            (sudo thunar)

            Comment


              MK802IV Pre-July

              I've tried Picuntu 4.5 with and without 8188eu kernel (I have MK802IV Pre-July model) and it just hangs before getting to the GUI. I tried Flashing under Windows and with rkflashkit under Ubuntu with the same results. I'm starting this on a lapdock and 720P TV. Could it be that I'm not using 1080P?

              Comment


                On MK908 it will not work

                EDIT: The Device is Dead now...

                Comment


                  Originally posted by vmkogeretla View Post
                  add kernels: http://yadi.sk/d/R9By8N49C3kLE/
                  It's not for Picuntu. It's just for my image, which must still be installed after the firmware.
                  Thanks for your great work!!!
                  Are these nand only kernels? Judging by their size it does appear to be so.
                  Have you tried compiling any recovery linux kernels for mk908v1?

                  Comment


                    Originally posted by sevo1984 View Post
                    Thanks for your great work!!!
                    Are these nand only kernels? Judging by their size it does appear to be so.
                    Have you tried compiling any recovery linux kernels for mk908v1?

                    en
                    Yes, I have compiled a kernel for recovery. Once you have not responded to my core work for NAND, on mk908v1, I can not check. I mk809iii-v1-ap6210-101j1102

                    rus
                    да я уже скомпилировал ядро для recovery. только вы не ответили, работают ли мои ядра, для NAND, на mk908v1, я проверить не могу. У меня mk809iii-v1-ap6210-101j1102

                    Comment


                      Originally posted by vmkogeretla View Post
                      en
                      Yes, I have compiled a kernel for recovery. Once you have not responded to my core work for NAND, on mk908v1, I can not check. I mk809iii-v1-ap6210-101j1102

                      rus
                      да я уже скомпилировал ядро для recovery. только вы не ответили, работают ли мои ядра, для NAND, на mk908v1, я проверить не могу. У меня mk809iii-v1-ap6210-101j1102
                      I really do apologize, I've been away from the country on a business trip, didn't have chance to check the Freaktab forums! It took me a while today to try to catch up with updates. Will try to find your post now, but would appreciate if you could send me the link. Thanks!

                      Rus
                      Мне очень жаль, я был за границей в командировке, у меня не было шанса проверить Freaktab forums! Мне потребовалось некоторое время сегодня, чтобы догнать со всеми обновлениями. Я постараюсь найти его сейчас, но был бы признателен, если бы Вы прислать мне the link. Cпасибо!

                      Comment


                        waiting is to long

                        En: unfortunately we must to wait for a good porting of picuntu on mk908



                        Ro: din pacate va trebui sa mai asteptam pentru o portare buna a unei distributi bune pe mk908

                        Comment


                          Originally posted by sevo1984 View Post
                          I really do apologize, I've been away from the country on a business trip, didn't have chance to check the Freaktab forums! It took me a while today to try to catch up with updates. Will try to find your post now, but would appreciate if you could send me the link. Thanks!
                          link only NAND http://yadi.sk/d/R9By8N49C3kLE/
                          if for NAND will work, then I will compile for recovery

                          Comment


                            Originally posted by veilside View Post
                            On MK908 it will not work

                            EDIT: The Device is Dead now...

                            Have you tryed this ?


                            it work.Read carefully the readme inside

                            If the device is "dead" try to burn an android rom (try finless rom ) to restore original partition layout.

                            Also pay atention to the RK loader version. Some sticks have issues with 1.20. You need to "burn"
                            1.24 loader
                            If this is not working, the "dead" maybe means a hardware problem. Or not an mk908 from tronsmart. At least the device should be recognised by the rom tool......if not, there is a problem (hw) with the device

                            Comment


                              Originally posted by ionutz View Post
                              En: unfortunately we must to wait for a good porting of picuntu on mk908



                              Ro: din pacate va trebui sa mai asteptam pentru o portare buna a unei distributi bune pe mk908
                              yes indeed

                              Comment


                                mk908v1 nand kernel

                                Originally posted by vmkogeretla View Post
                                link only NAND http://yadi.sk/d/R9By8N49C3kLE/
                                if for NAND will work, then I will compile for recovery
                                Will do so and let you know how it went on!

                                Comment

                                Working...
                                X