amazingfate
-
Posts
82 -
Joined
-
Last visited
Reputation Activity
-
amazingfate got a reaction from AMR in Installing Ambian Bookworm to NVME / M2 SSD
Hi, there is a simple way to install armbian to NVME SSD.
1, Boot armbian from sd card
2, Burn u-boot to emmc:
You can find u-boot firmware at
$ ls /usr/lib/linux-u-boot-*/
idbloader.img rkspi_loader.img u-boot.itb
Use dd command to flash u-boot:
dd if=./idbloader.img of=/dev/mmcblk0 seek=64 conv=notrunc status=none
dd if=./u-boot.itb of=/dev/mmcblk0 seek=16384 conv=notrunc status=none
3, Burn armbian image to NVME SSD, you can use dd in the armbian system on sd card with command:
sudo dd if=./Armbian.img of=/dev/nvme0n1 bs=1M status=progress
or use application like balenaEtcher on windows to flash image to SSD.
4, Unplug sd card and plug NVME SSD, now you should be able to boot armbian system on NVME SSD.
-
amazingfate got a reaction from Werner in Rock 5C with Ubuntu noble CLI and vendor kernel
I just downloaded `Armbian_24.5.1_Rock-5c_noble_vendor_6.1.43.img.xz` and flashed it to tf card and my rock5c lite can boot with hdmi output, no issues.
-
amazingfate got a reaction from royk in [GUIDE] Kodi on Orange Pi 5 with GPU Hardware Acceleration and HDMI Audio
@roykHi, I find just adding quotation marks to rockchip,plane-mask/rockchip,primary-plane/cursor-win-id will fix kodi. No need to toggle primary plane and cursor plane.
So this patch should work for rock5b: https://paste.armbian.com/exuhabuzim.diff
-
amazingfate got a reaction from royk in [GUIDE] Kodi on Orange Pi 5 with GPU Hardware Acceleration and HDMI Audio
@roykYour overlay works. Maybe I have done something wrong by directly modify the devicetree. I will investigate it later.
-
amazingfate got a reaction from Werner in Video playback broken with Jammy 23.8 + panfork?
lunar will soon be out of date. I will add support for the next LTS release.
-
amazingfate got a reaction from Werner in Video playback broken with Jammy 23.8 + panfork?
A rebuild of vlc or mpv can use the new libavcodec60 package in ppa. I'm going to upload new packages to trigger rebuild.
-
amazingfate got a reaction from schwar3kat in Kodi for rk35xx 5.10 legacy kernel
@schwar3katI'm using kernel 5.10.160-rk35xx kernel now. And I can see wideviine is detected on website https://bitmovin.com/demos/drm by chromium.
From chrome://components/ I can see widevine is enabled.
I haven't tried kodi.
-
amazingfate got a reaction from Minh in How I can use hardware-acceleration to encode/transcode video on Orange Pi 5 using FFmpeg? (or I need to use gstreamer?)
@MinhYou have to read docs from rockchip: https://gitlab.com/rk3588_linux/linux/bsp/docs/-/tree/linux-5.10-gen-rkr3.5/Linux/Multimedia
There should be a lot of guides in the internet world.
-
amazingfate got a reaction from Werner in How I can use hardware-acceleration to encode/transcode video on Orange Pi 5 using FFmpeg? (or I need to use gstreamer?)
@Minh do you know what does `omxh264enc` mean? I recommend you to google it first.
-
amazingfate got a reaction from luizkun in [GUIDE] Kodi on Orange Pi 5 with GPU Hardware Acceleration and HDMI Audio
@roykWell done! I've just uploaded a new version of ffmpeg to my ppa.
-
amazingfate got a reaction from PajPaj in [GUIDE] Kodi on Orange Pi 5 with GPU Hardware Acceleration and HDMI Audio
@roykWell done! I've just uploaded a new version of ffmpeg to my ppa.
-
amazingfate got a reaction from royk in [GUIDE] Kodi on Orange Pi 5 with GPU Hardware Acceleration and HDMI Audio
@roykWell done! I've just uploaded a new version of ffmpeg to my ppa.
-
amazingfate got a reaction from Werner in [GUIDE] Kodi on Orange Pi 5 with GPU Hardware Acceleration and HDMI Audio
@roykWell done! I've just uploaded a new version of ffmpeg to my ppa.
-
amazingfate got a reaction from MarcAndro in [GUIDE] Kodi on Orange Pi 5 with GPU Hardware Acceleration and HDMI Audio
@roykWell done! I've just uploaded a new version of ffmpeg to my ppa.
-
amazingfate got a reaction from royk in [GUIDE] Kodi on Orange Pi 5 with GPU Hardware Acceleration and HDMI Audio
@royk @luizkun
take a look at this: https://github.com/xbmc/xbmc/pull/16103
-
amazingfate got a reaction from royk in [GUIDE] Kodi on Orange Pi 5 with GPU Hardware Acceleration and HDMI Audio
@roykthat is not the drm format of hdr.
-
amazingfate got a reaction from royk in [GUIDE] Kodi on Orange Pi 5 with GPU Hardware Acceleration and HDMI Audio
I think they are the same:
```
$ ls -l /usr/lib/aarch64-linux-gnu/libEGL*
lrwxrwxrwx 1 root root 20 2月 28 21:59 /usr/lib/aarch64-linux-gnu/libEGL_mesa.so.0 -> libEGL_mesa.so.0.0.0
-rw-r--r-- 1 root root 292072 2月 28 21:59 /usr/lib/aarch64-linux-gnu/libEGL_mesa.so.0.0.0
lrwxrwxrwx 1 root root 11 1月 4 2022 /usr/lib/aarch64-linux-gnu/libEGL.so -> libEGL.so.1
lrwxrwxrwx 1 root root 15 1月 4 2022 /usr/lib/aarch64-linux-gnu/libEGL.so.1 -> libEGL.so.1.1.0
-rw-r--r-- 1 root root 68040 1月 4 2022 /usr/lib/aarch64-linux-gnu/libEGL.so.1.1.0
$ ls -l /usr/lib/aarch64-linux-gnu/libGLESv*
lrwxrwxrwx 1 root root 17 1月 4 2022 /usr/lib/aarch64-linux-gnu/libGLESv1_CM.so -> libGLESv1_CM.so.1
lrwxrwxrwx 1 root root 21 1月 4 2022 /usr/lib/aarch64-linux-gnu/libGLESv1_CM.so.1 -> libGLESv1_CM.so.1.2.0
-rw-r--r-- 1 root root 141408 1月 4 2022 /usr/lib/aarch64-linux-gnu/libGLESv1_CM.so.1.2.0
lrwxrwxrwx 1 root root 14 1月 4 2022 /usr/lib/aarch64-linux-gnu/libGLESv2.so -> libGLESv2.so.2
lrwxrwxrwx 1 root root 18 1月 4 2022 /usr/lib/aarch64-linux-gnu/libGLESv2.so.2 -> libGLESv2.so.2.1.0
-rw-r--r-- 1 root root 149600 1月 4 2022 /usr/lib/aarch64-linux-gnu/libGLESv2.so.2.1.0
$ ls -l /usr/lib/aarch64-linux-gnu/libmali-x11/
total 42740
lrwxrwxrwx 1 root root 36 2月 19 01:02 libEGL.so -> libmali-valhall-g610-g6p0-x11-gbm.so
lrwxrwxrwx 1 root root 36 2月 19 01:02 libEGL.so.1 -> libmali-valhall-g610-g6p0-x11-gbm.so
lrwxrwxrwx 1 root root 36 2月 19 01:02 libgbm.so.1 -> libmali-valhall-g610-g6p0-x11-gbm.so
lrwxrwxrwx 1 root root 36 2月 19 01:02 libGLESv2.so -> libmali-valhall-g610-g6p0-x11-gbm.so
lrwxrwxrwx 1 root root 36 2月 19 01:02 libGLESv2.so.2 -> libmali-valhall-g610-g6p0-x11-gbm.so
-rw-r--r-- 1 root root 43763352 2月 19 01:02 libmali-valhall-g610-g6p0-x11-gbm.so
lrwxrwxrwx 1 root root 36 2月 19 01:02 libOpenCL.so.1 -> libmali-valhall-g610-g6p0-x11-gbm.so
```
-
amazingfate reacted to maximumsettings in We are ready to offer a Bountysource donation to Armbian
Thank you for resolving the dependency issues. Additionally, I was able to successfully display the stats overlay and the performance seems decent. You can refer to the link below for a quick demonstration. Unfortunately, I couldn't simultaneously record locally on the Orange Pi 5 and stream from the cloud, so I had to use an external camera to capture the stats overlay. I apologize for the poor video quality.
https://maximumsettings.com/VID_20230216_011130.mp4
The average decoding times are slightly over 2ms, which is the best I've seen on these single board devices. However, there is still some room for improvement when compared to a decently powered PC. Please refer to the picture below for comparison. I plan to conduct further testing over the weekend with different resolutions and bitrates. This current test was done at a bitrate of 60Mbps with h.265.
We hope to offer more bounties in the near future to improve some of these metrics, if feasible.
-
amazingfate got a reaction from maximumsettings in We are ready to offer a Bountysource donation to Armbian
There are missing dependencies, use this command to install those:
sudo apt install qml-module-qtquick-controls2 qml-module-qtquick-layouts qml-module-qtquick-window2 qml-module-qtquick2
These deps are not detected by dh_shlibs. I will add them later.
-
amazingfate got a reaction from gounthar in Armbian images are now available for Rock 5b!
@TaNGSoFT@gounthar Armbian has supported u-boot spi image since its initial support for rock5b. If you are using spi flash image from radxa wiki, you will failed to boot armbian because that is not a GPT image. There are two ways to write the spi flash image from armbian to the spi nor flash:
1, Boot armbian from sdcard or emmc first, and use nand-sata-install to install the u-boot to spi flash.
2, You can download the u-boot deb file from the repo of armbian: https://mirrors.tuna.tsinghua.edu.cn/armbian/pool/main/l/linux-u-boot-rock-5b-legacy/linux-u-boot-legacy-rock-5b_22.08.6_arm64.deb. Extrat it using `dpkg -x linux-u-boot-legacy-rock-5b_22.08.6_arm64.deb`, and find the spi image file `rkspi_loader.img`, and write it to spi flash referring to radxa's wiki: https://wiki.radxa.com/Rock5/install/spi
Then use dd or ether to install armbian image to your NVME SSD.
-
amazingfate reacted to lanefu in A pull request adding Radxa rock3a gpu support
Ran ran job looks approved. (Link PR next time on post please)
-
amazingfate reacted to Werner in A pull request adding Radxa rock3a gpu support
Somebody will stumble across sooner or later and approve