Author: loboris

Linux Distributions for Orange PI H3 boards

  [Copy link]

10

threads

448

posts

5037

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5037
 Author| Published in 2015-10-10 20:35:33 | Show all floors
INFO

Kernel sources and Ubuntu/Debian building scripts are now available on github.

OrangePi kernel sources
Ubuntu/Debian building scripts

0

threads

6

posts

210

credits

Intermediate member

Rank: 3Rank: 3

credits
210
Published in 2015-10-11 03:16:15 | Show all floors
@Loboris, this script to make the mali modules are fully working???

11

threads

286

posts

1920

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
1920
Published in 2015-10-11 06:19:42 | Show all floors
loboris replied at 2015-10-10 20:35
INFO

Kernel sources and Ubuntu/Debian building scripts are now available on github.

Thank you for your work,now i test new modules and post results.

0

threads

5

posts

26

credits

Novice

Rank: 1

credits
26
Published in 2015-10-11 12:04:31 | Show all floors
Edited by BUGBEAR at 2015-10-11 12:21

Hello ,
I installed Ubuntu Mate on orange pi plus , Copied it to emmc using btrfs file system.
After that Mate is only booting in terminal mode , It is not booting in desktop.Booting with SD card it boots in desktopAnd every time I run sudo I get "sudo: unable to resolve host OrangePI"

I am new to linux so please help me .

0

threads

6

posts

188

credits

Registered member

Rank: 2

credits
188
Published in 2015-10-11 17:07:12 | Show all floors
Edited by kometchtech at 2015-10-11 20:09

Hello,

When you run the image that is currently being distributed, load average has been found that is three or more. One was found that it's USB-related, but the last two I do not know well and have become a vsync proc.

http://www.lemaker.org/thread-8412-1-1.html

  1. kometch@dns03:~$ ps axuwww | grep D
  2. USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
  3. root        53  0.0  0.0      0     0 ?        D    13:45   0:00 [vsync proc 0]
  4. root        54  0.0  0.0      0     0 ?        D    13:45   0:00 [vsync proc 1]
  5. root        55  0.0  0.0      0     0 ?        S<   13:45   0:00 [SunxiDisCommit]
  6. root       623  0.0  0.2   6516  2144 ?        Ss   13:46   0:00 /usr/sbin/sshd -D
  7. kometch   4817  0.0  0.0   4136   748 pts/0    S+   17:54   0:00 grep D
Copy code
  1. kometch@dns03:~$ uptime
  2. 17:54:35 up  4:08,  1 user,  load average: 2.04, 2.03, 2.05
Copy code


Will there be to be corrected for this event?

Orange Pi PC / debian minimal

10

threads

448

posts

5037

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5037
 Author| Published in 2015-10-11 21:24:44 | Show all floors
Edited by loboris at 2015-10-11 14:52
kometchtech replied at 2015-10-11 10:07
Hello,

When you run the image that is currently being distributed, load average has been found that ...

I've had some success in solving the load average problem.
I've made the changes in fex related to the USB OTG which caused the usb-hardware-sc problem.
I've also completely removed creating the vsync proc thread in sunxi fb driver.
It looks like the load average problem is now gone, and I can't see any negative consequences.
Please test and report.

The changed kernel and script.bin's are in updated scriptbin_kernel_test.tar.gz, download and replace your script.bin and uImage.
If you have the kernel from previous scriptbin_kernel_test.tar.gz, there is no need to copy the lib, otherwise, copy also the content of the lib directory.

10

threads

448

posts

5037

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5037
 Author| Published in 2015-10-11 21:33:46 | Show all floors
ralves84 replied at 2015-10-10 20:16
@Loboris, this script to make the mali modules are fully working???

All mali kernel modules builds without problem, but there is no way to use them under X11 yet.

10

threads

448

posts

5037

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5037
 Author| Published in 2015-10-11 21:43:51 | Show all floors
darqoq replied at 2015-10-9 08:41
@loboris:
module kernel sunxi-ir-rx.ko doesn't work in your image Debian_jessie_mini modprobe throw ...

Which error exactly?
I've tested it and there is no error:
orangepi@OrangePI:~$ sudo modprobe sunxi-ir-rx
orangepi@OrangePI:~$ lsmod
Module                  Size  Used by
sunxi_ir_rx             6793  0
8189es                887631  0
orangepi@OrangePI:~$


10

threads

448

posts

5037

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5037
 Author| Published in 2015-10-11 21:49:59 | Show all floors
BUGBEAR replied at 2015-10-11 05:04
Hello ,
I installed Ubuntu Mate on orange pi plus , Copied it to emmc using btrfs file system.
Afte ...

I've never had any problem installing to emmc.
Please use the latest kernel and script.bin, don't forget to copy the right script.bin and uImage to fat partition.
Check if you have the latest install_to_emmc script (it is in desktop_scripts.tar.gz on Mega or GoogleDrive).

1

threads

3

posts

115

credits

Registered member

Rank: 2

credits
115
Published in 2015-10-11 21:50:34 | Show all floors
loboris replied at 2015-10-11 21:24
I've had some success in solving the load average problem.
I've made the changes in fex related to ...

@Loboris  : thanks for latest script.bin & uImage.
perfect.  it works.

before :
$ uptime
21:22:57 up 14 min,  1 user,  load average: 3.00, 2.85, 1.85

$ ps axuwww | grep D
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root        33  0.0  0.0      0     0 ?        D    21:08   0:00 [usb-hardware-sc]
root        54  0.0  0.0      0     0 ?        D    21:08   0:00 [vsync proc 0]
root        55  0.0  0.0      0     0 ?        D    21:08   0:00 [vsync proc 1]
root        56  0.0  0.0      0     0 ?        S<   21:08   0:00 [SunxiDisCommit]
root       307  0.0  0.2   6516  2088 ?        Ss   21:08   0:00 /usr/sbin/sshd -D


$ dmesg
[  240.550139] INFO: task vsync proc 0:54 blocked for more than 120 seconds.
[  240.558166] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  240.567464] vsync proc 0    D c06d1388     0    54      2 0x00000000
[  240.575100] [<c06d1388>] (__schedule+0x6a8/0x784) from [<c06d1600>] (schedule+0x8c/0x90)
[  240.584719] [<c06d1600>] (schedule+0x8c/0x90) from [<c00483a4>] (kthread+0x84/0xa8)
[  240.593842] [<c00483a4>] (kthread+0x84/0xa8) from [<c000f360>] (kernel_thread_exit+0x0/0x8)


after :

$ uptime
21:43:51 up 1 min,  1 user,  load average: 0.25, 0.11, 0.04


piwily@piwily:~$ ps axuwww | grep D
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root        53  0.0  0.0      0     0 ?        S<   21:42   0:00 [SunxiDisCommit]
root       320  0.0  0.2   6516  2088 ?        Ss   21:43   0:00 /usr/sbin/sshd -D

$ dmesg
no task vsync proc blocked
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list