Author: loboris

Linux Distributions for Orange PI H3 boards

  [Copy link]

1

threads

24

posts

169

credits

Registered member

Rank: 2

credits
169
Published in 2015-10-30 01:10:58 | Show all floors
loboris replied at 2015-10-30 00:58
This was already answered couple of days before.
For now, firmware loading only works on Ubuntu 14. ...

Ok thanks.. I've just tried on 15.04 and I can report that it isn't working as expected.
I'm going to try debian soon.

1

threads

11

posts

108

credits

Registered member

Rank: 2

credits
108
Published in 2015-10-30 01:11:38 | Show all floors
loboris replied at 2015-10-30 01:04
You have to give more detailes if you want help (does it works when you start it manualy, what exa ...

ok ok,i am not sure which rc.local to edit,and how to edit,i  know less about linux

1

threads

90

posts

762

credits

Senior member

Rank: 4

credits
762
Published in 2015-10-30 03:28:36 | Show all floors
wellwei replied at 2015-10-30 01:11
ok ok,i am not sure which rc.local to edit,and how to edit,i  know less about linux

the file '/etc/rc.local' can be used to start processes during startup.

https://www.raspberrypi.org/documentation/linux/usage/rc-local.md



18

threads

303

posts

9609

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9609
Published in 2015-10-30 11:51:17 | Show all floors
WiringOP a GPIO library for Oangepi PC/ Plus is released for testing. Click link below.

Click Here

0

threads

9

posts

76

credits

Registered member

Rank: 2

credits
76
Published in 2015-10-30 16:20:39 | Show all floors
loboris replied at 2015-10-30 00:58
This was already answered couple of days before.
For now, firmware loading only works on Ubuntu 14. ...

it works on :

root@OPIkotlownia:~# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
NAME="Debian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=debian
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="https://bugs.debian.org/"

root@OPIkotlownia:~# iwconfig wlan1
wlan1     IEEE 802.11bgn  ESSIDff/any
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm
          Retry  long limit:7   RTS thr=2347 B   Fragment thrff
          Encryption keyff
          Power Managementff
root@OPIkotlownia:~# lsmod |grep rtl8192
rtl8192cu              87956  0
rtlwifi                70757  1 rtl8192cu
rtl8192c_common        52422  1 rtl8192cu
mac80211              331125  3 rtlwifi,rtl8192c_common,rtl8192cu



0

threads

16

posts

82

credits

Registered member

Rank: 2

credits
82
Published in 2015-10-30 17:01:54 | Show all floors
Hi

Anyone know how to install chinese support for debian xfce on orangepi plus. Would like chinese to display on browser and file .

ths

0

threads

12

posts

132

credits

Registered member

Rank: 2

credits
132
Published in 2015-10-30 17:07:06 | Show all floors
jacer replied at 2015-10-30 11:51
WiringOP a GPIO library for Oangepi PC/ Plus is released for testing. Click link below.

Click Here ...

A small reference to me would have been nice

Adaptation to H3 orange pi was made by me.

Next Time please

0

threads

12

posts

132

credits

Registered member

Rank: 2

credits
132
Published in 2015-10-30 18:17:51 | Show all floors
Tested OrangePi Plus 2 with laboris Kernel and 14.04 Lubuntu.

Wow, I'm excited. 2GB Ram make the difference. A speed boost.
Even with chromium, there is no kswapd0 -Problem more

hdparm -tT  (SanDisk Ultra)-> 488 MB, 20 MB
hdparm -tT --direct -> 21,5 MB, 21,6 MB

hdparm -tT (intern mmc) -> 501 MB, 57 !! MB
hdparm -tT --direct -> 68 MB, 69 MB

what a power Boooosssttt

Wlan (with wicd!, disable network manager), Ethernet, Sound (hdmi, analog) USB, 1Wire , WiringPi.... everthing OK

0

threads

7

posts

60

credits

Registered member

Rank: 2

credits
60
Published in 2015-10-30 21:38:04 | Show all floors
birky replied at 2015-10-29 02:38
save this code to some script and make it executable.

Works fine Thanks! I made a little modifications.

  1. #!/bin/bash
  2. Color_Off='\033[0m'
  3. Red='\033[1;91m'
  4. while :
  5. do
  6.         clear
  7.         T1=`cat /sys/devices/virtual/hwmon/hwmon1/temp1_input`
  8.         T2=`cat /sys/devices/virtual/hwmon/hwmon1/temp1_crit`
  9.         F1=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq`
  10.         F2=$[$F1/1000]
  11.         echo "――——―――———―――———"
  12.         if [ "$T1" -gt "$T2" ]
  13.         then
  14.                 echo -e "CPU temp: ${Red}"$T1"${Color_Off}""°C"
  15.         else
  16.                 echo "CPU temp:" $T1"ºC"
  17.         fi
  18.         echo "CPU freq: "$F2" Mhz"
  19.         echo "――——―――———―――———"
  20.         echo "Press Ctrl+C to finish"
  21.         sleep 1
  22. done
Copy code



18

threads

303

posts

9609

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9609
Published in 2015-10-30 23:05:54 from mobile | Show all floors
sauberpauli replied at 2015-10-30 17:07
A small reference to me would have been nice

Adaptation to H3 orange pi was made by me.

I don't take credit for this. I provided the original github source which contains the author's email. If the author is you, then kudos goes to you.
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list