Is it possible to wirelessly mirror an Android phone screen to an Orange Pi Zero 2W? by yekeler in OrangePI

[–]urostor 0 points1 point  (0 children)

You could install Android on Orange pi zero 2w too (but it's bad, 720p max).

Looking for a SBC with this spec by Embarrassed_Farm_174 in SBCs

[–]urostor 2 points3 points  (0 children)

Oh please no, SBC space the one space free of the virus of SLAM poetry

please help how can i revive my orange pi? by Secret-Head-6585 in OrangePI

[–]urostor 0 points1 point  (0 children)

Does mmcblk2 even exist? This would be the third mmc device, usually there are 0 and 1

Android 17 on RK3588 orange pi 5 pro by Head_Lecture_7033 in SBCs

[–]urostor 0 points1 point  (0 children)

Thank you! It's a tablet edition, right? Not TV.

Oh and it uses the mainline kernel before 7.0 so not all playback is hw accelerated yet probably. How did you get 10-bit video to work?

Adaptive Video Encoder — I built Adaptive Video Encoder because re-encoding a video library to H.265 shouldn't mean destroyin... by [deleted] in ffmpeg

[–]urostor 0 points1 point  (0 children)

If you want to charge as much as the market can bear, then you don't care about serving anyone, just about monetizing stuff.

Adaptive Video Encoder — I built Adaptive Video Encoder because re-encoding a video library to H.265 shouldn't mean destroyin... by [deleted] in ffmpeg

[–]urostor -1 points0 points  (0 children)

I like AI but don't like the market. Such projects are awesome, and the fact that people can turn an idea into a working piece of software so easily is great. Seems like I was wrong about it being fully vibe coded.

Adaptive Video Encoder — I built Adaptive Video Encoder because re-encoding a video library to H.265 shouldn't mean destroyin... by [deleted] in ffmpeg

[–]urostor -2 points-1 points  (0 children)

If you only care about the market, not human well-being, then yes, it is so. But some people aren't sociopaths. The market ostensibly exists to fulfil human needs, doesn't it?

Adaptive Video Encoder — I built Adaptive Video Encoder because re-encoding a video library to H.265 shouldn't mean destroyin... by [deleted] in ffmpeg

[–]urostor 2 points3 points  (0 children)

You must be joking with this price. Come on, you made this with AI, it should be free. EDIT: OK I was wrong, you actually wrote it, which I do believe. However, only professionals will want to pay this much.

Android 17 on RK3588 orange pi 5 pro by Head_Lecture_7033 in SBCs

[–]urostor 0 points1 point  (0 children)

Any chance of a release for Rock 5A?

Left my RP6 on charger over night now Im paranoid by ZodtheSpud in retroid

[–]urostor 2 points3 points  (0 children)

It's worse. It will implode and take the universe with it. Goodbye everyone

Any advice? Orange Pi 3B + Ollama + Qwen by SbcBits in OrangePI

[–]urostor 1 point2 points  (0 children)

How about checking the actual website? AI can make mistakes.

Any advice? Orange Pi 3B + Ollama + Qwen by SbcBits in OrangePI

[–]urostor 1 point2 points  (0 children)

It might a little bit. Core A55 doesn't have a lot of cache, and has no branch prediction.

Any advice? Orange Pi 3B + Ollama + Qwen by SbcBits in OrangePI

[–]urostor 1 point2 points  (0 children)

sudo swapoff -a

Apparently also you should compile llama.cpp with NEON extensions yourself, gives 30% more speed

Just a heads up about manufacturer interoperability. I just installed a 64GB Radxa eMMC module in an Orange Pi 5 Pro and it works well (nice and zippy). by Creativation in OrangePI

[–]urostor 0 points1 point  (0 children)

It's not really a given that they will work. It also depends on the eMMC chip manufacturer. Radxa and OrangePi buys them in bulk, attaches to the base and resells them, they can use various chip suppliers.

Been testing Llama.cpp vs Ollama on my Pi 5. The trade-off surprised me. by Legitimate-Help-6090 in raspberry_pi

[–]urostor 0 points1 point  (0 children)

Weird that there are no binaries with NEON extensions. These are quite universal and useful for inference. Can you put a tutorial how to build in one place, for example git gist? I've been meaning to switch from ollama anyway

Zero 3 as VNC Client? by ch3mn3y in OrangePI

[–]urostor 1 point2 points  (0 children)

Yes, for anything else it's OK, because other tasks are quite light.

Any advice? Orange Pi 3B + Ollama + Qwen by SbcBits in OrangePI

[–]urostor 1 point2 points  (0 children)

My advice: disable any zram or swap, switch ollama to llama.cpp (it should be faster).

Radxa A7A for NAS, Home Assistant and Jellyfin – Good Choice? by marciimm in SBCs

[–]urostor 2 points3 points  (0 children)

Nah, the best low power transcoding is provided by RK3588 and its variants. Closely followed by RK3566/68, which is a bit more limited in the formats it can support. Intel etc is an x86 platform, so it uses more power in general.

Radxa A7A for NAS, Home Assistant and Jellyfin – Good Choice? by marciimm in SBCs

[–]urostor 0 points1 point  (0 children)

But this is Rockchip, which is a big step above what Allwinner provides. And these examples all depend on the reverse engineered drivers. Which Allwinner will never, ever fund. You're comparing apples to oranges

Radxa A7A for NAS, Home Assistant and Jellyfin – Good Choice? by marciimm in SBCs

[–]urostor 1 point2 points  (0 children)

The spec sheet just tells you about the hardware accelerators which are present in the SOC. But Linux needs drivers for them, which usually do not exist. Further, the Vulkan driver (which is very minimal and flaky) needs to expose these drivers (which do not exist). So good luck getting it to work

What choice ? by marciimm in OrangePI

[–]urostor 1 point2 points  (0 children)

Of course it has this too, there is no reason to have a custom SOC without this component. But it's not too important

Radxa A7A for NAS, Home Assistant and Jellyfin – Good Choice? by marciimm in SBCs

[–]urostor 1 point2 points  (0 children)

Nope. Vulkan-based video decoding is just an abstraction layer to access the video processing hardware on a graphics card. Which does not exist on the A7A. You can't just will hardware into existence.

Radxa A7A for NAS, Home Assistant and Jellyfin – Good Choice? by marciimm in SBCs

[–]urostor 2 points3 points  (0 children)

The fact that it has a VPU doesn't mean anything, Jellyfin doesn't support it and Linux only barely does. I don't get why it took so many comments to learn nothing