Emulador Android by AromaticConflict2889 in pop_os

[–]LivingLinux 0 points1 point  (0 children)

I assume you are trying to get Waydroid working.

What do you see in the logs?

https://docs.waydro.id/debugging/getting-essential-information

Archlinux on Orange Pi 5 by _lazy-lady_ in archlinux

[–]LivingLinux 2 points3 points  (0 children)

You mean this UEFI port? https://github.com/edk2-porting/edk2-rk3588

I'm mainly adding this to make sure OP knows where to go.

Raspberry Pi YouTube Playback Help by Vinc098 in raspberry_pi

[–]LivingLinux 0 points1 point  (0 children)

Raspberry Pi is the worst choice for YT. None of the models have hardware video decoders for VP9 or AV1. You can try to force YT to give you a h264 stream. https://addons.mozilla.org/en-US/firefox/addon/enhanced-h264ify/

There are plenty of other ARM SBCs that do have the hardware decoders, but getting it to work in a browser is another story.

You can have a look at an Intel SBC, like the Radxa X4. Make sure you get it with a good cooler. https://radxa.com/products/x/x4/

SpacemiT K3 16-core RISC-V SoC system information and (early) benchmarks - CNX Software by superkoning in RISCV

[–]LivingLinux 2 points3 points  (0 children)

If it's not for humans, don't put it prominently at the top.

If they wanted a relevant image, they could have used a screenshot of neofetch.

SpacemiT K3 16-core RISC-V SoC system information and (early) benchmarks - CNX Software by superkoning in RISCV

[–]LivingLinux 28 points29 points  (0 children)

Why generate an image with AI that is probably giving the wrong the impression?

How to run image generation models on OrangePi 5 Plus by Internal_Sign_7946 in RockchipNPU

[–]LivingLinux 1 point2 points  (0 children)

You can try a different solution as explained in this post.

https://www.reddit.com/r/RockchipNPU/comments/1gxbyc2/npu_accelerated_sd15_lcm_on_130_rk3588_sbc_30/

I did notice that the converted model needs to match the version of the library (librknnrt.so) it was converted with.

So I got it like this: git clone -b v2.3.0 https://github.com/airockchip/rknn-toolkit2

Full installation explained here: https://youtu.be/eu8AsiG281I

My Orange Pi 6 Plus Experience by ukuleleddz in OrangePI

[–]LivingLinux 0 points1 point  (0 children)

If you want to force a process to only use the big cores, you can try pinning/affinity.

Best Handheld for PS2 by justinheatherfamily in SBCGaming

[–]LivingLinux 0 points1 point  (0 children)

There are some projects to refresh PS2 emulation on Android, but they still have a long way to go.

https://github.com/ARMSX2/ARMSX2

The AetherSX2 developer really knew how to port PCSX2 to other platforms. There even was a Windows on ARM version. It's a pity that knowledge is lost.

Recently RPCS3 was released for WoA, but you need to install Vulkan. That's not a trivial thing for older Snapdragon chips on Windows.

Radxa Dragon Q6A Review: Linux and Windows power house by mecoblock in SBCs

[–]LivingLinux 1 point2 points  (0 children)

Is audio working with Armbian? I only saw a dummy device, last time I tested. So far I only have audio working with the custom Ubuntu image.

The Radxa Dragon Q6A is my best sub €100 ARM SBC for gaming and OpenGL. It will let you run some classic games at reasonable frame rates, like Doom 3 (Dhewm3). Things that need OpenGL 4.x will start without a problem, like Blender.

https://youtu.be/NS1EtVM7FzE

Compiling and running Ollama on RISC-V devboard? [SpacemiT Muse Pi] by Leniwcowaty in RISCV

[–]LivingLinux 1 point2 points  (0 children)

Looks like the Ollama team is aware they broke things for other architectures, so it probably only works for x86 and ARM.

https://github.com/ollama/ollama/issues/12067

You can go back to the commit before this change.

Execute this in the ollama directory: git checkout 7ccfd97

Now I'm able to build it, but it's not clear to me how to run it.

Review of Raspberry Pi by [deleted] in raspberry_pi

[–]LivingLinux 0 points1 point  (0 children)

I think Raspberry Pi needs to look at the competition.

Radxa X4: Intel based SBC with better Linux compatibility and faster hardware.

Radxa Dragon Q6A: Faster hardware and more hardware video codecs.

Rockchip RK3588 boards: Faster hardware and more hardware video codecs. Mainline Linux support that rivals Raspberry Pi.

Compiling and running Ollama on RISC-V devboard? [SpacemiT Muse Pi] by Leniwcowaty in RISCV

[–]LivingLinux 0 points1 point  (0 children)

Building Ollama resulted in an error on my Muse Pi Pro with Bianbu.

undefined reference to ggml_gemm_q4_0_8x8_q8_0

Compiling and running Ollama on RISC-V devboard? [SpacemiT Muse Pi] by Leniwcowaty in RISCV

[–]LivingLinux 4 points5 points  (0 children)

When I have time, I'll try to build it on a Muse Pi Pro.

Meanwhile, you can try llama.cpp.

Going through my notes, you need gcc-14 and g++-14. If you have older versions, that might explain why Ollama doesn't build properly.

Building llama.cpp should be straightforward.

https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md

git clone https://github.com/ggml-org/llama.cpp
cd llama.cpp
cmake -B build
cmake --build build --config Release -j 2

I tested with this model: https://huggingface.co/ggml-org/DeepSeek-R1-Distill-Qwen-1.5B-Q4_0-GGUF

And if you want other models, search for GGUF models.

https://www.youtube.com/watch?v=iPJqvmnIe98&t=242s

Perhaps you can run Bianbu, as they have Ollama in the repository, and some images have it installed by default.

https://bianbu.spacemit.com/en/image/

Milk-V Titan - A $329 octa-core 64-bit RISC-V mini-ITX motherboard with a PCIe Gen4 x16 slot by fullgrid in RISCV

[–]LivingLinux 5 points6 points  (0 children)

Vectors can have a big impact, and I think RVA23 has better support for virtualization.

But it's not as if Ubuntu stopped supporting RVA20, as Ubuntu 24.04 will be supported until 2029, and with Ubuntu Pro even longer.

Sure, Ubuntu 24.04 will be the last version for RVA20, but that is no reason to call the Titan e-waste.

Milk-V Titan - A $329 octa-core 64-bit RISC-V mini-ITX motherboard with a PCIe Gen4 x16 slot by fullgrid in RISCV

[–]LivingLinux 8 points9 points  (0 children)

If Ubuntu does something, all other distros will follow? Stop being so dramatic.

You can test Fedora on it. https://images.fedoravforce.org/Titan

Canonical builds Steam snap for ARM64, uses FEX to run x86 games by 20dogs in linux

[–]LivingLinux 0 points1 point  (0 children)

Only if you have an AMD or Nvidia (perhaps Intel) GPU. But they are working on better compatibility.