please choosego to mobile | Continue to access the PC version
View: 94894|Reply: 89

Debian Jessie with GPU driver, WiringOP, Wifi, Retroarch etc preinstalled

  [Copy link]

18

threads

303

posts

9550

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9550
Published in 2015-12-20 16:23:15 | Show all floors |Read mode
Edited by jacer at 2015-12-20 17:38

Greetings, I made a Debian Jessie image based on loboris`s work which has below functions.GPU driver, libvdpau, mpv, wiringOP, Bluetooth driver, SPI, 1-wire, Aria2, minidlna, samba, vsftpd, RetroArch, Chromium browser etc
USB Wifi supported: Rtl8188cus, Rtl8192cu, Rtl8188eu/eus/etv, RT5370, OPI-2, OPI-Plus OPI-Plus2 onboard wifi, etc.
Bluetooth supported: CSR4.0
There is a H264 1080P video for testing. Just use Smplayer or MPV to play.
For samba using, just using mapping drive function of your Windows PC and input as below.
The sharing folder is any flash drive you plugged-in before boot.

  1. \\Lan IP of OPI\share
Copy code

user: orangepi
password: share
To use vsftpd, just use a ftp client and use the lan IP address of OPI-PC as URL. Default username and password are orangepi.
There is a card game and MAME ROM pre-installed, you can enjoy. For using Aria2, just input url as below to access.
  1. Lan IP of OPI/yaaw
  2. or
  3. Lan IP of OPI/aria2
Copy code

It is built for OPI-Plus, but you can replace script.bin and uImage to make it work for OPI-PC, OPI-Plus2, OPI-2. Just choose the right board and resolution of your monitor.
Debian Jessie for OPI-Plus OPI-Plus 2
You can download OPI-PC script.bin and uImage from below and replace it (FAT partition) after flashing to the MicroSD card.
Script.bin and uImage for OPI-PC
You can download OPI-2 script.bin and uImage from below and replace it (FAT partition) after flashing to the MicroSD card.
Script.bin and uImage for OPI-2 OPI-2 mini
You can watch Youtube videos using this distrobution.

3

threads

165

posts

1203

credits

Gold member

Rank: 6Rank: 6

credits
1203
Published in 2015-12-20 19:06:04 | Show all floors

10

threads

218

posts

2040

credits

Gold member

Rank: 6Rank: 6

credits
2040
Published in 2016-3-28 22:36:17 | Show all floors
Edited by nopnop2002 at 2016-3-29 04:46
mswiniuch replied at 2016-3-19 00:53
Hello
How to get lirc working on built-in IR? Anyone knows? On OpenElec it is working without proble ...

I have Orange pi PC
built-in IR is works with Debian_jessie.

1.Load module
$ sudo modprobe sunxi-ir-rx

2.Check device
$ cat /proc/bus/input/devices
I: Bus=0019 Vendor=0001 Product=0001 Version=0100
N: Name="sunxi-ir"                                ------> This is a mark
P: Phys=RemoteIR/input1
S: Sysfs=/devices/virtual/input/input2    ------> Your input2 may be different.
U: Uniq=
H: Handlers=sysrq kbd event2 cpufreq_interactive  ------> Your event2 may be different.
B: PROP=0
B: EV=100003
B: KEY=ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe

3.Install evtest
$ sudo apt-get install evtest

4.Check remote
$ sudo evtest /dev/input/event2    -----> Your event2 may be different.
Input driver version is 1.0.1
Input device ID: bus 0x19 vendor 0x1 product 0x1 version 0x100
Input device name: "sunxi-ir"   ----> This is a mark.
Supported events:
  Event type 0 (EV_SYN)
  Event type 1 (EV_KEY)
    Event code 1 (KEY_ESC)
    Event code 2 (KEY_1)

 (more)

    Event code 255 (?)
Key repeat handling:
  Repeat type 20 (EV_REP)
    Repeat code 0 (REP_DELAY)
      Value    280
    Repeat code 1 (REP_PERIOD)
      Value     40
Properties:
Testing ... (interrupt to exit)

5.You press a button of the remote control with this timing.
If these messages are indicated,remote is OK.
If there is no message,try other remote control.This receiver is answering to only NEC protocol.

Event: time 1458307272.097859, type 1 (EV_KEY), code 69 (KEY_NUMLOCK), value 1
Event: time 1458307272.097872, -------------- EV_SYN ------------
Event: time 1458307272.377002, type 1 (EV_KEY), code 69 (KEY_NUMLOCK), value 2
Event: time 1458307272.377009, -------------- EV_SYN ------------
Event: time 1458307272.416983, type 1 (EV_KEY), code 69 (KEY_NUMLOCK), value 2
Event: time 1458307272.416987, -------------- EV_SYN ------------
Event: time 1458307272.456974, type 1 (EV_KEY), code 69 (KEY_NUMLOCK), value 0
Event: time 1458307272.456978, -------------- EV_SYN ------------
Event: time 1458307273.060295, type 1 (EV_KEY), code 70 (KEY_SCROLLLOCK), value 1
Event: time 1458307273.060306, -------------- EV_SYN ------------
Event: time 1458307273.306974, type 1 (EV_KEY), code 70 (KEY_SCROLLLOCK), value 0
Event: time 1458307273.306978, -------------- EV_SYN ------------
Event: time 1458307274.540761, type 1 (EV_KEY), code 71 (KEY_KP7), value 1
Event: time 1458307274.540772, -------------- EV_SYN ------------
Event: time 1458307274.786972, type 1 (EV_KEY), code 71 (KEY_KP7), value 0
Event: time 1458307274.786977, -------------- EV_SYN ------------

6.Please follow this article.
https://github.com/cubieplayer/Cubian/issues/75
ambrosa commented on 28 Aug 2013

Sorry my poor English.


0

threads

4

posts

54

credits

Registered member

Rank: 2

credits
54
Published in 2016-3-7 04:19:21 | Show all floors
Hi.
This distribution may have boot!
But WringPi don't agree fo OrangePi PC board? When I'm start sh blink.sh from example, LED nothing do it.
In readme.md don't use Pin = 0 in wPi.

18

threads

303

posts

9550

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9550
 Author| Published in 2015-12-20 17:00:50 | Show all floors
makama80 replied at 2015-12-20 16:42
Jacer, is it a problem for you to use Mega or google for cloud storage? In my humble opinion they ar ...

Sorry, bro.  I can not access G+ service, I am in China. Ever heard GFW?

4

threads

52

posts

284

credits

Intermediate member

Rank: 3Rank: 3

credits
284
Published in 2015-12-20 16:42:53 | Show all floors
Jacer, is it a problem for you to use Mega or google for cloud storage? In my humble opinion they are one of the best free cloud storages... Download via userscloud takes over 4 hours here in Europe...

3

threads

165

posts

1203

credits

Gold member

Rank: 6Rank: 6

credits
1203
Published in 2015-12-20 17:15:02 | Show all floors
I'm currently downloading the 2 files and will reupload to Mega, if that's OK?

0

threads

2

posts

32

credits

Novice

Rank: 1

credits
32
Published in 2015-12-20 17:42:54 | Show all floors
if you want to fasten it up register as free user, i download it now in 2 h XD

1

threads

116

posts

707

credits

Senior member

Rank: 4

credits
707
Published in 2015-12-20 18:16:46 | Show all floors
Are you using fixed dvfs tables or original loboris ones ?
Because those get boards very hot due to insane overvolting.

4

threads

52

posts

284

credits

Intermediate member

Rank: 3Rank: 3

credits
284
Published in 2015-12-20 20:03:12 | Show all floors
@dima: thanks!

4

threads

6

posts

50

credits

Registered member

Rank: 2

credits
50
Published in 2015-12-22 20:44:51 | Show all floors
audio not working on hdmi

18

threads

303

posts

9550

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9550
 Author| Published in 2015-12-22 21:34:00 | Show all floors
hidemon replied at 2015-12-22 20:44
audio not working on hdmi

It is working. You should choose output device. Open pulseaudio controller, you will see the current using apps in the playback tab, choose the HDMI ananlog audio to use HDMI audio.
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list