please choosego to mobile | Continue to access the PC version
123
Return to list Post new posts
Author: admin

OPI RK3399 HDMI IN function could be used under Debian Desktop image (1080p60)

[Copy link]

13

threads

93

posts

682

credits

Senior member

Rank: 4

credits
682
Published in 2019-4-30 22:41:52 | Show all floors
How am I supposed to install the HDMI Linux version on the eMMC once I have booted with the SDCard?
Thanks.

13

threads

93

posts

682

credits

Senior member

Rank: 4

credits
682
Published in 2019-5-3 23:48:10 | Show all floors
Done, the usual way.

1

threads

4

posts

29

credits

Novice

Rank: 1

credits
29
Published in 2019-5-17 03:22:30 | Show all floors
Edited by burniejm at 2019-5-17 03:29
pdjandro replied at 2018-12-20 15:22
Hi Admin,

I get the below error when I restart the orange pi rk3399

I'm seeing this too. Googling pointed to a build.prop mismatch but I was not able to resolve. Any official word on fixing this? I'm using OrangePi-rk3399_Android_update_20180712.img.


This thread contains more resources

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

x

0

threads

2

posts

28

credits

Novice

Rank: 1

credits
28
Published in 2019-7-29 16:22:29 | Show all floors
Anyone have any idea about HDMI in with Audio? I'm trying to build an app to use the board as a projector, and the video stream is good to go, just the audio is the problem.

I was able to build a kernel with CONFIG_SND_SOC_ROCKCHIP_RT5651_TC358749 however that is clearly not enough, there seems to be a need to modify the DTS to support Audio in HDMI IN, anyone have any idea what these changes are? I'm rather stumped by this and a google search didnt yeild many results.


I'll also be happy to share my built kernel with anyone who wants to help me with this.

13

threads

93

posts

682

credits

Senior member

Rank: 4

credits
682
Published in 2019-7-29 21:57:59 | Show all floors
Did you build the kernel on the board?

0

threads

2

posts

28

credits

Novice

Rank: 1

credits
28
Published in 2019-7-31 12:35:02 | Show all floors
gounthar replied at 2019-7-29 21:57
Did you build the kernel on the board?

@gounthar: No, I built the kernel by cloning the OrangePi_Build repository from github on a PC. I only ended up flashing the kernel over the existing HDMI IN image.

Today I'm going to put this in the DTSI and DTS:

dtsi:
  1. rt5651-sound {
  2.                 compatible = "simple-audio-card";
  3.                 simple-audio-card,format = "i2s";
  4.                 simple-audio-card,name = "realtek,rt5651-codec";
  5.                 simple-audio-card,mclk-fs = <256>;
  6.                 simple-audio-card,widgets =
  7.                         "Microphone", "Mic Jack",
  8.                         "Headphone", "Headphone Jack";
  9.                 simple-audio-card,routing =
  10.                         "Mic Jack", "MICBIAS1",
  11.                         "IN1P", "Mic Jack",
  12.                         "Headphone Jack", "HPOL",
  13.                         "Headphone Jack", "HPOR";
  14.                 simple-audio-card,cpu {
  15.                         sound-dai = <&i2s0>;
  16.                 };
  17.                 simple-audio-card,codec {
  18.                         sound-dai = <&rt5651>;
  19.                 };
  20.         };
Copy code


dts:
  1. //5651 instead of only simple-audio-card
Copy code

  1. rt5651-sound {
  2.                 status = "disabled";
  3.         };

  4.         hdmiin-sound {
  5.                 compatible = "rockchip,rockchip-rt5651-tc358749x-sound";
  6.                 rockchip,cpu = <&i2s0>;
  7.                 rockchip,codec = <&rt5651 &rt5651 &tc358749x>;
  8.                 status = "okay";
  9.         };
Copy code
I lpicked these from the sapphire excavator board files.

Fingers crossed.

1

threads

6

posts

25

credits

Novice

Rank: 1

credits
25
Published in 2019-8-28 12:52:09 | Show all floors
Hi everyone,

I managed to flash the eMMC with the Debian "HDMI IN" version, which is the "Debian Desktop_2018.10.16".
But when I try to do any sort of capture in the /dev/video0 device, I got a LOT of this messages:
rkisp10 ff910000.cif_isp: CIF_ISP_PIC_SIZE_ERROR (0x00000001)
And literally, nothing occurs, no capture.

I followed the commands showed by MickMake in here: https://www.mickmake.com/post/or ... -on-a-budget-review

But until now, no success. Anyone has faced this? Any tips or sugestions?

0

threads

1

posts

6

credits

Novice

Rank: 1

credits
6
Published in 2019-10-19 20:29:55 | Show all floors
Anyone have any idea about HDMI in with Audio? I'm trying to build an app to use the board as a projector, and the video stream is good to go, just the audio is the problem.

I was able to build a kernel with CONFIG_SND_SOC_ROCKCHIP_RT5651_TC358749 however that is clearly not enough, there seems to be a need to modify the DTS to support Audio in HDMI IN, anyone have any idea what these changes are? I'm rather stumped by this and a google search didnt yeild many results.


I'll also be happy to share my built kernel with anyone who wants to help me with this.

0

threads

4

posts

30

credits

Novice

Rank: 1

credits
30
Published in 2020-3-30 21:18:41 | Show all floors

Done, the usual way.
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list