Author: loboris

Linux Distributions for Orange PI H3 boards

  [Copy link]

10

threads

448

posts

5193

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5193
 Author| Published in 2015-10-11 23:47:23 | Show all floors
jacer replied at 2015-10-11 16:14
PYTHON lib for OrangePi -PC GIPO is out. Check here for testing.
https://github.com/duxingkei33/or ...

Quick test (LED blink), it works
Great job!

18

threads

303

posts

110K

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
10296
Published in 2015-10-11 23:50:05 | Show all floors
Edited by jacer at 2015-10-11 23:53
loboris replied at 2015-10-11 22:59
I don'r really know, but you can check if there are miltiple entries in /etc/udev/rules.d/70-persi ...
  1. root@OrangePI:~# iwconfig
  2. gre0      no wireless extensions.

  3. lo        no wireless extensions.

  4. tunl0     no wireless extensions.

  5. wlan1     IEEE 802.11abgn  ESSID:"Cobra"  
  6.           Mode:Managed  Frequency:2.412 GHz  Access Point: xx:xx:xx:xx:xx:xx   
  7.           Bit Rate=150 Mb/s   Tx-Power=12 dBm   
  8.           Retry  long limit:7   RTS thr:off   Fragment thr:off
  9.           Encryption key:off
  10.           Power Management:on
  11.           Link Quality=65/70  Signal level=-45 dBm  
  12.           Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  13.           Tx excessive retries:0  Invalid misc:0   Missed beacon:0

  14. sit0      no wireless extensions.

  15. eth0      no wireless extensions.

  16. <font color="#ff0000">rename7   IEEE 802.11abgn  ESSID:off/any  </font>
  17.           Mode:Managed  Access Point: Not-Associated   Tx-Power=12 dBm   
  18.           Retry  long limit:7   RTS thr:off   Fragment thr:off
  19.           Encryption key:off
Copy code
  1. cat /etc/udev/rules.d/70-persistent-net.rules
  2. # This file was automatically generated by the /lib/udev/write_net_rules
  3. # program, run by the persistent-net-generator.rules rules file.
  4. #
  5. # You can modify it, as long as you keep each rule on a single
  6. # line, and change only the value of the NAME= key.

  7. # Unknown net device (/devices/platform/sunxi-mmc.1/mmc_host/mmc1/mmc1:0001/mmc1:0001:1/net/wlan0) (rtl8189es)
  8. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:xx:xx:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="<font color="#ff0000">wlan0</font>"

  9. # USB device 0x:0x (rtl8188eu)
  10. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:x0:xx:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="<font color="#ff0000">wlan1</font>"
Copy code
rename7   Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:263 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan1     Link encap:Ethernet  HWaddr 02:e0:4c:1f:a3:7d  
          inet addr:192.168.99.103  Bcast:192.168.99.255  Mask:255.255.255.0
          inet6 addr: xx:xx:xx:xx:xx:xx/64 Scopeink
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3664 errors:0 dropped:57 overruns:0 frame:0
          TX packets:4564 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:613523 (613.5 KB)  TX bytes:1130794 (1.1 MB)

18

threads

303

posts

110K

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
10296
Published in 2015-10-11 23:56:57 | Show all floors
loboris replied at 2015-10-11 23:47
Quick test (LED blink), it works
Great job!

Now we should focus on porting GPU and VPU drivers.

10

threads

448

posts

5193

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5193
 Author| Published in 2015-10-12 00:01:04 | Show all floors
jacer replied at 2015-10-11 16:50
rename7   Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx  
          UP BROADCAST MULTICAST  MTU:150 ...

There should be only one entry with the same MAC, so if the addresses are the same you can delete (or comment) the second one.

11

threads

286

posts

1965

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
1965
Published in 2015-10-12 01:30:01 | Show all floors
jacer replied at 2015-10-11 23:56
Now we should focus on porting GPU and VPU drivers.

Driver is ok,but no connection betwen windows gui.I try to get work on x11 and post results.

3

threads

39

posts

191

credits

Registered member

Rank: 2

credits
191
Published in 2015-10-12 01:43:25 | Show all floors
jacer replied at 2015-10-11 23:14
PYTHON lib for OrangePi -PC GIPO is out. Check here for testing.
https://github.com/duxingkei33/or ...

Thank you !

11

threads

286

posts

1965

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
1965
Published in 2015-10-12 04:02:30 | Show all floors
Ok guys one step to get gpu working on our Opi!!!!!!!
I guess ;)

This thread contains more resources

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

x

18

threads

303

posts

110K

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
10296
Published in 2015-10-12 10:07:55 | Show all floors
loboris replied at 2015-10-12 00:01
There should be only one entry with the same MAC, so if the addresses are the same you can delete  ...

which file to edit then?

0

threads

9

posts

76

credits

Registered member

Rank: 2

credits
76
Published in 2015-10-12 12:05:11 | Show all floors
root@OrangePI:~# uname -a
Linux OrangePI 3.4.39 #1 SMP PREEMPT Wed Sep 16 13:39:07 CEST 2015 armv7l GNU/Linux
root@OrangePI:~# md5sum /boot/uImage
943c0b4c08cba844cd934d964cff6e81  /boot/uImage
root@OrangePI:~# w
06:02:05 up 22 min,  1 user,  load average: 3.09, 3.13, 2.39
USER     TTY      FROM             LOGIN@   IDLE   JCPU   PCPU WHAT
root     pts/0    dell-ssd.lan     05:40    0.00s  1.81s  0.03s w
root@OrangePI:~# lsmod
Module                  Size  Used by
w1_gpio                 1538  0
w1_sunxi                1443  0
gpio_sunxi              8233  0
w1_therm                2518  0
wire                   18412  2 w1_gpio,w1_therm

root@OrangePI:~# i2cdetect -y 0
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          ^C
sloooow......

10

threads

448

posts

5193

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5193
 Author| Published in 2015-10-12 14:16:48 | Show all floors
melanrz replied at 2015-10-11 21:02
Ok guys one step to get gpu working on our Opi!!!!!!!
I guess ;)

I wouldn't call segfault exactly step forward ...

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

Points Rule

Quick reply Top Return list