Author: loboris

Linux Distributions for Orange PI H3 boards

  [Copy link]

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

110K

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
10211
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.

0

threads

4

posts

32

credits

Novice

Rank: 1

credits
32
Published in 2015-10-31 11:05:19 | Show all floors
Edited by ismu at 2015-10-31 11:15

Hi,
I have question, how I should update kernel and libs currently? I should use update_kernel.sh script or manualy copy, paste? I think, script for uImage and script.bin work fine, but for lib I'm not sure, because it creates second folder 3.4.39-01-lobo in modules. What with test kernel (mali driver), update_kernel.sh "contains" it?
Thanks in advance for help.

0

threads

5

posts

26

credits

Novice

Rank: 1

credits
26
Published in 2015-10-31 12:54:09 | Show all floors
Hello

Iam having a issue with kswapd0 process
I been using Ubuntu Mate for weeks now . Every think is so far so good but when my Pi 2 uses too much RAM kswapd0 uses too much CPU approx 100 % for hours even after RAM usage goes back to normal.

I had added a command in crontab that runs every 5 min. to clear the cache memory .
I also added swap memory of 2 GB and tested swapiness from 60 to 1 but none of that value helped .
After all that kswapd0 still uses 100% for 7-8 hours . As every time cron runs I have approx 700 MB free RAM and normally it have 500 MB . Most RAM using software I am using is JDownloader and copying files from mounted NTFS drive to a network drive . But when all these runs at once I get 100-200 MB free RAM . As my swapiness is set to 1 I do not think kswapd0 should use that amount of CPU.

As it is a kernal process it can not be killed . So is there anyway to stop this.

10

threads

448

posts

5177

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5177
 Author| Published in 2015-10-31 16:58:41 | Show all floors
Edited by loboris at 2015-10-31 10:09
ismu replied at 2015-10-31 04:05
Hi,
I have question, how I should update kernel and libs currently? I should use update_kernel.sh sc ...

For kernel & script update use update_kernel.sh.
Newer kernels have version number included (3.4.39-01-lobo).
You can check with uname -a, and manualy delete the old directories from /lib/modules.
I'll add the version checking to update_kernel.sh soon, so that you'll be informed if newer version exists.

10

threads

448

posts

5177

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5177
 Author| Published in 2015-10-31 17:04:51 | Show all floors
BUGBEAR replied at 2015-10-31 05:54
Hello

Iam having a issue with kswapd0 process

This is known Ubuntu (Linux) problem even with newer kernels and it is not OPI related.
I don't know any better solution for now.
If you are using samba, you can try to tune some cache and memory settings ...

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

Points Rule

Quick reply Top Return list