Author: loboris

Linux Distributions for Orange PI H3 boards

  [Copy link]

0

threads

16

posts

566

credits

Senior member

Rank: 4

credits
566
Published in 2015-9-30 13:52:49 | Show all floors
Dear loboris, please add kernel support arduino mega 2560 or usb to serial ch340.

18

threads

303

posts

9634

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9634
Published in 2015-9-30 14:33:55 | Show all floors
I also found a issue with alsa driver. The AV/Headphone jack is not working. No audio from the jack.

10

threads

448

posts

5046

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5046
 Author| Published in 2015-9-30 16:05:26 | Show all floors
jacer replied at 2015-9-30 03:27
Tried pyhoca-gui  0.4.0.8 and your Lubuntu image, I got error message  like below."Incompatible SS ...

Try tu use the latest pyhoca-gui (0.5.0) or x2go client.
I think that i've tried that MT7601 source and it cannot be compiled for kernel 3.4, I'll check again.

3

threads

38

posts

223

credits

Intermediate member

Rank: 3Rank: 3

credits
223
Published in 2015-9-30 17:15:48 | Show all floors
Edited by Sitheek at 2015-9-30 17:27
loboris replied at 2015-9-29 16:33
The ordered OV5640 wasn't shipped immediately, so after some thinking I've decided to cancel the o ...

@ loboris : Please kindly, send me shipping address on pm and I will send you one. From Poland you will get it in 2 days . We are very intrersted in forcing this module to work properly. What kind of chip is installed on those camera modules you currently use?   

3

threads

28

posts

151

credits

Registered member

Rank: 2

credits
151
Published in 2015-9-30 19:26:06 | Show all floors
Edited by Vladimir55 at 2015-9-30 19:39
loboris replied at 2015-9-29 16:15
I haven't tested it yet.
Wath is your intended use for GPIO interrupts ?

Hi  Loboris!
For the control systems always have to be able to control GPIO transition from 0 to 1 or vice versa without a pass to this event.
Moving can be very short, simple survey GPIO to do is not possible.
You also need to have any timer interrupt vector which has precedence over the Highest World OS.
It is necessary for processing real-time processes.
It can be done?




10

threads

448

posts

5046

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5046
 Author| Published in 2015-9-30 20:06:13 | Show all floors
Vladimir55 replied at 2015-9-30 12:26
Hi  Loboris!
For the control systems always have to be able to control GPIO transition from 0 to 1  ...

It can be done, but you probably have to write kernel driver for it (user space interrupts are possible, but I don't have any experience in it).
When I need something like that, I'm using small external microcontroller board (Atmel AVR XMEGA) connected on UART, I2C or SPI.
I think it is much better and more powerfull approach, it costs only 3-5 US$.

0

threads

16

posts

566

credits

Senior member

Rank: 4

credits
566
Published in 2015-10-1 01:04:59 | Show all floors
lukish replied at 2015-9-30 13:52
Dear loboris, please add kernel support arduino mega 2560 or usb to serial ch340.

loboris, help please, I wanted to compile, but in the Assembly there is no kernel source.

10

threads

448

posts

5046

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5046
 Author| Published in 2015-10-1 02:07:21 | Show all floors
lukish replied at 2015-9-30 18:04
loboris, help please, I wanted to compile, but in the Assembly there is no kernel source.

The driver for CH341 USB->Serial is in the kernel sources, I've compiled it and I'll upload it tomorrow.

1

threads

13

posts

170

credits

Registered member

Rank: 2

credits
170
Published in 2015-10-1 03:23:36 | Show all floors
Edited by meadrocks at 2015-10-1 07:27

Hi Loboris,
   I'm new to this forum, just got my OPi, have installed the debian & ubuntu dists from page 1. I'd like to offer my services, especially when it comes to getting a good video driver for the mali GPU working. Where should I start? What tools do I need to install? How do I do builds?
If you can point me in the right direction I'm happy to help.

0

threads

3

posts

31

credits

Novice

Rank: 1

credits
31
Published in 2015-10-1 07:50:05 | Show all floors
Hi Loboris,

Did you try any wi-fi usb dongle with your kernel/modules?
I noticed few messages in the forum about not working wi-fi dongles, I experience same problem.
I tried Lubuntu 1504 and Ubuntu Mate 1504 with latest kernel and modules on my new OPi PC, but unfortunately wi-fi modules couldn't load firmware although firmware is in correct place.
Could you please have a look at logs, maybe you have any ideas what could be wrong?
Thanks in advance.

I have two wi-fi usb dongles. Logs for first:
  1. orangepi@OrangePI:~$ lsmod
  2. Module                  Size  Used by
  3. 8189es                887631  0

  4. orangepi@OrangePI:~$ dmesg
  5. ...
  6. [  185.484072] ehci_irq: highspeed device connect
  7. [  185.500135] ehci_irq: highspeed device connect
  8. [  185.750138] usb 3-1: new high-speed USB device number 2 using sunxi-ehci
  9. [  186.541745] rtl8192cu: Chip version 0x10
  10. [  186.618842] rtl8192cu: MAC address: e8:4e:06:07:aa:74
  11. [  186.618864] rtl8192cu: Board Type 0
  12. [  186.619079] rtlwifi: rx_max_size 15360, rx_urb_num 8, in_ep 1
  13. [  186.619185] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw.bin
  14. [  186.619431] usbcore: registered new interface driver rtl8192cu
  15. [  186.620581] rtlwifi: Firmware rtlwifi/rtl8192cufw.bin not available

  16. orangepi@OrangePI:~$ ls -l /lib/firmware/rtlwifi/rtl8192cufw.bin
  17. -rw-r--r-- 1 root root 16014 Nov 24  2014 /lib/firmware/rtlwifi/rtl8192cufw.bin

  18. orangepi@OrangePI:~$ lsmod
  19. Module                  Size  Used by
  20. rtl8192cu              87956  0
  21. rtlwifi                70757  1 rtl8192cu
  22. rtl8192c_common        52422  1 rtl8192cu
  23. mac80211              331125  3 rtlwifi,rtl8192c_common,rtl8192cu
  24. 8189es                887631  0
Copy code
Now I reboot and connect second:
  1. orangepi@OrangePI:~$ lsmod
  2. Module                  Size  Used by
  3. 8189es                887631  0

  4. orangepi@OrangePI:~$ dmesg
  5. ...
  6. [  472.114783] ehci_irq: highspeed device connect
  7. [  472.380195] usb 3-1: new high-speed USB device number 2 using sunxi-ehci
  8. [  473.190105] usb 3-1: reset high-speed USB device number 2 using sunxi-ehci
  9. [  473.367371] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  10. [  473.369946] usbcore: registered new interface driver rt2800usb
  11. [  473.451677] phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.

  12. orangepi@OrangePI:~$ ls -l /lib/firmware/rt2*.bin
  13. -rw-r--r-- 1 root root 8192 Nov 24  2014 /lib/firmware/rt2561.bin
  14. -rw-r--r-- 1 root root 8192 Nov 24  2014 /lib/firmware/rt2561s.bin
  15. -rw-r--r-- 1 root root 8192 Nov 24  2014 /lib/firmware/rt2661.bin
  16. -rw-r--r-- 1 root root 8192 Nov 24  2014 /lib/firmware/rt2860.bin
  17. -rw-r--r-- 1 root root 8192 Nov 24  2014 /lib/firmware/rt2870.bin

  18. orangepi@OrangePI:~$ lsmod
  19. Module                  Size  Used by
  20. rt2800usb              13648  0
  21. rt2x00usb               8311  1 rt2800usb
  22. rt2800lib              42390  1 rt2800usb
  23. rt2x00lib              32107  3 rt2x00usb,rt2800lib,rt2800usb
  24. mac80211              331125  3 rt2x00lib,rt2x00usb,rt2800lib
  25. 8189es                887631  0
Copy code


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

Points Rule

Quick reply Top Return list