Latest Products Reviews & Firmware Download - Geekbuying Official Blog

  • Shop
  • News
  • Affiliate
  • Download

PicUntu on RK3188 base Mini PC,easy install, change your tv sticks/tv box to real linux PC

All credit to Alok on freaktab, he made this great post. we just share with our customers, it is really good for RK3188 base tv sticks or tv box.

 

Team,

Close on the heals of release of 4.4.3, we are happy to present PicUntu 4.5-nand-BasicGUI, A complete Linux distribution all images (yes kernel, system, boot et all) AND the installer. The zipped file and a few clicks, will be all it takes, to get your own PicUntu.

Download the file is here
— > PicUntu 4.5-nand-BasicGUI

PicUntu 4.5 Basic Installer kit aims to make the installation, configuration and operations easy and convenient for end user to be able to use it, without worrying about the technology behind it.

Click image for larger version.   Name:	Screenshot - 100813 - 16:29:50.jpg  Views:	572  Size:	197.3 KB  ID:	3466
All this packed in less than 247 MB !! – that’s PicUntu 4.5-NAND-BasicGUI-kit

What does it do?
One click (actually 4 PicUntu on RK3188 base Mini PC,easy install, change your tv sticks/tv box to real linux PC ) install of PicUntu on Android stick.

Click image for larger version.   Name:	Screenshot - 100813 - 16:22:43.jpg  Views:	436  Size:	190.5 KB  ID:	3468

Who is it for?

  • Home use, multimedia users – even with 720p video files, the average load on CPU does not go beyond 30-35%.
  • Small servers, linux desktops, linux webservers (http://picuntu.g8.net is a web-server running on PicUntu 2.2 since Feb 2013)

 

  • In addition to the home users for the multi-media PicUntu-4.5 is the first business device that works out-of-the box for business users as well.
  • It is snappy, fast and robust.

What device is it for ?
Currently, this is optimized for MK802IV, but will work for many other 3188 devices (though I have yet to test them). Will be releasing kernels for other devices soon.

What does it have?

  • It has PicUntu 4.5 – kernels, boot, system file, with basic GUI.
  • It is based on Ubuntu 13.04, with xfce4.
  • I have added support for more than 200+ drivers, it should be a breeze to connect peripherals to this. If not, let me know with a pointer to source and I will try to get the driver compiled.
  • File system support – nfs, ntfs, cramfs, cifsutils, smb… – several remote controls, external usb ethernet, external usb wifi, vpn, pptp, vtun, Serial port – FTD, usb serial, UART, GPS-Garmin, sound card, touch screen… and many more (more than 200.)
  • Built in RDP application – run it like a powerful and hybrid thin client – to run and access Windows/Linux/Other OS.
  • Lot of tweaking has been done on the system level to make it responsive and blazing fast – Give it a spin, you would see the difference yourself.
  • Sound/Video work off the first boot.
  • Wlan0 should be pre-loaded, just click on the wicd-network to configure for your network.

*** WARNING ***

  • This package deletes all data from the your device. Your ANDROID will be gone !!
  • MOST manufacturers will void their warranty, if you flash un-authorized ROMs
  • I have heard of people bricking their device permanently, though I have yet to witness this.
  • So please be careful, you would be responsible for your own loss – or loads of fun.

*** WARNING ****

How do I install this?

  1. Use Windows machine, Download picuntu-4.5-nand-complete.zip. Unzip at any location.
  2. Click on rk_flash_1.37–> RKAndroidtool.exe
  3. At this time you need to get the device in bootloader mode. Use a pin to press the button on the device (this is explained on the forums) or run reboot bootloader in android.
  4. On your windows PC, when the application is launched, you should see at the bottom – “Device Found for Flashing”
  5. ** If you get that message go ahead, if not go back to step 5 and 6 till you get the message “Device Found for Flashing” ***
  6. Make sure that the following options are CHECKED
    1. binloader
    2. parameter
    3. kernel
    4. boot
    5. system
  7. Basically the following have to be UNCECKED (NOT SELECTED)
    1. misc
    2. recovery
    3. backup
    4. (I don’t yet know how to configure the flashtool, once I do, step 7 can be eliminated – if some kind soul can share with me – I will be obliged)
  8. First Erase NAND
  9. Select Flash ROM

The device should now boot into a fresh new PicUntu.

* IMPORTANT NOTE * – The first boot

  • The first time, it boots, it will take a while to come up... lot of work goes on , filesystem is resized, wifi module is modprobed. and other minor optimization. It might even appear to have stalled, wait for it to come back. It will come back.
  • If it does not boot into the GUI the first time – after having waited for about 3-5 minutes.
  • Reboot the device. This time it should be faster.
  • The login user is “picuntu” the password is “12qwaszx” (please change this password asap)

What does not work (yet)
– Hardware video acceleration
– Bluetooth.
– My Lenovo Touchscreen 🙁

Some key people who deserve credit for this work
– mmm123 (for sharing his learning)
– leolas (always eager to help)
– linuxium (for the nand configuration file, partition schema, rkwifi.ko insertion.. and many more things…)
– Galland – (for his nice work on framebuffers, video and basically everything hardware)
– Omegamoon and Astralix have been instrumental in getting the PicUntu going on the 3188 devices. Including the latest 3.0.72+ sources, which is available for use on his github.
– I used Finless ROMs parameter files and his postings to learn about the basics of boot.img
– I used rk3xxmodtools to zip/unzip create boot image files… (have a shell script file now)
– Borrowed from several users on the forums – the small tips of things they have solved various issues – from time, to sound, to many other…
– Andrew Kirby, Perry Kivolowitz have been extra-ordinarily generous with their support by sponsoring development devices. Many devices were received.
– Several people have contributed for documenting
– many more who I may have missed above, but their work deserves accolades.

Source + .Config
The source used is from the original Linux3188 source code released – this is where it is https://github.com/aloksinha2001/Linux3188
All kernels, I create have /proc/config.gz enabled, just use any of the devices to use the same for your own kernels.
EDIT: This one does NOT have the /proc/gz – My bad, I have updated the config file on the github, you can get the same here. The next updated version will carry this.

Linux users
Can you use Linux to flash this into your stick. You can theoritically flash the images – boot, kernel, system at the respective places using Linux desktop. There are also some very awesome tools created by linuxerwang, galland that help you flash the files.

However, for large file transfers, there is always a scope of errors to creep in. And hence, more often than not it fails. Perry was working on this, and he put in some checks at each write and read – but, I am not sure, if the final files have been working (specially for large files – system.img decompresses to 1.2Gb)

What happens, if I want my android back
Worry not, you can always switch back to andrioid, by flashing back the stock rom or the various – very nice android custom roms available across various forums. Ofcourse, you would have to let go of PicUntu.

7z
I have never been a fan of the LZMA format, even though I knew they give a higher compression settings… Tar/gz was working great for me. BUT… seeing others use this format, I wondered if it would give enough reasons for the shift. And sure enough, it shaved off about 25% of the file size in compression. (another learning from the forums). WinRAR will be a good option to uncompress this.

What’s Next

  • Other devices to be supported – I am keen on K-R42, TronSmart T428, MK908, RADXA..
  • Release a ‘full’ gui version, with complete processing world – gimp, libreoffice, media players, editors etc. Even now, you can manually do this by add the specific applications.
  • Release a ‘server’ version to run headless. You can pretty much install any server even today (available from Ubuntu 13.04) repos. We will make it pre-loaded and pre-configured.
  • More drivers.
  • But most importantly, we would continue to make it more and more simple for the end user.
Oct 12, 2013Geekbuying Blog
What’s your Reaction?
+1
0
+1
0
+1
0
+1
0
Facebook Twitter Email
10 years ago TV Boxes & Mini PCsPicUntu linux, PicUntu rk318811,424
Avatar photo
Geekbuying Blog
Good News Cubot ONE has been upgraded to MTK6589T, 4 ColorsHow to Root T-R42 Quad Core TV Box with Bluetooth Function
Comments: 14
  1. kimfatt
    10 years ago

    Work great! I hope the future roadmap will also include the Ugoos UT1 (Kaiboer F4). almost same structure with K-R42

  2. stas
    10 years ago

    Download files filed.
    please assist

  3. harrvy
    10 years ago

    You can also picuntu install on the cx-919?

  4. Avatar photo
    Eric
    10 years ago

    Yes,you can.

  5. Avatar photo
    Eric
    10 years ago

    I just check again,it can download, please try again.

  6. Shanlingho
    10 years ago

    It works great on a Tronsmart T428 with an USB ethernet Adapter.

  7. Andrey
    10 years ago

    Hello,
    thanks for big efforts to get normal Linux running on this mini PC!
    Currently i need this device to put home webserver on it. I want to unload my Corei7 machine and don't run it 24 hours a day.
    i want to ask, could you suggest some quad core devices where PicUntu definitely will work ? For example where i live in Ukraine such devices available:
    1. CX-919 (V919)
    2. Tronsmart T428
    3. Tronsmart MK908II
    4. MK809 III
    5. MK802IV
    6. Ugoos UG007B
    And some others, but all of them based on RK3188

  8. Avatar photo
    Eric
    10 years ago

    this instruction should work for all of the rk3188 base mini pc, but you know, those mini pc use different wifi chipset, so for the list you get, all of them can flash this picuntu, but some of them may lost the wifi and bluetooth, but you still can use ethernet.

  9. Andrey
    10 years ago

    Ok, good. But i need working wifi too, bluetooth not needed.
    That one looking fine http://www.youtube.com/watch?v=qlQkbBLulNc or http://www.hongkongeek.com/en/android-tv-dongle/2426-android-tv-dongle-j22-with-android-42.html

    Could someone reply if wifi working on J22, thanks an advance.

  10. jd
    10 years ago

    Got it running on a cx-921 just a couple minutes ago. Now have to get WiFi working.
    Sending this from my pipo m9pro.

  11. Andrey
    10 years ago

    I got mine J22 CX-912-||, succesfully installed PicUNTU on it. And wifi isn't working, but as log says, trying to bring it up.
    Currently i'm posting from Picuntu, Internet working via lan usb adapter.

    Full dmesg log: http://paste.ubuntu.com/6460369/
    Any chance it will work ?

  12. hermes
    9 years ago

    hi all,
    I have an mk802iv with linuxium from ian morrison ubuntu 12.04 kernel 3.0.36

    I have a device driver that works only with a kernel more recent that 3.0.36
    if I install picuntu this picuntu 4.5 based on ubuntu 13.04, what release of kernel I have?
    is it safe, with this picuntu, to upgrade modules that ubuntu will suggests?

    thank you so much
    hermes

  13. roberto
    9 years ago

    I just flashed this awesome release of Linux on my Tronsmart MK908II and wifi works fine out of the box! Thanks very much dude!

  14. Mau
    9 years ago

    Wifi doesn't work on Cx-921 :'(

    Someone know wich module should be added to the kernel?

banner
Categories
  • ►3D Printers (97)
    • Downloads (4)
    • News (31)
    • Promotions (2)
    • Reviews by Professionals (3)
    • Tutorials (15)
  • Affiliate Program (69)
  • Audio (4)
  • ►Automobiles & Motorcycles (10)
    • Car DVR (3)
  • CNC Routers (1)
  • Computers & Networking (4)
  • Consumer Electronics (55)
  • Firmware Update (418)
  • Gaming (16)
  • ►Laser Engravers (45)
    • Downloads (2)
    • News (1)
    • Tutorials (4)
  • ►Phones & Accessories (588)
    • Cubot (23)
    • Lenovo (1)
    • MTK6592 Software Support (29)
    • ►Other Brand (62)
      • Iocean (6)
      • JIAYU (2)
      • JXD (3)
      • THL (5)
      • ZOPO (20)
    • Tronsmart (27)
  • Power Stations & Solar Panels (9)
  • Security System (12)
  • Smart Home & Garden (15)
  • Solar Inverters (1)
  • Sports & Outdoors (67)
  • ►Tablet PCs (553)
    • Ainol (18)
    • chuwi (23)
    • Cube (57)
    • GPD (17)
    • Hyundai (12)
    • ICOO (2)
    • iFive (13)
    • Nextway (10)
    • Onda (42)
    • PIPO (41)
    • Ployer (1)
    • Ramos (7)
    • Teclast (54)
    • Vido(Yuandao) (7)
    • Yuandao (4)
  • Toys & Hobbies (86)
  • ▼TV Boxes & Mini PCs (633)
    • B13 (3)
    • CX-803 (4)
    • CX-803 II (1)
    • CX-919 (16)
    • CX-S806 (1)
    • F9 (1)
    • GK802 (10)
    • GM282/J22/CX-919II (2)
    • iMito MX1 (14)
    • iMito MX2 (9)
    • iMito QX1 (16)
    • iMito QX2 (2)
    • K-R42 (8)
    • M8 S802 Quad Core TV BOX (7)
    • Measy U2C (8)
    • Measy U4B (4)
    • MINIX NGC-1 (1)
    • MK808 (16)
    • MK808B (18)
    • MK808B PLUS (4)
    • MK809III (5)
    • NEO G4 (15)
    • NEO X5 (17)
    • NEO X5mini (3)
    • neo x6 (4)
    • NEO X7 (22)
    • Neo X7mini (7)
    • Neo X8-H Plus (2)
    • NEO X8/ Neo X8-H (12)
    • Neo Z64 (3)
    • QC802 (4)
    • Rikomagic MK802 III (4)
    • Rikomagic MK802 IIIS (7)
    • Rikomagic MK802 IV (9)
    • T-r42 (4)
    • Tronsmart A928 (4)
    • Tronsmart Ara iZ37 (1)
    • Tronsmart Ara X5 Plus (1)
    • Tronsmart Draco AW80 (7)
    • Tronsmart Draco H3 (1)
    • Tronsmart MK808II (2)
    • Tronsmart MK908 (22)
    • Tronsmart MK908II (8)
    • Tronsmart NX (1)
    • Tronsmart Orion R28 (3)
    • Tronsmart Prometheus (14)
    • Tronsmart T428 (19)
    • Tronsmart Vega S89/Vega S89 Elite (24)
    • TV01(CS968) (1)
    • UG007 (6)
    • UG007 II (3)
    • UG007B (2)
    • UG008 (2)
    • UG802 (1)
    • Ugoos UT1/Kaiboer Bor F4 (4)
    • UHOST2 (4)
    • Uhost3 (1)
    • X31 (3)
  • Video Games (8)
  • Wearable Devices (43)
  • What’s New (1629)
Join Our Community

                
     
Recommendation
  • Geekbuying shopping carnival is back this September!
    Geekbuying shopping carnival is back this September!
  • the advantages of mini PC
    The Rise of Mini PCs: Compact Powerhouses for Modern Co…
  • Best Robot Vacuum Cleaner 2023
    Roborock Q8 Max Series: Revolutionizing the Way You Cle…
  • Proscenic, Flsun, DUOTTS, Sculpfun, ENGWE, Creality Exc…
  • Three Recommended Items to Improve Your Happiness in Life
    Three Recommended Items to Improve Your Happiness in Li…

Link

  • GUCEE S1000 Document Scanner
  • miyoo mini plus
About Geek Gadgets
  • For sample review and news cooperation, please contact: ref@geekbuying.com
  • For SEM/ PPC cooperation, please contact:sem@geekbuying.com
  • For affiliate cooperation, please contact:aff@geekbuying.com
Popular posts
  • Miyoo Mini Plus Game Console MD Games List Revealed
  • Anbernic RG35XX GarlicOS Games List and Accessories STL files Download
  • Creality K1 Max vs QIDI X Max 3 vs Bambu X1
  • Miyoo Mini Plus Game Console GB and GBA Games List Revealed
  • Master Powkiddy X55: A Comprehensive Guide to Starters
Recommend
  • R-BOX Pro Amlogic S912 TV Box Firmware 20161128
  • Tronsmart T4S ,a Quad Core Smartphone with MTK6589…
  • A Stupid Choice to Choose Seamless Metal Back Cove…
  • Xiaomi Redmi 4 Pro Qualcomm Snapdragon 625 MIUI V8…
  • Rockchip RK3288 USB Drivers For Windows XP,WIN7_32…
2023 © Powered by Geekbuying.com.