Jump to content

Search the Community

Showing results for tags 'orangepi5'.

  • 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

  • Official giveaways
  • Community giveaways

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. Someone asked in a different thread how I got Dolphin to run so thought I'd start a thread so not to pollute the other one. Basically it wasn't that hard especially if youve done some git'hubbing before. I think I followed the 'Ubuntu' instructions here. Make sure you get the dependencies and do all the steps correctly. It should build without problems if you do. (remember you have a lot of cores on Opi5 so can use 'make -j6' or even higher) https://github.com/dolphin-emu/dolphin/wiki/Building-for-Linux You then want to set a config flag to make Dolphin use GLES instead of big brother OpenGL. (you probably want to run it at least once to generate the config files) nano ~/.config/dolphin-emu/GFX.ini add a line: PreferGLES = True But when running one of the more common games I got a shader compilation error. I hacked around that and also reported it on the Dolpin bug report site and it should be fixed soon when the 'PR' gets accepted. In the meantime you can read here what to do, https://bugs.dolphin-emu.org/issues/13198# Note that in my youtube video I get a good fps but later on in the game when you get to the first village the transparencies in the central square bonfire completely kills fps. The same happens in Metroid Prime when you have the large bluish holo walls in view. Mario Kart runs pretty well most of the time. Mario Sunshine as well at least in the plaza area I have't tried further. Cheers and Good Luck!
  2. I'm struggling to get my Orange Pi 5 to boot to NVMe with Armbian 23.02 Bullseye CLI. With armbian-install I picked: 4 Boot from MTD Flash - system on SATA, USB or NVMe then install to /dev/nvme0n1p1, followed by updating the bootloader on mtdbblock0, and then powering off. When I remove the SD drive, and reboot. The console remains blank. When I insert the SD drive, and reboot again, the system comes up, and I can mount /dev/nvme0n1p1: $ df -h Filesystem Size Used Avail Use% Mounted on udev 7.7G 0 7.7G 0% /dev tmpfs 1.6G 9.6M 1.6G 1% /run /dev/mmcblk1p2 30G 2.0G 27G 7% / tmpfs 7.7G 0 7.7G 0% /dev/shm tmpfs 5.0M 4.0K 5.0M 1% /run/lock tmpfs 7.7G 0 7.7G 0% /tmp /dev/mmcblk1p1 256M 150M 106M 59% /boot /dev/zram1 49M 4.1M 41M 10% /var/log tmpfs 1.6G 0 1.6G 0% /run/user/1000 /dev/nvme0n1p1 234G 1.7G 221G 1% /mnt /dev/nvme0n1p1 looks like it's a clone of / Any ideas/suggestions?
  3. What do I need to do to fix this error? Here is some information: root@orangepi5 ~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.2 LTS Release: 22.04 Codename: jammy root@orangepi5 ~# root@orangepi5 ~# uname -a Linux orangepi5 5.10.110-rockchip-rk3588 #23.02.2 SMP Fri Feb 17 23:59:20 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux root@orangepi5 ~# root@orangepi5 ~# apt install -y bpfcc-tools libbpfcc-dev python3-bpfcc libbpfcc Reading package lists... Done Building dependency tree... Done Reading state information... Done The following additional packages will be installed: ieee-data libclang-cpp11 libllvm11 python3-netaddr Suggested packages: ipython3 python-netaddr-docs The following NEW packages will be installed: bpfcc-tools ieee-data libbpfcc libbpfcc-dev libclang-cpp11 libllvm11 python3-bpfcc python3-netaddr 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. Need to get 30.1 MB of archives. After this operation, 136 MB of additional disk space will be used. Get:1 http://ports.ubuntu.com jammy/universe arm64 libllvm11 arm64 1:11.1.0-6 [17.2 MB] Get:2 http://ports.ubuntu.com jammy/universe arm64 libclang-cpp11 arm64 1:11.1.0-6 [9,149 kB] Get:3 http://ports.ubuntu.com jammy/universe arm64 libbpfcc arm64 0.18.0+ds-2 [599 kB] Get:4 http://ports.ubuntu.com jammy/universe arm64 python3-bpfcc all 0.18.0+ds-2 [34.6 kB] Get:5 http://ports.ubuntu.com jammy/main arm64 ieee-data all 20210605.1 [1,887 kB] Get:6 http://ports.ubuntu.com jammy/main arm64 python3-netaddr all 0.8.0-2 [309 kB] Get:7 http://ports.ubuntu.com jammy/universe arm64 bpfcc-tools all 0.18.0+ds-2 [627 kB] Get:8 http://ports.ubuntu.com jammy/universe arm64 libbpfcc-dev arm64 0.18.0+ds-2 [325 kB] Fetched 30.1 MB in 9s (3,363 kB/s) Selecting previously unselected package libllvm11:arm64. (Reading database ... 97548 files and directories currently installed.) Preparing to unpack .../0-libllvm11_1%3a11.1.0-6_arm64.deb ... Unpacking libllvm11:arm64 (1:11.1.0-6) ... Selecting previously unselected package libclang-cpp11. Preparing to unpack .../1-libclang-cpp11_1%3a11.1.0-6_arm64.deb ... Unpacking libclang-cpp11 (1:11.1.0-6) ... Selecting previously unselected package libbpfcc. Preparing to unpack .../2-libbpfcc_0.18.0+ds-2_arm64.deb ... Unpacking libbpfcc (0.18.0+ds-2) ... Selecting previously unselected package python3-bpfcc. Preparing to unpack .../3-python3-bpfcc_0.18.0+ds-2_all.deb ... Unpacking python3-bpfcc (0.18.0+ds-2) ... Selecting previously unselected package ieee-data. Preparing to unpack .../4-ieee-data_20210605.1_all.deb ... Unpacking ieee-data (20210605.1) ... Selecting previously unselected package python3-netaddr. Preparing to unpack .../5-python3-netaddr_0.8.0-2_all.deb ... Unpacking python3-netaddr (0.8.0-2) ... Selecting previously unselected package bpfcc-tools. Preparing to unpack .../6-bpfcc-tools_0.18.0+ds-2_all.deb ... Unpacking bpfcc-tools (0.18.0+ds-2) ... Selecting previously unselected package libbpfcc-dev. Preparing to unpack .../7-libbpfcc-dev_0.18.0+ds-2_arm64.deb ... Unpacking libbpfcc-dev (0.18.0+ds-2) ... Setting up libllvm11:arm64 (1:11.1.0-6) ... Setting up ieee-data (20210605.1) ... Setting up libclang-cpp11 (1:11.1.0-6) ... Setting up python3-netaddr (0.8.0-2) ... Setting up libbpfcc (0.18.0+ds-2) ... Setting up python3-bpfcc (0.18.0+ds-2) ... Setting up bpfcc-tools (0.18.0+ds-2) ... Setting up libbpfcc-dev (0.18.0+ds-2) ... Processing triggers for man-db (2.10.2-1) ... Processing triggers for libc-bin (2.35-0ubuntu3.1) ... root@orangepi5 ~# root@orangepi5 ~# execsnoop-bpfcc create_probe_event: open(/sys/kernel/debug/tracing/kprobe_events): No such file or directory Traceback (most recent call last): File "/usr/sbin/execsnoop-bpfcc", line 229, in <module> b.attach_kprobe(event=execve_fnname, fn_name="syscall__execve") File "/usr/lib/python3/dist-packages/bcc/__init__.py", line 683, in attach_kprobe raise Exception("Failed to attach BPF program %s to kprobe %s" % Exception: Failed to attach BPF program b'syscall__execve' to kprobe b'__arm64_sys_execve' root@orangepi5 ~# root@orangepi5 ~# ls /sys/kernel/debug/tracing available_events buffer_total_size_kb error_log options saved_cmdlines_size set_ftrace_filter set_graph_notrace trace_marker_raw tracing_thresh available_filter_functions current_tracer events per_cpu saved_tgids set_ftrace_notrace timestamp_mode trace_options uprobe_events available_tracers dynamic_events free_buffer printk_formats set_event set_ftrace_notrace_pid trace trace_pipe uprobe_profile buffer_percent dyn_ftrace_total_info instances README set_event_notrace_pid set_ftrace_pid trace_clock tracing_cpumask buffer_size_kb enabled_functions max_graph_depth saved_cmdlines set_event_pid set_graph_function trace_marker tracing_on root@orangepi5 ~# root@orangepi5 ~# ls /sys/kernel/debug/tracing/kprobe_events ls: cannot access '/sys/kernel/debug/tracing/kprobe_events': No such file or directory root@orangepi5 ~#
  4. Hello!! I got Dolphin running under Armbian and it seems its mainly GPU bound for the games that Iv'e tested. I am aware that the Panfrost drivers are not optimal but I thought I'd like to try and squeeze a few extra fps out of this setup by overclocking the GPU if that's possible. Is it? And does anyone know how I can do that? Cheers!
  5. I decided to try the new Armbian 23.02 Jammy Gnome build and after booting with my SD card, the process gets to a point where it presents a prompt orangepi5 login: and whatever I attempt to enter returns as an incorrect login. I can't find any specific documentation which indicates the default login credentials for this build.
  6. In the most recent builds, the kernel logs have been flood with Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 Mar 02 21:31:38 kitchen-opi kernel: [drm:rockchip_vop2_mod_supported] *ERROR* Unsupported format modifier 0x800000100000351 there are no issues with the opi itself beside these log messages... any way to remove them?
  7. Hello all! In Orange Pi OS latest image all works well EXCEPT it keeps launching apps in a stupid bordered window that has a huge obnoxious bar at the top with 2 absolutely useless buttons, a window to full screen option and the X button How do I hide this stupid thing? It's blocking the whole top of my screen and cutting off part of my TiviMate Pic here https://imgur.com/a/8uo8WrM
  8. I was running on Armbian_23.02.0-trunk.0112_Orangepi5_jammy_legacy_5.10.110_cinnamon_desktop. For the most part, it worked but the mouse cursor would randomly disappear while remaining functional but invisible. I tried to upgrade using apt-get update and apt-get full-upgrade and after a reboot, it now just displays a flashing underscore. I can SSH into the OS so it's partially functional. Shows as Armbian 23.02.2 Jammy with Linux 5.10.110-rockchip-rk3588 Contents of boot.log: ------------ Mon Feb 27 07:24:15 PST 2023 ------------ done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems done. Begin: Will now check root file system ... fsck from util-linux 2.37.2 [/usr/sbin/fsck.ext4 (1) -- /dev/nvme0n1p2] fsck.ext4 -a -C0 /dev/nvme0n1p2 /dev/nvme0n1p2: clean, 246632/29294592 files, 4225509/117146880 blocks done. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. Welcome to ^[[1mUbuntu 22.04.2 LTS^[[0m! [^[[0;32m OK ^[[0m] Created slice ^[[0;1;39mSlice /system/modprobe^[[0m. [^[[0;32m OK ^[[0m] Created slice ^[[0;1;39mSlice /system/serial-getty^[[0m. [^[[0;32m OK ^[[0m] Created slice ^[[0;1;39mUser and Session Slice^[[0m. [^[[0;32m OK ^[[0m] Started ^[[0;1;39mForward Password Requests to Wall Directory Watch^[[0m. [^[[0;32m OK ^[[0m] Set up automount ^[[0;1;39mArbitrary Executable File Formats File System Automount Point^[[0m. [^[[0;32m OK ^[[0m] Reached target ^[[0;1;39mUser and Group Name Lookups^[[0m. [^[[0;32m OK ^[[0m] Reached target ^[[0;1;39mSlice Units^[[0m. [^[[0;32m OK ^[[0m] Reached target ^[[0;1;39mMounting snaps^[[0m. [^[[0;32m OK ^[[0m] Reached target ^[[0;1;39mSwaps^[[0m. [^[[0;32m OK ^[[0m] Reached target ^[[0;1;39mSystem Time Set^[[0m. [^[[0;32m OK ^[[0m] Reached target ^[[0;1;39mLocal Verity Protected Volumes^[[0m. [^[[0;32m OK ^[[0m] Listening on ^[[0;1;39mSyslog Socket^[[0m. [^[[0;32m OK ^[[0m] Listening on ^[[0;1;39mfsck to fsckd communication Socket^[[0m. [^[[0;32m OK ^[[0m] Listening on ^[[0;1;39minitctl Compatibility Named Pipe^[[0m. [^[[0;32m OK ^[[0m] Listening on ^[[0;1;39mJournal Audit Socket^[[0m. [^[[0;32m OK ^[[0m] Listening on ^[[0;1;39mJournal Socket (/dev/log)^[[0m. [^[[0;32m OK ^[[0m] Listening on ^[[0;1;39mJournal Socket^[[0m. [^[[0;32m OK ^[[0m] Listening on ^[[0;1;39mudev Control Socket^[[0m. [^[[0;32m OK ^[[0m] Listening on ^[[0;1;39mudev Kernel Socket^[[0m. Mounting ^[[0;1;39mHuge Pages File System^[[0m... Mounting ^[[0;1;39mPOSIX Message Queue File System^[[0m... Mounting ^[[0;1;39mKernel Debug File System^[[0m... Mounting ^[[0;1;39mKernel Trace File System^[[0m... Starting ^[[0;1;39mRestore / save the current clock^[[0m... Starting ^[[0;1;39mSet the console keyboard layout^[[0m... Starting ^[[0;1;39mCreate List of Static Device Nodes^[[0m... Starting ^[[0;1;39mLoad Kernel Module chromeos_pstore^[[0m... Starting ^[[0;1;39mLoad Kernel Module configfs^[[0m... Starting ^[[0;1;39mLoad Kernel Module drm^[[0m... Starting ^[[0;1;39mLoad Kernel Module efi_pstore^[[0m... Starting ^[[0;1;39mLoad Kernel Module fuse^[[0m... Starting ^[[0;1;39mLoad Kernel Module pstore_blk^[[0m... Starting ^[[0;1;39mLoad Kernel Module pstore_zone^[[0m... Starting ^[[0;1;39mLoad Kernel Module ramoops^[[0m... Starting ^[[0;1;39mLoad Kernel Modules^[[0m... Starting ^[[0;1;39mRemount Root and Kernel File Systems^[[0m... Starting ^[[0;1;39mColdplug All udev Devices^[[0m... [^[[0;32m OK ^[[0m] Mounted ^[[0;1;39mHuge Pages File System^[[0m. [^[[0;32m OK ^[[0m] Mounted ^[[0;1;39mPOSIX Message Queue File System^[[0m. [^[[0;32m OK ^[[0m] Mounted ^[[0;1;39mKernel Debug File System^[[0m. [^[[0;32m OK ^[[0m] Mounted ^[[0;1;39mKernel Trace File System^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mRestore / save the current clock^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mCreate List of Static Device Nodes^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mLoad Kernel Module chromeos_pstore^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mLoad Kernel Module configfs^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mLoad Kernel Module drm^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mLoad Kernel Module efi_pstore^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mLoad Kernel Module fuse^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mLoad Kernel Module pstore_blk^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mLoad Kernel Module pstore_zone^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mLoad Kernel Module ramoops^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mLoad Kernel Modules^[[0m. Mounting ^[[0;1;39mFUSE Control File System^[[0m... Mounting ^[[0;1;39mKernel Configuration File System^[[0m... Starting ^[[0;1;39mApply Kernel Variables^[[0m... [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mRemount Root and Kernel File Systems^[[0m. [^[[0;32m OK ^[[0m] Mounted ^[[0;1;39mFUSE Control File System^[[0m. Starting ^[[0;1;39mPlatform Persistent Storage Archival^[[0m... Starting ^[[0;1;39mLoad/Save Random Seed^[[0m... Starting ^[[0;1;39mCreate System Users^[[0m... [^[[0;32m OK ^[[0m] Mounted ^[[0;1;39mKernel Configuration File System^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mApply Kernel Variables^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mCreate System Users^[[0m. Starting ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m... [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mPlatform Persistent Storage Archival^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mLoad/Save Random Seed^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mCreate Static Device Nodes in /dev^[[0m. Starting ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m... [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mSet the console keyboard layout^[[0m. [^[[0;32m OK ^[[0m] Reached target ^[[0;1;39mPreparation for Local File Systems^[[0m. Mounting ^[[0;1;39mMount unit for bare, revision 5^[[0m... Mounting ^[[0;1;39mMount unit for core, revision 14452^[[0m... Mounting ^[[0;1;39mMount unit for core, revision 14789^[[0m... Mounting ^[[0;1;39mMount unit for core20, revision 1826^[[0m... Mounting ^[[0;1;39mMount unit for gtk-common-themes, revision 1535^[[0m... Mounting ^[[0;1;39m/tmp^[[0m... [^[[0;32m OK ^[[0m] Mounted ^[[0;1;39mMount unit for bare, revision 5^[[0m. [^[[0;32m OK ^[[0m] Mounted ^[[0;1;39mMount unit for core, revision 14452^[[0m. [^[[0;32m OK ^[[0m] Mounted ^[[0;1;39mMount unit for core, revision 14789^[[0m. [^[[0;32m OK ^[[0m] Mounted ^[[0;1;39mMount unit for core20, revision 1826^[[0m. [^[[0;32m OK ^[[0m] Mounted ^[[0;1;39m/tmp^[[0m. [^[[0;32m OK ^[[0m] Mounted ^[[0;1;39mMount unit for gtk-common-themes, revision 1535^[[0m. [^[[0;32m OK ^[[0m] Reached target ^[[0;1;39mMounted snaps^[[0m. [^[[0;32m OK ^[[0m] Reached target ^[[0;1;39mLocal File Systems^[[0m. Starting ^[[0;1;39mArmbian leds state^[[0m... Starting ^[[0;1;39mArmbian ZRAM config^[[0m... Starting ^[[0;1;39mSet console font and keymap^[[0m... Starting ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m... [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mSet console font and keymap^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mTell Plymouth To Write Out Runtime Data^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mArmbian leds state^[[0m. [^[[0;32m OK ^[[0m] Started ^[[0;1;39mRule-based Manager for Device Events and Files^[[0m. [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mColdplug All udev Devices^[[0m. Starting ^[[0;1;39mHelper to synchronize boot up for ifupdown^[[0m... Starting ^[[0;1;39mShow Plymouth Boot Screen^[[0m... [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mHelper to synchronize boot up for ifupdown^[[0m. Starting ^[[0;1;39mRaise network interfaces^[[0m... [^[[0;32m OK ^[[0m] Started ^[[0;1;39mShow Plymouth Boot Screen^[[0m. [^[[0;32m OK ^[[0m] Started ^[[0;1;39mForward Password Requests to Plymouth Directory Watch^[[0m. [^[[0;32m OK ^[[0m] Reached target ^[[0;1;39mLocal Encrypted Volumes^[[0m. [^[[0;32m OK ^[[0m] Created slice ^[[0;1;39mSlice /system/systemd-backlight^[[0m. Starting ^[[0;1;39mLoad/Save Screen Backlight Brightness of backlight:backlight_1^[[0m... [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mLoad/Save Screen Backlight Brightness of backlight:backlight_1^[[0m. Starting ^[[0;1;39mLoad/Save Screen Backlight Brightness of backlight:backlight^[[0m... [^[[0;32m OK ^[[0m] Finished ^[[0;1;39mLoad/Save Screen Backlight Brightness of backlight:backlight^[[0m.
  9. I'm looking for information about the Ethernet chip on the Orange Pi 5. I need an SBC that has PTP hardware timestamp support (IEEE 1588). According to OrangePi.org, the Orange Pi 5 has the Motorcomm YT8531C, but I have not been able to find documentation that provides the answer about hardware PTP support. Most likely it does not, but I'd like to confirm on an actual device before purchasing one. If you have an Orange Pi 5, you can test this with this command: ls /sys/class/net |xargs -n1 ethtool -T If there is someone that is willing to run this command and post the output, I would appreciate it very much. Note: This is a cross-post from iot.stackexchange. The only response I got there after three days was to check here on Armbian. So here goes.
  10. Hello!! I just got my Orange Pi 5 the other day and am trying to 'port' a program I've been working on for RPi4b over to this new board. The program is using ffmpeg to decode h264 and hevc video streams. My main question is how do I need to configure the ffmpeg codex context and formats to make use of (ideally zero copy) HW accelerated video decode on Orange Pi 5? For the raspberry code I was using these: avcodec_find_decoder_by_name("hevc"); and avcodec_find_decoder_by_name("h264_v4l2m2m"); together with codec_context->pix_fmt = AV_PIX_FMT_DRM_PRIME; // for zero copy video path But this does not work when compiling on the Orange Pi 5 and I get an error message saying: "Failed to create specified HW device." But maybe on this board/distro it looks like h264_v4l2m2m is disabled. Does anyone know how to set up ffmpeg for Orange Pi 5? Does it support V4L2 at all? EDIT: VLC seems to use hw accel when playing back some h264/hevc file I have. I'm guessing because I see a pretty low CPU use. Cheers! Here's some info about my system: Linux orangepi5 5.10.110-rockchip-rk3588 #23.02.2 SMP Fri Feb 17 23:59:20 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux Extended renderer info (GLX_MESA_query_renderer): Vendor: Panfrost (0xffffffff) Device: Mali-G610 (Panfrost) (0xffffffff) Version: 23.0.0 Accelerated: yes Video memory: 7689MB Unified memory: yes Preferred profile: compat (0x2) Max core profile version: 0.0 Max compat profile version: 3.0 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.1 OpenGL vendor string: Panfrost OpenGL renderer string: Mali-G610 (Panfrost) OpenGL version string: 3.0 Mesa 23.0.0-devel OpenGL shading language version string: 1.30 OpenGL context flags: (none) OpenGL ES profile version string: OpenGL ES 3.1 Mesa 23.0.0-devel OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10 OS: Armbian (23.02.2) aarch64 Host: Orange Pi 5 Kernel: 5.10.110-rockchip-rk3588
  11. Hi everyone!👋 I would like to turn off the leds on my Orange Pi 5. I already tried this with no success, since I can't find the mentioned files (I have /sys/class/leds/status_led instead of red/orangepi etc.). Any tips? Thank you in advance! 🙂
  12. Howdy, I am in desperate need of help getting this dang usb wifi dongle working on my orange pi 5. I am new to sbc and fiarly new to linux. I have tried multiple github drivers with freash OS installs, all to no avail. Time spent trying to get it to work is reaching close 20 hours, across multiple forums, github searches, videos, linux how to site, and armbian site itself. I'm either missing something or an idiot cause i can't figure out this "make" or "dkms" command stuff out for compiling the driver and installing it. My last resort is asking for y'all for help before i feed this thing to my dog... "joke". My most recent attempt is from the git https://github.com/quickreflex/rtl8188eus/tree/v5.2.2.4 with a terminal out put stating _______________________________________________________________________________________________ root@orangepi5:/opt/rtl8188eus# dkms build 8188eu/1.0 Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area... 'make' all KVER=5.10.110-rockchip-rk3588...(bad exit status: 2) Error! Bad return status for module build on kernel: 5.10.110-rockchip-rk3588 (aarch64) Consult /var/lib/dkms/8188eu/1.0/build/make.log for more information. -___________________________________________________________________________________________________ i understand that this attempt this build is probably not compatible with my specific platform, because there is no config for the RK3588 chip in the Makefile, but i have tried countless other drivers with similar results. I feel it should be way easier than I am making it. _________________________________________________________________________________________________________________________________________________________________ root@orangepi5:/opt/rtl8188eus# make all make ARCH=aarch64 CROSS_COMPILE= -C /lib/modules/5.10.110-rockchip-rk3588/build M=/opt/rtl8188eus modules make[1]: Entering directory '/usr/src/linux-headers-5.10.110-rockchip-rk3588' /usr/bin/env: ‘python’: No such file or directory Makefile:708: arch/aarch64/Makefile: No such file or directory make[1]: *** No rule to make target 'arch/aarch64/Makefile'. Stop. make[1]: Leaving directory '/usr/src/linux-headers-5.10.110-rockchip-rk3588' make: *** [Makefile:1911: modules] Error 2 _______________________________________________________________________________________________________________________________________________________________ root@orangepi5:/opt/rtl8188eus# make all ARCH=arm64 KSRC=/usr/src/linux-headers-5.10.110-rockchip-rk3588 KVER=5.10.110-rockchip-rk3588 make ARCH=arm64 CROSS_COMPILE= -C /usr/src/linux-headers-5.10.110-rockchip-rk3588 M=/opt/rtl8188eus modules make[1]: Entering directory '/usr/src/linux-headers-5.10.110-rockchip-rk3588' arch/arm64/Makefile:44: Detected assembler with broken .inst; disassembly will be unreliable /usr/bin/env: ‘python’: No such file or directory /usr/bin/env: ‘python’: No such file or directory (standard_in) 1: syntax error CC [M] /opt/rtl8188eus/core/rtw_cmd.o /usr/bin/env: ‘python’: No such file or directory make[2]: *** [scripts/Makefile.build:273: /opt/rtl8188eus/core/rtw_cmd.o] Error 127 make[1]: *** [Makefile:1920: /opt/rtl8188eus] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-5.10.110-rockchip-rk3588' make: *** [Makefile:1911: modules] Error 2 ______________________________________________________________________________________________________________________________________________________________________ If anyone has instight to what I am doing wrong, other options, or a different driver I should try please reach out. In the mean time i Search further for answers on the internet To anyone that has made it through my long winded discourse I thank you for your time. p.s. sorry for not having screen shot
  13. I have tried to activate CANBUS using "armbian-config", but it does not appear in /dev/, neither with i2c
  14. Hi, Im pretty new to linux in general mostly used windows before. Is there a way to get waydroid work on armbian? I installed it but waydroid sais that the binder kernels are missing (1). When I follow the instruction to install the kernel modules using dkms I also get a failure (2). (1) ERROR: Binder node "binder" for waydroid not found (2) Error! Bad return status for module build on kernel: linux-headers-5.10.110-rockchip-rk3588 Anyone can help me with this? Thanks in advance!
  15. I am waiting on my opi5 but was already investigating how to run Roblox (an x86 32 bit Windows game) on it. Grapejuice + box86 + wine could do the trick and saw this interesting script: https://github.com/NicoD-SBC/armbian-gaming Will this be working for opi5 too or is it specific to rk3399 (saw that in some compiler flags)? Anybody experience or an updated installer script? Related info: This YouTube channel covers examples of running games on rk3588 (rock5b) making me believe performance could be quite good: https://youtube.com/@TheByteman
  16. Hello all, Is there any chance to run mainline kernel? Support for rk3588 seems to be starting with 6.2 and 6.3 (mainline has dts for rock 5b).
  17. Hi all, recently I installed the Mali GPU Drivers from the instructions on the official Armbian website. I have Armbian 23.02.2 Jammy installed, with KDE Plasma desktop. I found two problems: 1. The mouse flickers when I move it. This happens on both XFCE and Plasma (X11) 2. Every once in a while, the Plasma panels freeze and I have to reboot my OPI to get it to work. This also happens if I right-click on it and press "Enter Edit Mode". If I don't do that, it freezes randomly (afaik). This affects both the panels and the background (panels don't update, can't interact, cannot right-click). Does anyone know of any solutions to this? Thanks!
  18. Here is a video of my Orange Pi 5 setup. Hopefully someone finds it helpful!
  19. Has anyone run a comparison benchmark of Armbian vs. the Orange pi versions of Debian and Ubuntu? ...Curious to see the results of optimizations.
  20. Hi all, I’m new to this whole SBC thing, and I recently got an Orange Pi 5. I first installed the official OS (Ubuntu), where I needed to do into orangepi-config and go into System > Hardware > wifi-ap6275p and enable that to use the official M.2 WiFi dongle. However, I don’t see this option on Armbian. Does it not support it?
  21. Hi, I've trouble getting 3840x2160 resolution to work. When I try to switch to that resolution the monitor says resolution is 3848x2160 and display is all garbled. 2560x1440 works fine. Also, If I try to login to Gnome (Wayland) I get blank screen and I'm back at the login screen. X11 lets me login to the system. uname -a: Linux lindon 5.10.110-rockchip-rk3588 #trunk.0184 SMP Fri Jan 20 18:24:04 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux I've fetched the latest updates (apt update && apt upgrade) and I've just ran firmware update using armbian-config. Edit: display is connected via usb-c - - > displayport cable.
  22. I have setup the hardware acceleration as explained in the posts, but within Kodi, every now and then I can see the image with "pixelising", and looking in the syslog when this just happened, I can read: Feb 15 16:54:17 orangepi5 kernel: [ 1267.908544] mpp_rkvdec2 fdc48100.rkvdec-core: reset done Feb 15 16:54:17 orangepi5 kernel: [ 1267.908549] mpp_rkvdec2 fdc38100.rkvdec-core: resetting... Feb 15 16:54:17 orangepi5 kernel: [ 1267.908670] mpp_rkvdec2 fdc38100.rkvdec-core: reset done Feb 15 16:54:17 orangepi5 kernel: [ 1268.316705] mpp_rkvdec2 fdc48100.rkvdec-core: resetting... Feb 15 16:54:17 orangepi5 kernel: [ 1268.316855] mpp_rkvdec2 fdc48100.rkvdec-core: reset done Feb 15 16:54:17 orangepi5 kernel: [ 1268.316860] mpp_rkvdec2 fdc38100.rkvdec-core: resetting... Feb 15 16:54:17 orangepi5 kernel: [ 1268.316930] mpp_rkvdec2 fdc38100.rkvdec-core: reset done Any idea what could be wrong? Thanks.
  23. I just installed the most recent nightly image - this one looks like a major update but it broke armbian on my opi 5 1. I had to re-install the mali firmware to get x11/wayland to start - not sure why the update deleted the file 2. I had to re-install the mali-g610-firmware rockchip-multimedia-config packages 3. VLC cannot start the h264 decoder anymore [0000005583627590] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. [00000055836b79e0] main playlist: playlist is empty [h264_rkmpp @ 0x7f4cc37630] Failed to initialize MPP context (code = -1). [h264_rkmpp @ 0x7f4cc37630] Failed to initialize RKMPP decoder. [0000007f4cc18690] avcodec decoder error: cannot start codec (h264_rkmpp) [0000007f4cc18690] main decoder error: Codec `h264' (H264 - MPEG-4 AVC (part 10)) is not supported. [00000055836e1790] main audio output error: too low audio sample frequency (0) [0000007f4cc18690] main decoder error: failed to create audio output [00000055836e1790] vlcpulse audio output error: digital pass-through stream connection failure: Not supported [00000055836e1790] main audio output error: module not functional [0000007f4cc18690] main decoder error: failed to create audio output QObject::~QObject: Timers cannot be stopped from another thread Any suggestions to fix the video decoding?
  24. Problem 1 i just installed Operating system, and then used coding command sudo add-apt-repository ppa:liujianfeng1994/panfork-mesa sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia sudo apt update sudo apt dist-upgrade sudo apt install mali-g610-firmware rockchip-multimedia-config to activate 3d accelerator. but it failed and an error appeared Errors were encountered while processing: /var/cache/apt/archives/mali-g610-firmware_1.0.0-1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) https://ibb.co/0BhLJzm Problem 2 operating system can't mount exfat partition format so I used the following command sudo apt-get install exfat-fuse sudo apt-get install exfat-utils but an error appears orangepi@orangepi5:~$ sudo apt-get install exfat-utils Reading package lists... Done Building dependency tree... Done Reading state information... Done Package exfat-utils is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'exfat-utils' has no installation candidate https://ibb.co/JRQ4jF5 Problem 3 I'm trying to install vnc server using tightvncserver, when it connects successfully but there is no desktop display https://ibb.co/m9bXY9j
  25. So recently I flashed Orange Pi OS to SD card, booted from there, updated system, firmware and flashed bootloader to SPI flash. I already had an external HDD with Armbian flashed, and tried to boot from there, but no luck. Afterwards, I tried to boot Armbian from SD card, but I can't boot any system that is not Orange Pi OS (and especifically, it needs to be from SD card, can't also boot from USB even in OPi OS). Tried with different SD cards and USB devices, no luck I believe I need to erase SPI flash in order to boot from SD again, but, how can I do it? Used latest OrangePi OS and Armbian Jammy CLI from 23/01 (stable release)
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines