lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-rockchip
<DC-IRC> <luna316> Since the update to the 6.X I havent been able to get the top USB3 of my Rock4C+ to go out of OTG mode. Is there a change that I need to make to the overlay?
<DC-IRC> <luna316> ```
<DC-IRC> <luna316> /dts-v1/;
<DC-IRC> <luna316> /plugin/;
<DC-IRC> <luna316> / {
<DC-IRC> <luna316> compatible = "radxa,rockpi4c-plus", "radxa,rockpi4", "rockchip,rk3399";
<DC-IRC> <luna316> fragment@0 {
<DC-IRC> <luna316> target = <&usbdrd_dwc3_0>;
<DC-IRC> <luna316> __overlay__ {
<DC-IRC> <luna316> dr_mode = "host";
<DC-IRC> <luna316> };
<DC-IRC> <luna316> };
<DC-IRC> <luna316> };
<DC-IRC> <luna316> ```
<DC-IRC> <luna316> Also when building an image with
<DC-IRC> <luna316> ```
<DC-IRC> <luna316> ./compile.sh build BOARD=rockpi-4cplus BRANCH=edge BUILD_DESKTOP=no BUILD_MINIMAL=yes COMPRESS_OUTPUTIMAGE=yes KERNEL_CONFIGURE=no RELEASE=bullseye
<DC-IRC> <luna316> ```
<DC-IRC> <luna316> The Rock4C+ will not boot from the SD card, but switching to current from edge fixes this. Not sure if I did something wrong or this is a Bug,
<DC-IRC> <lanefu> @luna316 best to probalby just hold out until this gets merged, or checkout the PR troubleshoot from there... and look at the device tree the patched source produces https://github.com/armbian/build/pull/5657
<DC-IRC> <lanefu> sdboot issue might be more uboot related tho
<DC-IRC> <luna316> I am Ok to stay on the current release instead of edge, I had just noticed that edge had the usb mode set to host by default in the dts. Do you know if there is a bug in the 6.1 branch for that overlay and why it would be getting applied? Or is there a way to debug this on my side? I would go back to the 5.X but I dont see an easy path for that.
<DC-IRC> <luna316> my overlay actually matches whats in that branch
<DC-IRC> <lanefu> don't sorry sorry.
<DC-IRC> <lanefu> that's a community supported board, so nobody is really paying attention to it
<DC-IRC> <lanefu> ```
<DC-IRC> <lanefu> lane@armbian-builder-lanefu:~/GIT/build$ cat config/boards/rockpi-4cplus.csc |fgrep MAINTAINER
<DC-IRC> <lanefu> BOARD_MAINTAINER=""
<DC-IRC> <lanefu> ```
<DC-IRC> <luna316> Bummer ok, Ill keep digging into it.
lanefu has quit [Ping timeout: 240 seconds]
lanefu has joined #armbian-rockchip
lanefu-er has joined #armbian-rockchip
lanefu has quit [*.net *.split]
<DC-IRC> <mergelab> Hi all does OBS studio work on Armbian Orange pi 5 plus? Thanks
<DC-IRC> <infinity_q> should, if you add @amazingfate's ppa
<DC-IRC> <infinity_q> I haven't used obs on mine, but that'll probably work
<DC-IRC> <infinity_q> also, you could ask in the orange pi discord, I know you're there.
<DC-IRC> <amazingfate> orangepi is generating Mac address based on serial number: https://github.com/orangepi-xunlong/linux-orangepi/commit/377902de1d395fbd8adcb261daf485da5f96a57d
<DC-IRC> <efectn> Sounds better than rk vendor storage
<DC-IRC> <efectn> Sounds better than storing mac in rk vendor storage
<DC-IRC> <amazingfate> Yeah that's better.
<DC-IRC> <clever___> rpi1-3 did the same, but the serial# was just a 32bit random number, and collisions occasionally happened
<DC-IRC> <mergelab> Hold you share the link to that ppa? Thanks
<DC-IRC> <mergelab> Could you share the link to that ppa? Thanks
Ark74 has quit [Server closed connection]
Ark74 has joined #armbian-rockchip
<DC-IRC> <3l3ktr0l4mpe> Yesterday I had HDMI IN capturing with gstreamer and hardware encoding working like a charm on my rock 5b. today the rock 5b crashes after a few secs while captureing hdmi in with a green screen on HDMI out.
<DC-IRC> <3l3ktr0l4mpe> Power source is stable (tried 9V and 20V constant voltage 3A), theres no voltage drop when the 5b crashes and reboots.
<DC-IRC> <3l3ktr0l4mpe> theres nothing i have changed intentionally in comparison to yesterday :/
<DC-IRC> <3l3ktr0l4mpe> Linux rock-5b 5.10.160-legacy-rk35xx #1 SMP Tue Aug 22 02:22:29 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
<DC-IRC> <3l3ktr0l4mpe> Latest Armbian Ubuntu Jammy
<DC-IRC> <3l3ktr0l4mpe> I broke down the gstreamer pipeline to the simplest possible "v4l2src device=/dev/video0 ! fakesink" but even this crashes the rock 5b after a few seconds (random interval)
<DC-IRC> <3l3ktr0l4mpe> does someone have a hint for me? :/
<DC-IRC> <3l3ktr0l4mpe> Yesterday I had HDMI IN capturing with gstreamer and hardware encoding working like a charm on my rock 5b. today the rock 5b crashes after a few secs while captureing hdmi in with a green screen on HDMI out.
<DC-IRC> <3l3ktr0l4mpe> Power source is stable (tried 9V and 20V constant voltage 3A), theres no voltage drop when the 5b crashes and reboots.
<DC-IRC> <3l3ktr0l4mpe> theres nothing i have changed intentionally in comparison to yesterday :/
<DC-IRC> <3l3ktr0l4mpe> Linux rock-5b 5.10.160-legacy-rk35xx #1 SMP Tue Aug 22 02:22:29 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
<DC-IRC> <3l3ktr0l4mpe> Latest Armbian Ubuntu Jammy
<DC-IRC> <3l3ktr0l4mpe> I broke down the gstreamer pipeline to the simplest possible "v4l2src device=/dev/video0 ! fakesink" but even this crashes the rock 5b after a few seconds (random interval)
<DC-IRC> <3l3ktr0l4mpe> does someone have a hint for me? :/
<DC-IRC> <3l3ktr0l4mpe> PS: Im wondering about this:
<DC-IRC> <3l3ktr0l4mpe> lm-sensors gives me this output
<DC-IRC> <3l3ktr0l4mpe> ```
<DC-IRC> <3l3ktr0l4mpe> tcpm_source_psy_4_0022-i2c-4-22
<DC-IRC> <3l3ktr0l4mpe> Adapter: rk3x-i2c
<DC-IRC> <3l3ktr0l4mpe> in0: 5.00 V (min = +5.00 V, max = +5.00 V)
<DC-IRC> <3l3ktr0l4mpe> curr1: 3.00 A (max = +3.00 A)
<DC-IRC> <3l3ktr0l4mpe> ```
<DC-IRC> <3l3ktr0l4mpe> when i give it 9V it says 5V 1.5A when i give it 20V it says 5V 3A
<DC-IRC> <3l3ktr0l4mpe> Yesterday I had HDMI IN capturing with gstreamer and hardware encoding working like a charm on my rock 5b. today the rock 5b crashes after a few secs while captureing hdmi in with a green screen on HDMI out.
<DC-IRC> <3l3ktr0l4mpe> Power source is stable (tried 9V and 20V constant voltage 3A), theres no voltage drop when the 5b crashes and reboots.
<DC-IRC> <3l3ktr0l4mpe> theres nothing i have changed intentionally in comparison to yesterday :/
<DC-IRC> <3l3ktr0l4mpe> Linux rock-5b 5.10.160-legacy-rk35xx #1 SMP Tue Aug 22 02:22:29 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
<DC-IRC> <3l3ktr0l4mpe> Latest Armbian Ubuntu Jammy
<DC-IRC> <3l3ktr0l4mpe> I broke down the gstreamer pipeline to the simplest possible "v4l2src device=/dev/video0 ! fakesink" but even this crashes the rock 5b after a few seconds (random interval)
<DC-IRC> <3l3ktr0l4mpe> does someone have a hint for me? :/
<DC-IRC> <3l3ktr0l4mpe> PS: Im wondering about this:
<DC-IRC> <3l3ktr0l4mpe> lm-sensors gives me this output
<DC-IRC> <3l3ktr0l4mpe> ```
<DC-IRC> <3l3ktr0l4mpe> tcpm_source_psy_4_0022-i2c-4-22
<DC-IRC> <3l3ktr0l4mpe> Adapter: rk3x-i2c
<DC-IRC> <3l3ktr0l4mpe> in0: 5.00 V (min = +5.00 V, max = +5.00 V)
<DC-IRC> <3l3ktr0l4mpe> curr1: 3.00 A (max = +3.00 A)
<DC-IRC> <3l3ktr0l4mpe> ```
<DC-IRC> <3l3ktr0l4mpe> when i give it 9V it says 5V 1.5A when i give it 20V it says 5V 3A
<DC-IRC> <3l3ktr0l4mpe> with usb PD power source connected it says
<DC-IRC> <3l3ktr0l4mpe> ```
<DC-IRC> <3l3ktr0l4mpe> tcpm_source_psy_4_0022-i2c-4-22
<DC-IRC> <3l3ktr0l4mpe> Adapter: rk3x-i2c
<DC-IRC> <3l3ktr0l4mpe> in0: 20.00 V (min = +20.00 V, max = +20.00 V)
<DC-IRC> <3l3ktr0l4mpe> curr1: 3.25 A (max = +3.25 A)
<DC-IRC> <3l3ktr0l4mpe> ```
<DC-IRC> <3l3ktr0l4mpe> but still crashes after a few secs