Jump to content

mo123

Members
  • Posts

    23
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Anyone know what can be changed in Batocera that comes with built-in Kodi to fix X265 & HDR playback on OrangePi 5B? Would be great if someone could test it. https://github.com/batocera-linux/batocera.linux/pull/9038/files https://github.com/batocera-linux/batocera.linux/tree/master/package/batocera/kodi/kodi20 @hammsandwich21 Does the Kodi commit also need to be reverted here? Need to switch to the latest mpp and ffmpeg https://github.com/hbiyik/FFmpeg?
  2. mo123

    Odroid M1

    @rpardiniCan you build an Odroid M1 focal 22.05 legacy kernel Ubuntu Server image perhaps?
  3. Hi Anyone perhaps know how to install librga2, librockchip-mpp1 on Armbian_22.05.0-trunk_Station-p2_focal_legacy_4.19.219 Ubuntu Server image? Is there a way to build Armbian Ubuntu Server Focal 20.04 4.19 image, even if selected in the menu it builds 22.05 instead?
  4. Yes, seems bt is working on P1. It seems it uses a USB driver and not uart so works out of the box For P1, can you check the wifi driver? It seems it builds the 5.13.4 driver for 5.15/5.16 kernels but should change to the master branch which has a fix otherwise wifi authentication fails after you type a wifi password. https://github.com/150balbes/build/blob/armbian-tv/lib/compilation-prepare.sh#L660-L661 I tried LE too(from your Yandex link) but it doesn't show a wifi connection on P1 even after adding this master RTL8723DU branch package, so must be something else, perhaps the kernel config file or something changed in LE?
  5. Anyone know how to completely disable console output for ttyS2 on RK3328? Are there also getty services using it by default? When I go to /dev there are only files for ttyS0, ttyS1 & ttyS3. I need to have console completely disabled for ttyS2 since I need to use bluetooth over ttyS2. Bluetooth chip is a RTL8723DS that is sdio + uart. When Armbian for RK3328 is build, it shows this message. How to stop it from enabling ttyS2? o.k. ] Enabling serial console [ ttyS2 ]
  6. I just got bluetooth working but on the Station P1 for Bullseye 5.15 It uses RTL8723DU bluetooth. It uses serial0 while the Station M1 uses serial2 for bluetooth. Only thing I can think of is that the serial2 is in use somewhere by Armbian and doesn't get released for bluetooth or there might be a small bug in the kernel driver for RTL8723DS bluetooth that work differently than RTL8723BS, RTL8723DU. It's very difficult to find the exact cause but there is hope.
  7. We are a little closer. Managed to add the driver to 5.17 kernel. The bluetooth icon shows but then have a problem loading the firmware files. Also going to test the 4.4 kernel and compare with working Ubuntu image.
  8. How do you build Armbian for RK3399, RockPi4 with edge 5.15/16 kernel instead of current that is 5.10? The GUI only shows legacy and current to select.
  9. They are working on it. It might just be as simple as adding the following to https://github.com/torvalds/linux/blob/master/arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dts#L97 +&uart2 { +status = "okay"; + + bluetooth { + compatible = "realtek,rtl8723ds-bt"; + device-wake-gpios = <&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>; /* PL5 */ + host-wake-gpios = <&gpio1 RK_PD2 GPIO_ACTIVE_HIGH>; /* PL6 */ + }; +}; then add such a patch to Armbian kernel patches and recompile Armbian. But the Android 4.4 kernel has some other settings also for bluetooth which I don't know how it works with the 5.17 kernel. What is the result of: rfkill list lsmod | grep -i blue or dmesg | grep -i blue lsmod (Not sure if the commands work) What files do you see here and in the subfolders? /lib/firmware Are there rtl8723d*- files?
  10. I'll ask the manufacture next week if they can also check the mainline kernel. I know LibreELEC had a problem with them using Realtek wifi/bt, so they had to remove it to get official LE support. Not sure if bt changes were added back later. @balbes150 Here is 4.4 kernel dts with working bluetooth on StationOS https://pastebin.com/1FBB9Jiu Mainline dts https://github.com/torvalds/linux/blob/master/arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dts Maybe uart2 bluetooth things are missing in dts used by mainline kernel?
  11. It should use these 2 bluetooth firmware files, but it looks like it is already part of Armbian. https://github.com/armbian/firmware/pull/24/files Wifi/bt kernel drivers https://github.com/lwfinger/rtl8723ds Perhaps the mainline kernel dts or config file don't have bt?
  12. @balbes150Do you perhaps know how to fix the bluetooth issue Chris4arm is experiencing?
  13. Those 2 images are very old. Try newer images from here. https://users.armbian.com/balbes150/station-m1/ With the 4.4 legacy kernel images, everything should work or the 5.16 kernel ones. You are still using kernel 5.10 that might not have drivers for all the components or the drivers might have small bugs.
  14. The Station P1/M1 already has Armbian support but for the Station P2/M2 you will have to wait a couple of weeks until these new devices are more readily available and Armbian developers also get them. Rockchip is also still busy submitting drivers for the RK3566/RK3568 to the mainline kernel. There should be more info here later. https://wiki.t-firefly.com/en/ROC-RK3568-PC/started.html https://www.stationpc.com/ The current OS installed I think is Android 11 with a custom launcher and apps.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines