Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Khadas Vim TV Box Amlogic S905X Quad-core (One for the Geeks) Now with Android 9

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

    #16
    Can it take usb hubs, for example something simple like this?



    I like having both keyboard and mouse attached plus I need a slot free for flash drive, only having 2 usb ports is what's holding me back from buying.



    Comment


      #17
      Originally posted by mr_shady View Post
      Can it take usb hubs, for example something simple like this?



      I like having both keyboard and mouse attached plus I need a slot free for flash drive, only having 2 usb ports is what's holding me back from buying.


      Don't worry. This kind of usb hubs can work!

      #1
      Gearbest TV Box & Mini PC Page

      #2 Flash Deals Flash Deals
      #3Coupons Coupons, Coupons and More Coupons

      Comment


        #18
        Originally posted by mr_shady View Post
        Can it take usb hubs, for example something simple like this?



        I like having both keyboard and mouse attached plus I need a slot free for flash drive, only having 2 usb ports is what's holding me back from buying.


        Another two USB expandable port on GPIO, take a look here for more infors:
        This documentation is out of date, please refer to the new one: https://github.com/khadas/khadas_docs - khadas/documents


        And, further reading for developers:
        Guidance & Index for new staters. Contribute to khadas/guide development by creating an account on GitHub.

        Comment


          #19
          Originally posted by gouwa View Post

          Another two USB expandable port on GPIO, take a look here for more infors:
          This documentation is out of date, please refer to the new one: https://github.com/khadas/khadas_docs - khadas/documents


          And, further reading for developers:
          https://github.com/khadas/guide
          16gb/8gb rom speed? write and read
          MINIX U1, MINI MXIII, MINI MXIII II, GT1, SEA I

          Comment


            #20
            Originally posted by KAA View Post

            16gb/8gb rom speed? write and read
            It's Samsung EMMC-V5.0 with a theoretically 400MB/s speed, and follow is real test data on Khadas Vim for you info:


            Write:
            Code:
            root@Vim:/ # busybox dd if=/dev/zero of=/sdcard/test.dbf bs=1M count=10
            10+0 records in
            10+0 records out
            10485760 bytes (10.0MB) copied, 0.131155 seconds, 76.2MB/s
            root@Vim:/ # busybox dd if=/dev/zero of=/sdcard/test.dbf bs=10M count=10
            10+0 records in
            10+0 records out
            104857600 bytes (100.0MB) copied, 1.035819 seconds, 96.5MB/s
            root@Vim:/ # busybox dd if=/dev/zero of=/sdcard/test.dbf bs=10M count=10
            10+0 records in
            10+0 records out
            104857600 bytes (100.0MB) copied, 3.723979 seconds, 26.9MB/s
            root@Vim:/ # busybox dd if=/dev/zero of=/sdcard/test.dbf bs=10M count=10
            10+0 records in
            10+0 records out
            104857600 bytes (100.0MB) copied, 1.111914 seconds, 89.9MB/s
            root@Vim:/ #
            Read:
            Code:
            root@Vim:/ # busybox  dd if=/sdcard/text.dbf of=/dev/null bs=4k count=10000    
            10000+0 records in
            10000+0 records out
            40960000 bytes (39.1MB) copied, 0.181647 seconds, 215.0MB/s
            root@Vim:/ #
            root@Vim:/ #
            root@Vim:/ #
            root@Vim:/ # busybox  dd if=/sdcard/text.dbf of=/dev/null bs=100k count=10000  
            4000+0 records in
            4000+0 records out
            409600000 bytes (390.6MB) copied, 1.632199 seconds, 239.3MB/s
            root@Vim:/ #
            root@Vim:/ #
            root@Vim:/ #
            root@Vim:/ # busybox  dd if=/sdcard/text.dbf of=/dev/null bs=4M count=10000    
            97+1 records in
            97+1 records out
            409600000 bytes (390.6MB) copied, 1.712541 seconds, 228.1MB/s

            Ps: path '/sdcard' is a link to internal EMMC storage:
            Code:
            lrwxrwxrwx root     root              2016-11-25 08:31 sdcard -> /storage/self/primary

            Comment


              #21
              Originally posted by gouwa View Post

              It's Samsung EMMC-V5.0 with a theoretically 400MB/s speed, and follow is real test data on Khadas Vim for you info:


              Write:
              Code:
              root@Vim:/ # busybox dd if=/dev/zero of=/sdcard/test.dbf bs=1M count=10
              10+0 records in
              10+0 records out
              10485760 bytes (10.0MB) copied, 0.131155 seconds, 76.2MB/s
              root@Vim:/ # busybox dd if=/dev/zero of=/sdcard/test.dbf bs=10M count=10
              10+0 records in
              10+0 records out
              104857600 bytes (100.0MB) copied, 1.035819 seconds, 96.5MB/s
              root@Vim:/ # busybox dd if=/dev/zero of=/sdcard/test.dbf bs=10M count=10
              10+0 records in
              10+0 records out
              104857600 bytes (100.0MB) copied, 3.723979 seconds, 26.9MB/s
              root@Vim:/ # busybox dd if=/dev/zero of=/sdcard/test.dbf bs=10M count=10
              10+0 records in
              10+0 records out
              104857600 bytes (100.0MB) copied, 1.111914 seconds, 89.9MB/s
              root@Vim:/ #
              Read:
              Code:
              root@Vim:/ # busybox dd if=/sdcard/text.dbf of=/dev/null bs=4k count=10000
              10000+0 records in
              10000+0 records out
              40960000 bytes (39.1MB) copied, 0.181647 seconds, 215.0MB/s
              root@Vim:/ #
              root@Vim:/ #
              root@Vim:/ #
              root@Vim:/ # busybox dd if=/sdcard/text.dbf of=/dev/null bs=100k count=10000
              4000+0 records in
              4000+0 records out
              409600000 bytes (390.6MB) copied, 1.632199 seconds, 239.3MB/s
              root@Vim:/ #
              root@Vim:/ #
              root@Vim:/ #
              root@Vim:/ # busybox dd if=/sdcard/text.dbf of=/dev/null bs=4M count=10000
              97+1 records in
              97+1 records out
              409600000 bytes (390.6MB) copied, 1.712541 seconds, 228.1MB/s

              Ps: path '/sdcard' is a link to internal EMMC storage:
              Code:
              lrwxrwxrwx root root 2016-11-25 08:31 sdcard -> /storage/self/primary
              can i say it better than minix u1....

              why lan speed only 10/100... any reason
              MINIX U1, MINI MXIII, MINI MXIII II, GT1, SEA I

              Comment


                #22
                why lan speed only 10/100... any reason
                The processor Amlogic S905X doesn't support 1000M Lan is the mainly reason.

                Comment


                  #23
                  I've preordered one for myself, i hope it will have good support.

                  Comment


                    #24
                    Originally posted by gouwa View Post

                    The processor Amlogic S905X doesn't support 1000M Lan is the mainly reason.
                    any review on this box (YouTube )

                    excited to to know before place order..

                    MINIX U1, MINI MXIII, MINI MXIII II, GT1, SEA I

                    Comment


                      #25
                      Originally posted by KAA View Post

                      any review on this box (YouTube )

                      excited to to know before place order..
                      We will invite some reviewers to do some soon!

                      #1
                      Gearbest TV Box & Mini PC Page

                      #2 Flash Deals Flash Deals
                      #3Coupons Coupons, Coupons and More Coupons

                      Comment


                        #26
                        Originally posted by gearbest

                        We will invite some reviewers to do some soon!
                        Hi, i've preordered one, can you tell me when will linux images be ready for the board, will they be available upon release?

                        Another question, accesories for it, will they be sold on gb, or someone else will sell it?

                        Comment


                          #27
                          Originally posted by Tommy21st View Post

                          Hi, i've preordered one, can you tell me when will linux images be ready for the board, will they be available upon release?

                          Another question, accesories for it, will they be sold on gb, or someone else will sell it?
                          GB will sell accessories for sure.

                          not sure when the linux images will be ready

                          #1
                          Gearbest TV Box & Mini PC Page

                          #2 Flash Deals Flash Deals
                          #3Coupons Coupons, Coupons and More Coupons

                          Comment


                            #28
                            So anyone got one up and running with a video of it playing 4K videos

                            Comment


                              #29
                              Originally posted by gearbest View Post
                              Android pre-installed and no adapter.
                              the package content is shown below
                              [ATTACH=CONFIG]n611558[/ATTACH]
                              you mean no power adapter supply....
                              MINIX U1, MINI MXIII, MINI MXIII II, GT1, SEA I

                              Comment


                                #30
                                I think the power supply is over usb type-c...

                                Comment

                                Working...
                                X