Jump to content

Search the Community

Showing results for tags 'orangepi5plus'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Armbian
    • Armbian project administration
  • Community
    • Announcements
    • SBC News
    • Framework and userspace feature requests
    • Off-topic
  • Using Armbian
    • Beginners
    • Software, Applications, Userspace
    • Advanced users - Development
  • Standard support
    • Amlogic meson
    • Allwinner sunxi
    • Rockchip
    • Other families
  • Community maintained / Staging
    • TV boxes
    • Amlogic meson
    • Allwinner sunxi
    • Marvell mvebu
    • Rockchip
    • Other families
  • Support

Categories

  • Volunteering opportunities
  • Part time jobs

Categories

  • Official giveaways
  • Community giveaways
  • Raffles

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Matrix


Mastodon


IRC


Website URL


XMPP/Jabber


Skype


Github


Discord


Location


Interests

  1. Hi, I've been running Armbian legacy server on my 5+ for a month now. I had trouble initially with my EMMC not booting, but I discovered, I had to wipe the SPI Nor then using Armbian config to flash it, then write to EMMC. When a new version of Armbian comes out for the 5+ and it may be a 6.8 kernel build, will I need to re-flash the SPI before I can install the newer version of Armbian (or another image from that's not Armbian?) before updating the EMMC. I found the steps on the Radxa site insightful for a general overview of SPI Nor and flashing (I understand it not an OPi5 x board), but it's not clear to me if a different OS will need the SPI updated due to different bootloader etc ..... https://docs.radxa.com/en/rock5/lowlevel-development/bootloader_spi_flash
  2. I want to share some information about an issue that I see on my OPi5+. Since I got it I am messing around with it and everything works great so far with the edge 6.7 kernel. One thing I noticed though was, that right after installation with nothing connected and when idle, there was one kernel process that was constantly consuming around 10% CPU time and the load stays at 1. The process was irq/136-hym8563. The number varies of course after each boot. Kernel driver is rtc_hym8563. Since it is build into the kernel I was not able to unload it as a first test. Side node, the issue is not seen on the Rock5b, so it seems OPi5+ hardware specific. Even if both are relative similar. I have not found anything useful so far on the internet. Don't know if it is just my device or if others are seeing a similar thing on their OPi5+ with the 6.7 edge kernel. IRQs going up like crazy for a few interrupts, compared to when driver rtc-hym8563 is not there. arch_timer rk_timer fec80000.i2c hym8563 Here are some debugging information. top output. root@orangepi5-plus ~# top -b -n 4 -p (pgrep hym) top - 16:30:43 up 3 min, 1 user, load average: 1.08, 0.63, 0.27 Tasks: 1 total, 0 running, 1 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 1.2 sy, 0.0 ni, 97.6 id, 0.0 wa, 1.2 hi, 0.0 si, 0.0 st MiB Mem : 15718.1 total, 15299.5 free, 422.6 used, 212.1 buff/cache MiB Swap: 7859.0 total, 7859.0 free, 0.0 used. 15295.5 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 438 root -51 0 0 0 0 D 0.0 0.0 0:16.90 irq/136-hym8563 top - 16:30:46 up 3 min, 1 user, load average: 1.08, 0.63, 0.27 Tasks: 1 total, 1 running, 0 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.7 sy, 0.0 ni, 97.9 id, 0.0 wa, 1.3 hi, 0.0 si, 0.0 st MiB Mem : 15718.1 total, 15299.5 free, 422.6 used, 212.1 buff/cache MiB Swap: 7859.0 total, 7859.0 free, 0.0 used. 15295.5 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 438 root -51 0 0 0 0 R 7.7 0.0 0:17.13 irq/136-hym8563 top - 16:30:49 up 3 min, 1 user, load average: 1.07, 0.63, 0.27 Tasks: 1 total, 0 running, 1 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.7 sy, 0.0 ni, 97.9 id, 0.0 wa, 1.3 hi, 0.0 si, 0.0 st MiB Mem : 15718.1 total, 15299.5 free, 422.6 used, 212.1 buff/cache MiB Swap: 7859.0 total, 7859.0 free, 0.0 used. 15295.5 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 438 root -51 0 0 0 0 D 8.0 0.0 0:17.37 irq/136-hym8563 top - 16:30:52 up 4 min, 1 user, load average: 0.99, 0.62, 0.27 Tasks: 1 total, 0 running, 1 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.0 us, 0.8 sy, 0.0 ni, 97.9 id, 0.0 wa, 1.3 hi, 0.0 si, 0.0 st MiB Mem : 15718.1 total, 15299.5 free, 422.6 used, 212.1 buff/cache MiB Swap: 7859.0 total, 7859.0 free, 0.0 used. 15295.5 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 438 root -51 0 0 0 0 D 8.0 0.0 0:17.61 irq/136-hym8563 Interrupt increase over 1 minute. 100k for hym8563 and 1million for fec8000.i2c root@orangepi5-plus ~# uptime && date && cat /proc/interrupts | grep -iE "(hym|fec80000|_timer)" && sleep 60 && date && cat /proc/interrupts | grep -iE "(hym|fec80000|_timer)" 17:28:15 up 35 min, 1 user, load average: 1.01, 1.07, 1.00 Mon Jan 22 05:28:15 PM CET 2024 19: 26038 125123 73155 438814 46260 13649 3574 299665 GICv3 26 Level arch_timer 25: 22900 83767 54823 279426 36468 15155 10963 9513 GICv3 321 Level rk_timer 48: 0 0 0 0 0 0 0 30250774 GICv3 355 Level fec80000.i2c 136: 0 0 0 0 0 0 0 5041747 rockchip_gpio_irq 8 Level hym8563 Mon Jan 22 05:29:15 PM CET 2024 19: 26366 125128 91142 438815 46849 13652 3574 307458 GICv3 26 Level arch_timer 25: 23366 84133 67225 279722 37149 15171 10976 9752 GICv3 321 Level rk_timer 48: 0 0 0 0 0 0 0 31073437 GICv3 355 Level fec80000.i2c 136: 0 0 0 0 0 0 0 5178856 rockchip_gpio_irq 8 Level hym8563 irq cpu time is also visible in mpstat root@orangepi5-plus ~# mpstat -P ALL Linux 6.7.1-edge-rockchip-rk3588 (orangepi5-plus) 01/22/2024 _aarch64_ (8 CPU) 07:43:50 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle 07:43:50 PM all 0.13 0.00 0.68 0.01 1.33 0.03 0.00 0.00 0.00 97.82 07:43:50 PM 0 0.03 0.00 1.30 0.01 0.98 0.08 0.00 0.00 0.00 97.61 07:43:50 PM 1 0.03 0.00 0.26 0.01 0.18 0.02 0.00 0.00 0.00 99.51 07:43:50 PM 2 0.03 0.00 3.06 0.01 2.46 0.07 0.00 0.00 0.00 94.37 07:43:50 PM 3 0.02 0.00 0.77 0.01 0.58 0.02 0.00 0.00 0.00 98.60 07:43:50 PM 4 0.59 0.00 0.11 0.01 0.03 0.02 0.00 0.00 0.00 99.24 07:43:50 PM 5 0.22 0.00 0.05 0.01 0.01 0.01 0.00 0.00 0.00 99.70 07:43:50 PM 6 0.06 0.00 0.01 0.01 0.01 0.00 0.00 0.00 0.00 99.91 07:43:50 PM 7 0.04 0.00 0.02 0.01 6.49 0.03 0.00 0.00 0.00 93.42 procinfo output shows as well the high number for irq 136 and 48. root@orangepi5-plus ~# procinfo Memory: Total Used Free Buffers RAM: 16095284 585248 15510036 22584 Swap: 8047640 0 8047640 Bootup: Mon Jan 22 16:53:14 2024 Load average: 1.29 1.09 1.02 1/231 9335 user : 00:01:51.76 0.1% page in : 238872 nice : 00:00:00.03 0.0% page out: 118633 system: 00:09:19.33 0.7% page act: 59088 IOwait: 00:00:09.19 0.0% page dea: 0 hw irq: 00:18:07.58 1.3% page flt: 1335085 sw irq: 00:00:24.98 0.0% swap in : 0 idle : 22:09:57.44 97.8% swap out: 0 uptime: 02:51:46.79 context : 142704160 irq 18: 0 irq 66: 0 427819017 Edge ae irq 19: 4672570 irq 77: 0 570425352 Edge PC irq 20: 0 irq 78: 0 570425353 Edge ae irq 23: 0 irq 89: 0 285212680 Edge PC irq 25: 2504720 irq 90: 0 285212681 Edge ae irq 31: 0 irq 91: 2 irq 32: 15 irq 92: 0 irq 33: 1 irq 93: 32 irq 34: 0 irq 94: 0 irq 35: 0 irq 95: 75881 428343296 Edge en irq 36: 0 irq 96: 0 570949632 Edge en irq 37: 0 irq 97: 0 irq 38: 0 irq 98: 0 irq 39: 0 irq 99: 0 irq 40: 0 irq 100: 0 irq 41: 2 irq 101: 514 irq 43: 653459 irq 102: 0 irq 44: 2278 irq 119: 0 irq 45: 1346 irq 130: 0 8 Edge PCIe PME irq 46: 203 irq 131: 0 9 Edge aerdrv irq 47: 41964 irq 132: 99660 irq 48: 141047548 irq 133: 56265 irq 49: 108 irq 135: 0 irq 50: 0 irq 136: 23507838 irq 51: 0 irq 137: 324 irq 52: 2 irq 138: 0 irq 53: 0 irq 139: 0 irq 54: 0 irq 140: 0 irq 65: 0 427819016 Edge PC Since I do not need the RTC on my system, my idea was to create an own custom image, where rtc_hym8563 is build as a module. Where I can disable the module in the hope the process is gone and nothing is consuming cpu time when idle. It turns out that worked for me and I am running it like this for now. Here are my steps. Change kernel config in the build system. # config/kernel/linux-rockchip-rk3588-edge.config CONFIG_RTC_DRV_HYM8563=y After new image is installed and booted, it is indeed now a module. root@orangepi5-plus ~# zcat /proc/config.gz | grep -i hym CONFIG_RTC_DRV_HYM8563=m Disabling the rtc_hym8563 driver echo "blacklist rtc_hym8563" > /etc/modprobe.d/blacklist-rtc.conf update-initramfs -u reboot I just wanted to share this information in case someone else see this. For now I will live with my workaround and keep an eye on the kernel development to see, if there will be a change. In case there is some hardware expert and has some other tips, please feel free to share. Cheers, Marco
  3. I've got Orange Pi 5 Plus board with 16 Gb of RAM, 256 Gb of eMMC, Realtek RTL8852BE-CG wireless module. SD card is Samsung EVO Plus 32Gb. I tried to run Armbian images on this board (from the SD-card I've mentioned before) but it was absolutely failed. I tried 5 images: Armbian_23.11.1_Orangepi5-plus_jammy_legacy_5.10.160_gnome-amazingfated_desktop.img.xz Armbian_23.11.1_Orangepi5-plus_bookworm_legacy_5.10.160.img.xz Armbian_23.11.1_Orangepi5_jammy_legacy_5.10.160_gnome-amazingfated_desktop.img.xz Armbian_23.11.1_Orangepi5-plus_bookworm_edge_6.7.0-rc1.img.xz Armbian_23.11.1_Orangepi5-plus_jammy_edge_6.7.0-rc1.img.xz which I downloaded from your website but the result the same: tons of errors, a lot of dumps, no even chance to see a desktop. Also I should say the official images of Ubuntu and Debian works fine so I guess it's not a hardware issue. There is UART log when I tried to start Armbian_23.11.1_Orangepi5-plus_jammy_legacy_5.10.160_gnome-amazingfated_desktop.img.xz image putty.log Could anyone tell me what the problem is?
  4. Hi gals & guys, Came over to this forum from the OPI forums which seem.. rather low on real-user activity. I am quite new to the SBC Arm64 platform and have many questions. I am an experienced sysadmin on x86/amd64 and still figuring out the differences. I bought a Orange Pi 5 Plus 32G of RAM and i am running of the 256G emmc. I am able to run different OS's (OPI-Ubuntu, OPI-debian, plain Ubuntu and Armbian). As i intend to use the board as server i didn't look into Android and the like.. My plan is running (OMV) from the emmc and attaching ZFS storage by means of a nvme-to-sata adapter and providing iscsi storage from there to my home-lab with my VM's and containers + shared storage and backup. Teamed NIC's for the network, for later. With that out of the way, here is my question... My OPI5plus is running fine from emmc and i am able to handle most normal issues. My main problem is that i cannot get my storage or even my nvme-to-sata adapter detected. I don't really know how to go about it and how to use overlays to configure my system. Beside the fact that the OPI5plus has no native sata and only 1 sata2 overlay, i have a basic lack of understanding of the overlay concept, i guess. I've seen very little information online on "OPI5plus NAS/SATA" and was wondering if someone here could help me out ? Config: Armbian_Bookworm_legacy 5.10.160 on Emmc rkspi_loader.img flashed, else no boot. Tried: rkspi_loader_sata.img for OPI5pro, but then no boot overlay rk3588_sata2, but then no NIC's My nvme-to-sata adapter is an M.2 nvme pcie3 to 6 port sata3.0 with ASM1166 chipset. At boot time the leds on it flicker, then go out. In lspci there is no mention of it neither in lshw (not even as unclaimed or unidentified device) in dmesg there is: rk-pcie fe170000.pcie: PCIe Link Up rk-pcie fe180000.pcie: PCIe Link Up rk-pcie fe190000.pcie: PCIe Link Up (Are these the pcie bridges or the lan & wlan NIC's ?) rk-pcie fe150000.pcie: PCIe Link Failed (But i can't decrypt why) armbianmonitor: https://paste.armbian.com/ovicanekan Thanx for all your work helping others! Hope i can join you soon..
  5. Hmm, seems i need someone holding my hand all steps of the way πŸ˜‡. Soon i'll need to pay some.. πŸ₯° I got my OPI5plus working from emmc with nvme-to-sata adapter on edge kernel and now i have 5 HDDs and 1 SSD connected to it. Intended for ZFS with cache... But : ZFS module won't build. I installed linux-headers and tried # apt install zfsutils-linux zfs-dkms. --- Setting up zfs-dkms (2.1.9-2ubuntu1) ... Loading new zfs-2.1.9 DKMS files... Building for 6.7.0-rc1-edge-rockchip-rk3588 Building initial module for 6.7.0-rc1-edge-rockchip-rk3588 configure: error: *** None of the expected "bops->release()" interfaces were detected. *** This may be because your kernel version is newer than what is *** supported, or you are using a patched custom kernel with *** incompatible modifications. *** *** ZFS Version: zfs-2.1.9-2ubuntu1 *** Compatible Kernels: 3.10 - 6.1 Error! Bad return status for module build on kernel: 6.7.0-rc1-edge-rockchip-rk3588 (aarch64) Consult /var/lib/dkms/zfs/2.1.9/build/make.log for more information. dpkg: error processing package zfs-dkms (--configure): installed zfs-dkms package post-installation script subprocess returned error exit status 10 --- (It said something similar on legacy kernel ...kind of..) The build log is not very helpful: DKMS make.log for zfs-2.1.9 for kernel 6.7.0-rc1-edge-rockchip-rk3588 (aarch64) Sun Jan 21 06:44:59 AM CET 2024 make: *** No targets specified and no makefile found. Stop. (The makefile IS there..) The questions: Am i doing something wrong ? Is this a known state of the zfs package for this board ? Is there something i can do to "work around/solve/help finding a solution" ? Are there other FS's that can make use of my disks with ~similar features as ZFS ?
  6. I had one OPi5 setup and working properly with one of my TVs. I was running Kodi and using the remote from my TV to control Kodi using HDMI-CEC. I went to setup a second one on another TV but this time the TV remote did not work properly. Through elimination I came to determine the HDMI cable was the issue. I ordered another HDMI cable that had the Ferrite at each side of the cable. Now it worked properly. Thought this might be useful for others. This is the cable I ordered: https://www.amazon.ca/dp/B003PDHJ6M Conclusion: In order to make HDMI-CEC work properly, make sure the HDMI cable is of sufficient quality. I think ones with the Ferrite may be best to remove any electrical interference.
  7. Installed: Armbian_23.11.1_Orangepi5-plus_bookworm_edge_6.7.0-rc1 The analog device is visible, but there's no sound from the headphone jack. The hdmi device is not visible. aplay -l **** List of PLAYBACK Hardware Devices **** card 0: Analog [Analog], device 0: fe470000.i2s-es8328-hifi-analog es8328-hifi-analog-0 [fe470000.i2s-es8328-hifi-analog es8328-hifi-analog-0] Subdevices: 1/1 Subdevice #0: subdevice #0 There is no sound when I play a test file: aplay -D hw:0,0 /usr/share/sounds/alsa/Noise.wav Playing WAVE '/usr/share/sounds/alsa/Noise.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono aplay: set_params:1358: Channels count non available I've looked in the journal log but nothing stands out to me. Sound doesn't appear to be muted, I added amixer output below. What do I do next? amixer output: Simple mixer control 'PCM',0 Capabilities: volume Playback channels: Front Left - Front Right Capture channels: Front Left - Front Right Limits: 0 - 192 Front Left: 192 [100%] [0.00dB] Front Right: 192 [100%] [0.00dB] Simple mixer control 'Mic PGA',0 Capabilities: volume Playback channels: Front Left - Front Right Capture channels: Front Left - Front Right Limits: 0 - 8 Front Left: 0 [0%] [0.00dB] Front Right: 0 [0%] [0.00dB] Simple mixer control 'Capture Digital',0 Capabilities: volume Playback channels: Front Left - Front Right Capture channels: Front Left - Front Right Limits: 0 - 192 Front Left: 0 [0%] [-96.00dB] Front Right: 0 [0%] [-96.00dB] Simple mixer control 'Capture Polarity',0 Capabilities: enum Items: 'Normal' 'L Invert' 'R Invert' 'L + R Invert' Item0: 'Normal' Simple mixer control 'Capture ZC',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [off] Simple mixer control 'DAC Deemphasis',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [off] Simple mixer control 'Differential Mux',0 Capabilities: enum Items: 'Line 1' 'Line 2' Item0: 'Line 1' Simple mixer control 'Left Line Mux',0 Capabilities: enum Items: 'Line 1' 'Line 2' 'PGA' 'Differential' Item0: 'Line 1' Simple mixer control 'Left Mixer',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [off] Simple mixer control 'Left Mixer Left Bypass',0 Capabilities: volume volume-joined pswitch pswitch-joined Playback channels: Mono Capture channels: Mono Limits: 0 - 7 Mono: 0 [0%] [-15.00dB] Playback [off] Simple mixer control 'Left Mixer Right',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [off] Simple mixer control 'Left Mixer Right Bypass',0 Capabilities: volume volume-joined pswitch pswitch-joined Playback channels: Mono Capture channels: Mono Limits: 0 - 7 Mono: 2 [29%] [-9.00dB] Playback [off] Simple mixer control 'Left PGA Mux',0 Capabilities: enum Items: 'Line 1' 'Line 2' 'Line 3' 'Differential' Item0: 'Line 1' Simple mixer control 'Output 1',0 Capabilities: pvolume Playback channels: Front Left - Front Right Limits: Playback 0 - 36 Mono: Front Left: Playback 0 [0%] [-30.00dB] Front Right: Playback 0 [0%] [-30.00dB] Simple mixer control 'Output 2',0 Capabilities: pvolume Playback channels: Front Left - Front Right Limits: Playback 0 - 36 Mono: Front Left: Playback 0 [0%] [-30.00dB] Front Right: Playback 0 [0%] [-30.00dB] Simple mixer control 'Right Line Mux',0 Capabilities: enum Items: 'Line 1' 'Line 2' 'PGA' 'Differential' Item0: 'Line 1' Simple mixer control 'Right Mixer',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [off] Simple mixer control 'Right Mixer Left',0 Capabilities: pswitch pswitch-joined Playback channels: Mono Mono: Playback [off] Simple mixer control 'Right Mixer Left Bypass',0 Capabilities: volume volume-joined pswitch pswitch-joined Playback channels: Mono Capture channels: Mono Limits: 0 - 7 Mono: 2 [29%] [-9.00dB] Playback [off] Simple mixer control 'Right Mixer Right Bypass',0 Capabilities: volume volume-joined pswitch pswitch-joined Playback channels: Mono Capture channels: Mono Limits: 0 - 7 Mono: 0 [0%] [-15.00dB] Playback [off] Simple mixer control 'Right PGA Mux',0 Capabilities: enum Items: 'Line 1' 'Line 2' 'Line 3' 'Differential' Item0: 'Line 1' Simple mixer control 'Route',0 Capabilities: enum Items: 'Stereo' 'Mono (Left)' 'Mono (Right)' 'Digital Mono' Item0: 'Stereo'
  8. When executing a command - sudo opt upgrade - returns an error: Setting up linux-image-legacy-rk35xx (23.11.1) ... Armbian 'linux-image-legacy-rk35xx' for '5.10.160-legacy-rk35xx': 'postinst' sta rting. * dkms: running auto installation service for kernel 5.10.160-legacy-rk35xx [ OK ] update-initramfs: Generating /boot/initrd.img-5.10.160-legacy-rk35xx W: Possible missing firmware /lib/firmware/rtl_nic/rtl8125a-3.fw for module r816 9 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-2.fw for module r816 9 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-1.fw for module r816 9 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168fp-3.fw for module r81 69 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-1.fw for module r816 9 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-3.fw for module r816 9 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-2.fw for module r816 9 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-2.fw for module r816 9 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-1.fw for module r816 9 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-2.fw for module r8169 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-1.fw for module r8169 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8402-1.fw for module r8169 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168f-2.fw for module r816 9 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168f-1.fw for module r816 9 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8105e-1.fw for module r816 9 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-3.fw for module r816 9 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-2.fw for module r816 9 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-1.fw for module r816 9 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw for module r816 9 W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-1.fw for module r816 9 gzip: stdout: No space left on device E: mkinitramfs failure gzip 1 update-initramfs: failed for /boot/initrd.img-5.10.160-legacy-rk35xx with 1. run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Free space after deleting the package linux-image-legacy-rk35xx in /boot: 3.6M dpkg: error processing package linux-image-legacy-rk35xx (--configure): installed linux-image-legacy-rk35xx package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: linux-image-legacy-rk35xx E: Sub-process /usr/bin/dpkg returned an error code (1) what could be the problem and how to fix it?
  9. Hello. The official adapter does not work for my orange pi 5 plus. https://aliexpress.ru/item/1005005956334270.html?spm=a2g2w.orderdetail.0.0.4e224aa6r3APff&sku_id=12000035019805399 The problem is this. Wi-Fi works, you turn on bluetooth, bluetooth doesn’t work initially. After turning on bluetooth, Wi-Fi does not work and bluetooth does not work either. Realtek RTL8852BE-CG BE CPU work in all officials builds. Help me please
  10. Hi all, Testing some versions of the Armbian img for the latest Orange Pi 5 Plus, right now im using Armbian_23.8.2_Orangepi5-plus_jammy_legacy_5.10.160_gnome_desktop.img and noticed when Im RDP in from windows machine, the audio from the OPI it doesn't get played back through. I did noticed when re-login locally back on the same user account, the audio card shows "Dummy Output" and no audio from the 3.5mm port. Is there a fix for this ? even on another version ? I have tested a few and all appears same result. bookworm_legacy_5.10.160_cinnamon bookworm_legacy_5.10.160_gnome bookworm_legacy_5.10.160_xfce Regards,
  11. New OPI5+, unable to finish install because ethernet doesn't work. I haven't been able to figure it out and my searches turned up nothing. journalctl has the following messages: - hpptx phy lane locked! - rk_gmac-dwmac fe1c0000.ethernet error: no phy at addr -1 - stmmac_open: cannot attach to phy (error -19) I've checked power supply, cables, edited the interfaces file, and more , with no success. I have an Orange Pi 5 that I can swap as is in its place and everything works. Coupled with the fact that I couldn't find mention of the errors, I'm hoping that someone can help me before I give up and return the OPI5+.
  12. Armbian trixie 24.2.0-trunk.272 - kernel 6.7.0-rc7 Connecting over ssh. When I shutdown the pi (sudo poweroff) it disconnects the ssh session but does not shut down completely. Network and heartbeat leds still flashing. Works fine with the legacy kernel 5.10 What am I missing? thanks
  13. Hi, I've had my 5+ for a week now and tinker with it when I can. Some things I've noticed... Using Amrbian legacy 5.10 legacy.... the system draws about 2.2w idle using a USB meter and no peripherals attached. When using the trying the latest 24.2.0-trunk.79, the power draw increases to 3w idle. I also noted the LED flickers between green and red rather than blue and red with legacy. My guess is more peripherals are being enabled. When using legacy, the first time i run an apt-get update there are 39 'gets'. When I then added a launchpad ppa and run again I only get 6. Not sure why that is. I cannot get my EMMC to boot, i've tried numerous methods from here and orangepi website using the windows tools. No errors, just a constant blue led light when SD card is removed. I've pasted my current system output to the link below if anyone can have a look at it. https://paste.armbian.com/cehirewota I used this command to wipe my EMMC after trying to make it primary / bootable blkdiscard /dev/mmcblk0 -f However there are 2 disks that I don't know how to clear. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS mtdblock0 31:0 0 16M 0 disk mmcblk0 179:0 0 28.9G 0 disk mmcblk0boot0 179:32 0 4M 1 disk mmcblk0boot1 179:64 0 4M 1 disk mmcblk1 179:96 0 119.1G 0 disk β”œβ”€mmcblk1p1 179:97 0 256M 0 part /boot └─mmcblk1p2 179:98 0 117.6G 0 part /var/log.hdd / zram0 254:0 0 1.8G 0 disk [SWAP] zram1 254:1 0 50M 0 disk /var/log
  14. Hi, I'm pretty new to this forum may be I will ask some already answered questions, but here they are: I just had a new orangepi 5 plus card and I failed to use the "buses": - I2s: didn't find anywhere how to activate it (i'm trying a dac as a soundcard). Didn't find the hifiberry-dac overlay neither (ok maybe this one is just for raspberry). - spi: I plugged a simple mcp3008 to the spi pins but can't read anything on it (i have the /dev/spidev0.0/1 and /dev/spiddev4.0/1 devices). I think I respected the rights pins. - i2c: when I activate the overlays in armbianEnv.txt, I can see a lot of messages every seconds with dmesg about rk-hdmi. Maybe I put too much overlays in the list ? Any help or leads would be appreciated.
  15. sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia [sudo] contraseΓ±a para eduardo: Repository: 'deb https://ppa.launchpadcontent.net/liujianfeng1994/rockchip-multimedia/ubuntu/ bookworm main' Description: This ppa provides a package rockchip-multimedia-config to config your system ready for multimedia acceleration. sudo apt install rockchip-multimedia-config Then you're good to go. More info: https://launchpad.net/~liujianfeng1994/+archive/ubuntu/rockchip-multimedia Adding repository. Press [ENTER] to continue or Ctrl-c to cancel. Adding deb entry to /etc/apt/sources.list.d/liujianfeng1994-ubuntu-rockchip-multimedia-bookworm.list Adding disabled deb-src entry to /etc/apt/sources.list.d/liujianfeng1994-ubuntu-rockchip-multimedia-bookworm.list Adding key to /etc/apt/trusted.gpg.d/liujianfeng1994-ubuntu-rockchip-multimedia.gpg with fingerprint 0B2F0747E3BD546820A639B68065BE1FC67AABDE Obj:1 http://deb.debian.org/debian bookworm InRelease Des:3 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB] Des:5 http://security.debian.org bookworm-security InRelease [48.0 kB] Des:6 http://deb.debian.org/debian bookworm-backports InRelease [56.5 kB] Obj:2 https://cli.github.com/packages stable InRelease Ign:8 https://ppa.launchpadcontent.net/liujianfeng1994/panfork-mesa/ubuntu bookworm InRelease Obj:7 http://armbian.chi.auroradev.org/apt bookworm InRelease Des:4 https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs vscodium InRelease [3 843 B] Des:9 http://deb.debian.org/debian bookworm-backports/main arm64 Packages.diff/Index [63.3 kB] Ign:10 https://ppa.launchpadcontent.net/liujianfeng1994/rockchip-multimedia/ubuntu bookworm InRelease Des:11 http://deb.debian.org/debian bookworm-backports/main arm64 Contents (deb).diff/Index [48.8 kB] Des:12 http://deb.debian.org/debian bookworm-backports/main all Contents (deb).diff/Index [63.6 kB] Err:13 https://ppa.launchpadcontent.net/liujianfeng1994/panfork-mesa/ubuntu bookworm Release 404 Not Found [IP: 185.125.190.52 443] Des:14 http://security.debian.org bookworm-security/main arm64 Packages [92.9 kB] Des:15 http://deb.debian.org/debian bookworm-backports/main arm64 Packages T-2023-11-02-0803.41-F-2023-11-02-0203.47.pdiff [16.4 kB] Des:15 http://deb.debian.org/debian bookworm-backports/main arm64 Packages T-2023-11-02-0803.41-F-2023-11-02-0203.47.pdiff [16.4 kB] Err:16 https://ppa.launchpadcontent.net/liujianfeng1994/rockchip-multimedia/ubuntu bookworm Release 404 Not Found [IP: 185.125.190.52 443] Des:17 https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs vscodium/main arm64 Packages [1 039 B] Des:18 http://deb.debian.org/debian bookworm-backports/main arm64 Contents (deb) T-2023-11-02-0803.41-F-2023-11-02-0803.41.pdiff [85.2 kB] Des:18 http://deb.debian.org/debian bookworm-backports/main arm64 Contents (deb) T-2023-11-02-0803.41-F-2023-11-02-0803.41.pdiff [85.2 kB] Des:19 http://deb.debian.org/debian bookworm-backports/main all Contents (deb) T-2023-11-02-0203.47-F-2023-11-02-0203.47.pdiff [27.2 kB] Des:19 http://deb.debian.org/debian bookworm-backports/main all Contents (deb) T-2023-11-02-0203.47-F-2023-11-02-0203.47.pdiff [27.2 kB] Leyendo lista de paquetes... Hecho E: El repositorio Β«https://ppa.launchpadcontent.net/liujianfeng1994/panfork-mesa/ubuntu bookworm ReleaseΒ» no tiene un fichero de PublicaciΓ³n. N: No se puede actualizar de un repositorio como este de forma segura y por tanto estΓ‘ deshabilitado por omisiΓ³n. N: Vea la pΓ‘gina de manual apt-secure(8) para los detalles sobre la creaciΓ³n de repositorios y la configuraciΓ³n de usuarios. E: El repositorio Β«https://ppa.launchpadcontent.net/liujianfeng1994/rockchip-multimedia/ubuntu bookworm ReleaseΒ» no tiene un fichero de PublicaciΓ³n. N: No se puede actualizar de un repositorio como este de forma segura y por tanto estΓ‘ deshabilitado por omisiΓ³n. N: Vea la pΓ‘gina de manual apt-secure(8) para los detalles sobre la creaciΓ³n de repositorios y la configuraciΓ³n de usuarios. eduardo@orangepi5-plus:~$
  16. I've noticed a funny thing on 23.11.0-trunk.244, trixie edge. If I use netplan to change the names of the network interfaces, they disappear on the next reboot - linux no longer detects them at all. dmesg will show: ``` rockchip-dw-pcie a40c00000.pcie: Phy link never came up rockchip-dw-pcie a41000000.pcie: Phy link never came up ``` The interfaces will disappear from lspci. Any hint on what's causing this?
  17. I would like to create a LAN teaming on my Orange pi 5 plus. So combine both interfaces. The whole thing should run as load balancing so that the load is distributed evenly. How exactly do I set this up and can there be problems with something like this with Docker?
  18. Hi everyone! I have recently bought an Orange Pi 5 Plus (16 GB RAM) and installed Armbian (the Pi Plus version). Then I enabled GPU hardware acceleration, as suggested on the Armbian download page, which then updated chromium and other things to the rkmpp versions. Now, if I start chromium under Wayland (tried Sway, Gnome, and KDE), the hardware acceleration works nicely, so I get good FPS on e.g. WebGL aquarium, and similar things. However, the antialiasing of some items on the screen does not seem to be working. Antialiasing in WebGL seems off as well. You can see an example in the attached screenshot. Here's what I have tried so far: Before installing GPU acceleration packages from PPAs: antialiasing is good, video + WebGL very slow After installing, antialiasing is not working for some items, but video and WebGL performance is good. Terminal output from chromium: orangepi5-plus:~:% chromium-browser [6045:6045:1014/205303.066564:ERROR:gl_display.cc(520)] EGL Driver message (Error) eglQueryDeviceAttribEXT: eglQueryDeviceAttribEXT [6045:6045:1014/205303.066882:ERROR:gl_angle_util_vulkan.cc(189)] Failed to retrieve vkGetInstanceProcAddr [6045:6045:1014/205303.067071:ERROR:vulkan_instance.cc(91)] Failed to get vkGetInstanceProcAddr pointer from ANGLE. [6001:6001:1014/205306.049251:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled. Failed to query video capabilities: Inappropriate ioctl for device libv4l2: error getting capabilities: Inappropriate ioctl for device Failed to query video capabilities: Inappropriate ioctl for device libv4l2: error getting capabilities: Inappropriate ioctl for device [6045:6045:1014/205314.614093:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times! [6045:6045:1014/205332.225266:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times! [6045:6045:1014/205332.914513:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times! When running Chromium with malirun (I understand that this makes it use blob drivers for Mali), the antialiasing is working again, but attempting to open chrome://gpu leads to a temporary freeze and the following console output. In addition, the keyboard and general interaction with the browser seems laggy, despite good WebGL performance: orangepi5-plus:~:% malirun chromium-browser [3461:3461:1014/211639.485891:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled. arm_release_ver: g13p0-01eac0, rk_so_ver: 3 [3507:3507:1014/211639.630264:ERROR:gl_angle_util_vulkan.cc(22)] EGL_EXT_device_query not supported [3507:3507:1014/211639.630525:ERROR:vulkan_instance.cc(91)] Failed to get vkGetInstanceProcAddr pointer from ANGLE. Failed to query video capabilities: Inappropriate ioctl for device libv4l2: error getting capabilities: Inappropriate ioctl for device Failed to query video capabilities: Inappropriate ioctl for device libv4l2: error getting capabilities: Inappropriate ioctl for device [3461:3492:1014/211640.511695:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.DBus.StartServiceByName: object_path= /org/freedesktop/DBus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. Warning: vkCreateInstance: Found no drivers! Error: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER at CheckVkSuccessImpl (../../third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:88) at CreateVkInstance (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:416) at Initialize (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:302) at Create (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:232) at operator() (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:492) LIBGL: Initialising gl4es LIBGL: v1.1.5 built on Apr 18 2023 02:39:01 LIBGL: Using GLES 2.0 backend LIBGL: loaded: libGLESv2.so LIBGL: loaded: libEGL.so LIBGL: Using GLES 2.0 backend [1014/211839.760567:WARNING:exception_snapshot_linux.cc(263)] fpsimd not found [3461:3461:1014/211839.874801:ERROR:gpu_process_host.cc(953)] GPU process exited unexpectedly: exit_code=512 arm_release_ver: g13p0-01eac0, rk_so_ver: 3 Since I would like to use the OPi5 Plus for some browsing and related things, is there something that I can do to make antialiasing work? Thanks a lot in advance!
  19. Hello. I'm sure this has been discussed a lot but I couldn't find anything recent. I just got my Orange Pi 5 Plus and I installed Armbian 23.8 Bookworm CLI on it. It is really fast and I love it so far. I see that it is unclear whether we have some kind of working vulkan drivers or not but I just installed the mesa-vulkan-drivers package and the vulkaninfo command is actually returning output so does that mean that we have vulkan drivers that work for the G610? Thanks in advance
  20. perelax

    Camera

    I've been looking into streaming on the Orange Pi's, which doesn't work, so I thought I would share my findings. I was first told by customer service people that the problem was HDCP, but have found that it is actually the camera. The tech was kind enough to slip that the camera module doesn't have their hooks. I can still view in the browser, and this leaves me to the conclusion that TV boxes and Smart TVs are using the camera modules to record end users without their permission. If the system has the camera hooks, the app is allowed to play. The browser bypasses this, because it has permissions to access private information on our devices, and they dig the system while we watch a show. Reminds me of multi-link. There must be some kind of stub or JNI for the hooks, right? We should be able to patch something in, provided that we knew what their code is calling. Anyone have input or ideas on this?
  21. Every time I stop and then start Chromium, do a search on google, or on youtube, there seems to be a deletion of the cookies, and it asks consent again, login again .... I found lots of possible solutions on internet about that issue, but none work for me! I wonder what this is due to, any ideas?
  22. I am trying to compile a new kernel in order to support some satellite receiver tuner (from TBS). I did that successfully (In February 2023) on Orange Pi 5 with Linux kernel 5.10.110, but I am struggling doing it with Orange PI 5 Plus with Linux 5.10.160 (jammy). Basically I would like to turn as Modules lots of CONFIG_VIDEOBUF2_*, in order to replace the modules with the ones compiled separately (that I know are working fine with my TBS USD card). These are my issues: - I do not manage to set separately those CONFIG_VIDEOBUF2_* through the menu config. - Thus I tried to set the whole "multimedia support" as a module and got the error: -------------------------------------------------- [πŸ”¨] /usr/bin/aarch64-linux-gnu-ld: drivers/phy/rockchip/phy-rockchip-samsung-dcphy.o: in function `samsung_mipi_dcphy_power_on': [πŸ”¨] phy-rockchip-samsung-dcphy.c:(.text+0xe1c): undefined reference to `v4l2_subdev_call_wrappers' [πŸ”¨] /usr/bin/aarch64-linux-gnu-ld: drivers/phy/rockchip/phy-rockchip-samsung-dcphy.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `v4l2_subdev_call_wrappers' which may bind externally can not be used when making a shared object; recompile with -fPIC [πŸ”¨] phy-rockchip-samsung-dcphy.c:(.text+0xe1c): dangerous relocation: unsupported relocation [πŸ”¨] /usr/bin/aarch64-linux-gnu-ld: phy-rockchip-samsung-dcphy.c:(.text+0xe2c): undefined reference to `v4l2_subdev_call_wrappers' [πŸ”¨] /usr/bin/aarch64-linux-gnu-ld: phy-rockchip-samsung-dcphy.c:(.text+0xe74): undefined reference to `v4l2_subdev_call_wrappers' [πŸ”¨] /usr/bin/aarch64-linux-gnu-ld: drivers/phy/rockchip/phy-rockchip-samsung-dcphy.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `v4l2_subdev_call_wrappers' which may bind externally can not be used when making a shared object; recompile with -fPIC [πŸ”¨] phy-rockchip-samsung-dcphy.c:(.text+0xe74): dangerous relocation: unsupported relocation [πŸ”¨] /usr/bin/aarch64-linux-gnu-ld: phy-rockchip-samsung-dcphy.c:(.text+0xe84): undefined reference to `v4l2_subdev_call_wrappers' ------------------------------------------------------- Any idea on how to unblock that? I am compiling on native on the PI 5 Plus. Thanks.
  23. Hi, newbie here again.... I recently switched to Armbian from Orange Pi Ubuntu. I am running Armbian 23.8.1 Jammy with Linux 5.10.160-legacy-rk35xx My issue is a noticeable slowdown in NVME performance. I now get 522.35 MB/sec (as per hdparm test), but before on orange pi ubuntu it was around 1900 MB/s . FYI...Armbian is installed on and booting from the NVME. everything else seems to work perfect and I don't get smartctl errors. Please advise - Crucial P3 4TB PCIe M.2 2280 SSD NVMe (PCIe Gen 3 x4) - Have all the latest updates /dev/nvme0n1: Timing cached reads: 7988 MB in 2.00 seconds = 3997.60 MB/sec Timing buffered disk reads: 1568 MB in 3.00 seconds = 522.35 MB/sec Thank you in advance for any help you can offer.
  24. Armbian 23.08.0-trunk Bookworm with Linux 5.10.160-rk35xx root@orangepi5-plus:~# gpio -v gpio version: 2.46 Copyright (c) 2012-2018 Gordon Henderson This is free software with ABSOLUTELY NO WARRANTY. For details type: gpio -warranty * Device tree is enabled. *--> Orange Pi 5 Plus root@orangepi5-plus:~# gpio readall wiringPiSetup: mmap (GPIO) failed: Operation not permitted
  25. I am new to ARM based systems. I purchased a OPI5 plus. I also have an Aprotti 10 in USB/HDMI touchscreen and I am also trying to use a USB dongle for audio. I installed Armbian on an nvme. Display works fine, but aside from my keyboard and mouse nothing I plug into the USB 3.0 or USB-C ports are detected nor do they work. Powering my system is a Makerfocus UPS for RPIs conneccte to a 10000mah battery. The board is connected to the OPI5 plus and the second power port is connected to my touchscreen display. I am at a lost to determine why none of my peripherals are working. I saw one of the moderators say to run armbianmonitor -u. I ran it and have the URL. Do I post that in here? Thanks in advance from the new guy.
Γ—
Γ—
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines