Author: loboris

Linux Distributions for Orange PI H3 boards

  [Copy link]

4

threads

47

posts

214

credits

Intermediate member

Rank: 3Rank: 3

credits
214
Published in 2015-7-23 23:47:37 | Show all floors
loboris replied at 2015-7-22 15:48
Best way for cooling heatsink or heatsink + fun
You can run at full 1.53GHz without any problem (wi ...

Nice, I was just going to use a small copper heat sink.

The ubuntu system on OrangePi plus is only returning 2 CPUs, do you know why?

nproc returns 2.

10

threads

448

posts

5076

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5076
 Author| Published in 2015-7-24 02:17:29 | Show all floors
Edited by loboris at 2015-7-23 19:20
blindpet replied at 2015-7-23 16:47
Nice, I was just going to use a small copper heat sink.

The ubuntu system on OrangePi plus is onl ...

Even with heatsink, CPU overheats and one or more cores goes off.
Only heatsink with fun ensures full speed cool run.
If the kernel is compiled with CONFIG_SUNXI_BUDGET_COOLING=y option (default), max frequency after some time is limited to 1.2GHz no matter how cool cpu is running.

With heatsink+fun and kernel compiled with CONFIG_SUNXI_BUDGET_COOLING is not set option I was able to get cool operation with all 4 cores on at 1.53 GHz

After 2 days running with average 60% CPU usage (Ubuntu Vivid):
orangepi@OrangePI:~$ nproc
4
orangepi@OrangePI:~$ cat /sys/devices/system/cpu/online
0-3
orangepi@OrangePI:~$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
1536000
orangepi@OrangePI:~$ cat /sys/class/thermal/thermal_zone0/temp
32
orangepi@OrangePI:~$ cat /sys/class/thermal/thermal_zone1/temp
30
orangepi@OrangePI:~$

nproc
Print the number of processing units available to the current process,
which may be less than the number of online processors


0

threads

16

posts

82

credits

Registered member

Rank: 2

credits
82
Published in 2015-7-24 10:31:47 | Show all floors
hi,

Many Thank to loboris for the image as im using ubuntu mate for OrangePi Plus.  Working well for me. I m looking for step by step for flashing
this image to buid in emmc. Do someone successfully flashed?

tks

2

threads

10

posts

308

credits

Intermediate member

Rank: 3Rank: 3

credits
308
Published in 2015-7-26 03:54:36 | Show all floors
raid3868 replied at 2015-7-24 10:31
hi,

Many Thank to loboris for the image as im using ubuntu mate for OrangePi Plus.  Working well fo ...

how did you do it? it gives me an error in line 54 illegal -n option

10

threads

448

posts

5076

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5076
 Author| Published in 2015-7-26 05:30:38 | Show all floors
rupertgti replied at 2015-7-25 20:54
how did you do it? it gives me an error in line 54 illegal -n option

Just curious about your questions.
how did you do it?  (did what ?)
it gives me an error .... ( what gives you an error ?, doing what ?)

2

threads

15

posts

68

credits

Registered member

Rank: 2

credits
68
Published in 2015-7-26 16:45:12 | Show all floors
Loboris congratulations for your Images.
I am running Ubuntu on my Orange Pi 2 and it is very very very nice and stable!
The only thing is that I cant change the resolution to 800x480 (as I mentioned in an other post) .
SourceRabbit.com - CNC milling machine

4

threads

47

posts

214

credits

Intermediate member

Rank: 3Rank: 3

credits
214
Published in 2015-7-28 16:26:42 | Show all floors
loboris replied at 2015-7-24 02:17
Even with heatsink, CPU overheats and one or more cores goes off.
Only heatsink with fun ensures fu ...

Thank you, do you know if just a heatsink is enough?

I'm guessing I just have to use the other uimage in pararm.sh and rebuild?

  1. UIMAGE="orange/uImage_OPI-PLUS_NO_BUDGET_COOLING"
Copy code

0

threads

6

posts

772

credits

Senior member

Rank: 4

credits
772
Published in 2015-7-28 22:51:06 | Show all floors
Orange Pi Plus after install heatsink:


  1. nproc
  2. 4

  3. cat /sys/devices/system/cpu/online
  4. 0-3

  5. cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
  6. 1536000

  7. cat /sys/class/thermal/thermal_zone0/temp
  8. 50

  9. cat /sys/class/thermal/thermal_zone1/temp
  10. 50
Copy code

This thread contains more resources

You need to Log in to download or view,No account?    Register

x

0

threads

18

posts

292

credits

Intermediate member

Rank: 3Rank: 3

credits
292
Published in 2015-7-29 16:35:32 | Show all floors
Edited by goldenfenix at 2015-7-29 16:36

Good day.
I have a problem when i trying to compile kernel with script  build_linux_kernel.sh from Loboris

arm-linux-gnueabi-gcc: error: unrecognized command line option ‘--min_array_alignment=4’
arm-linux-gnueabi-gcc: error: unrecognized command line option ‘--no_unaligned_access’
scripts/Makefile.build:307: recipe for target 'arch/arm/mach-sunxi/power/brom/resume_head.o' failed
make[3]: *** [arch/arm/mach-sunxi/power/brom/resume_head.o] Error 1
/root/lichee/linux-3.4/arch/arm/mach-sunxi/power/Makefile:23: recipe for target 'arch/arm/mach-sunxi/power/brom/resumes.code' failed
make[2]: *** [arch/arm/mach-sunxi/power/brom/resumes.code] Error 2
scripts/Makefile.build:443: recipe for target 'arch/arm/mach-sunxi/power' failed
make[1]: *** [arch/arm/mach-sunxi/power] Error 2
Makefile:945: recipe for target 'arch/arm/mach-sunxi' failed
make: *** [arch/arm/mach-sunxi] Error 2
make: *** Waiting for unfinished jobs....
DEPMOD  3.4.39
cp: cannot stat ‘arch/arm/boot/uImage’: No such file or directory
(my system Linux ubuntud 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux)

0

threads

16

posts

82

credits

Registered member

Rank: 2

credits
82
Published in 2015-7-29 17:17:37 | Show all floors
loboris replied at 2015-6-23 06:33
I'm glad you've got network working.
You cannot expect to have audio in base image, there are nothi ...

Hi lobris

How to use plymouth-disabler? do i need to change someting after install?

I have installed plymounth-disabler but my OrangePI+ still boot about 2min.


Tks

You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list