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

  • aloksinha2001
    replied
    Originally posted by poul50 View Post
    is it posible to get this booting from external sd and keeping android on nand like the other version you made (4,3)
    But that is what PicUntu 4.4.3 is .. it keeps android on nand and linux on sd card.

    PicUntu 4.5 on the other hand keeps Linux on NAND.

    Alok

    Leave a comment:


  • aloksinha2001
    replied
    Originally posted by mustafaupk View Post
    I flashed the kernel in this compressed file into my mk908 but the problem with chromium/firefox persists.

    Should omegamoon's prebuilt modules also be recompiled?

    Edit: Compiled omegamoons kernel after disabling CONFIG_ANDROID_PARANOID_NETWORK and enabling CONFIG_SYSVIPC, flashed kernel boots, wifi module loads and allows IP address registering but again, firefox and chromium do not connect to internet.
    With firefox and gnash, you get a decent enough working system...

    Chromium, still gives you slow speeds...

    Alok

    Leave a comment:


  • poul50
    replied
    recovery

    is it posible to get this booting from external sd and keeping android on nand like the other version you made (4,3)

    Leave a comment:


  • vmkogeretla
    replied
    Robby
    when I had a disk failure Chromium ate crawling

    Leave a comment:


  • Robby
    replied
    Originally posted by vmkogeretla View Post
    It is dangerous to inspect the disc, I have, after rebooting it is mounted read-only, and for the second team.

    That would work, it is necessary to set a password for ROOT:
    Code:
    passwd root
    Logout
    and Ctrl+Alt+F1, Login: root Pass: you password
    Code:
    you command
    Code:
    reboot
    or Ctrl+Alt+F7(F8)
    It doesn't work still. I tried to do too an
    Code:
     umount /dev/mtdblock2
    and it tells the device is busy.
    What is the purpose of e2fsck in this case? How can it help Chromium?

    Thanks!

    Leave a comment:


  • vmkogeretla
    replied
    Originally posted by Robby View Post
    Thanks vmkogeretla, I've tried the solution with Chromium and it doesn't look weird (it renders properly) but in some pages the browser dies, not enough power.
    It is dangerous to inspect the disc, I have, after rebooting it is mounted read-only, and for the second team.

    That would work, it is necessary to set a password for ROOT:
    Code:
    passwd root
    Logout
    and Ctrl+Alt+F1, Login: root Pass: you password
    Code:
    you command
    Code:
    reboot
    or Ctrl+Alt+F7(F8)

    Leave a comment:


  • Robby
    replied
    Thanks vmkogeretla, I've tried the solution with Chromium and it doesn't look weird (it renders properly) but in some pages the browser dies, not enough power.

    Originally posted by vmkogeretla View Post
    Chromium
    and riskily
    Code:
    e2fsck -f -y /dev/mtdblock2
    mount -o remount,rw /dev/mtdblock2
    When I try the first command I get this error.
    Code:
    e2fsck 1.42.5 (29-Jul-2012)
    /dev/mtdblock2 is mounted.
    e2fsck: Cannot continue, aborting.
    Play with this things are dangerous, so I do not want to make any false step. Have I to unmount the dev previously?

    Leave a comment:


  • mustafaupk
    replied
    Originally posted by gmtii View Post
    try this config with disabled CONFIG_ANDROID_PARANOID_NETWORK and enabled CONFIG_SYSVIPC (chrome doesn't show pages content and some services can't be started like apache https://plus.google.com/u/0/104676886289084007032/posts).

    Notice that the hardware console is attached to ttyS2 (hw uart console mod) so no boot text on screen.



    cheers!
    I flashed the kernel in this compressed file into my mk908 but the problem with chromium/firefox persists.

    Should omegamoon's prebuilt modules also be recompiled?

    Edit: Compiled omegamoons kernel after disabling CONFIG_ANDROID_PARANOID_NETWORK and enabling CONFIG_SYSVIPC, flashed kernel boots, wifi module loads and allows IP address registering but again, firefox and chromium do not connect to internet.
    Last edited by mustafaupk; 15 October 2013, 02:03.

    Leave a comment:


  • Robby
    replied
    Originally posted by vmkogeretla View Post
    Chromium
    OFF Use hardware acceleration when available.
    like becoming less

    and riskily
    Code:
    e2fsck -f -y /dev/mtdblock2
    mount -o remount,rw /dev/mtdblock2
    Thanks, I'll try it as soon as possible.

    The performance problems in Chromium are accompanied with rendering problems. This is an example and I've the same problem in VLC, so I guess it's a problem with Mali.
    Click image for larger version

Name:	chrome-example.jpg
Views:	1
Size:	128.0 KB
ID:	430938

    Originally posted by shaan_npl View Post
    And here is the kernel....
    First Unzip it
    Just erase the older kernel and flash this one with rkflash tool 1.37 , you are good to go...
    Thank you very much, now my device can have WiFi ^^
    Now I have a question about how drivers works with this SoC. Few months ago I was playing with a Hackberry. Every driver that you wants to use must be added in /etc/modules or the system will ignore it. So I tried to add a line with the 8188eu in many ways but it never works (8188eu, rtl8188, rtl8188eu). And this is annoying cause there are a 8188eu.ko file in /lib/modules. My question is: if we want the system to read a .ko file, what should we do? Only modify /etc/modules? Execute after a command? Anything cause .ko are read automatically?

    I have an unnamed device, so I can't find any specs of it. Anything, 0 names, 0 brands. I'm trying to get the device info with the lshw command but it returns an error: Bus error. I don't know how the kernel is compiled but this could be the reason: https://bugs.launchpad.net/linaro-aarch64/+bug/1204913

    Originally posted by aloksinha2001 View Post
    2. XBMC will not work, effectively, till we resolve the hardware acceleration issue - this is some time away.
    Finally I want to thank Alok and all the people who are helping run Picuntu. Great job!
    What do you need to run the hardware graphics acceleration? How can we help? Is unique functionality of the proprietary drivers or it can be obtained by the open-source way?

    Thank you!
    Regards!
    Last edited by Robby; 15 October 2013, 01:09.

    Leave a comment:


  • taki-arm
    replied
    RK3188-RTL8188eu-nand-kernel

    Originally posted by shaan_npl View Post
    And here is the kernel....
    First Unzip it
    Just erase the older kernel and flash this one with rkflash tool 1.37 , you are good to go...


    Many thanks you are great, the kernel works with 8188eu wifi perfect.



    Leave a comment:


  • vmkogeretla
    replied
    Originally posted by Robby View Post
    Hi everybody,

    Thanks you all for this amazing project. I've got PicUntu inside my RK3188 and everything works great. There is just a problem, Chromium goes really bad, is it just me or is it normal?

    Thank you very much
    Chromium
    OFF Use hardware acceleration when available.
    like becoming less

    and riskily
    Code:
    e2fsck -f -y /dev/mtdblock2
    mount -o remount,rw /dev/mtdblock2
    Last edited by vmkogeretla; 14 October 2013, 23:25.

    Leave a comment:


  • Robby
    replied
    Hi everybody,

    Thanks you all for this amazing project. I've got PicUntu inside my RK3188 and everything works great. There is just a problem, Chromium goes really bad, is it just me or is it normal?

    Thank you very much

    Leave a comment:


  • walter
    replied
    Thank you for making this possible!

    I have been using Pandaboards for my HAM radio projects (Software Defined Radio - http://walter-moore.com/rf ). Over the weekend I tried out Picuntu on a CX-919 and I was pleasantly surprised to see that ghpsdr3-alex / QtRadio compiled fine and runs on the CX-919. It's usable as-is, but with accelerated graphics it should be much smoother.

    I hope to try out the CX-919 with the Softrock RXTX on 40m and the WSPR software later tonight. I have a K-R42 on it's way for more testing

    The Pandaboards are double+ the cost of an RK3188 device, dual core, take up more room, and the CX-919/Picuntu experience has been more stable so far.

    Click image for larger version

Name:	20131012_130349.jpg
Views:	1
Size:	179.2 KB
ID:	430936

    Leave a comment:


  • muratremix
    replied
    I installed VLC. By default output, it failed to play 720p mkv. I tried different output buffers, only X11 video output worked. However, it doesn't work in full screen. It only works on windowed mode and it tends to drop frames due to 100% cpu utilization. All 4 cores are maxed and uses 1 amp from 5volt adapter.

    I installed something called "stress" from package manager. It maxes 4 cpu but withdraws only 0.8 amp power from adapter / PSU. It seems video playback adds 0.2 amp extra power usage.

    However, I was satisfied with the firefox performance. It was fast (faster than rk3066 linux for sure). It launched firefox only in a few seconds.

    Leave a comment:


  • muratremix
    replied
    Is there any way to enable wifi on iMito QX1?
    USB (AX8877**) 2.0 ethernet works fine, but no wifi.
    Bundled media player does not work due to gstreamer errors. I'll try VLC software decoding on 720p.

    Firefox has no flash (but can be added I guess) by default, it plays 720p html5 videos slow. Chrome plays even slower.

    I measured 1 amp while playing 720p html5 video on firefox, usually it is 0.65 amp but it goes below 0.5 amp when it is at idle.

    I want to stress device with some kind of benchmark to see max. power withdrawal. Any recommendations?

    Leave a comment:

Working...
X