-
Posts
4836 -
Joined
-
Last visited
Community Answers
-
Werner's post in Boot from NVME was marked as the answer
Make sure to
- write SPI during the mentioned armbian-install process
- that /boot directory has been populated on the NVMe. If not mount and copy files from sd manually there.
-
Werner's post in NanoPi Neo Last Official Build was marked as the answer
https://archive.armbian.com
-
Werner's post in Error with default compilation options was marked as the answer
known issue
https://github.com/armbian/build/issues/6568
-
Werner's post in File names for a newbie was marked as the answer
Not necessarily. IIRC Gnome was selected because of its mature Wayland support. So the UX might differ on other constellations.
-
Werner's post in Missing build? was marked as the answer
Maybe the mirror in question was syncing at the moment. If EU works fine other should as well after a bit of waiting.
-
Werner's post in Apt.armbian.com Focal - does not work anymore? was marked as the answer
Ubuntu can, we cannot. Unfortunately.
https://docs.armbian.com/User-Guide_FAQ/#why-are-old-stable-distributions-like-ubuntu-focal-or-debian-buster-not-supported
About userspace upgrades:
-
Werner's post in Build Armbian in Distro box? was marked as the answer
Not support yet
We also need some time to prepare and roll-over stuff to a new environment.
Also check https://github.com/armbian/build/issues/6527
-
Werner's post in firmware file rtl_bt/rtl8852bu_fw.bin not found was marked as the answer
Did you try installing armbian-firmware-full via apt?
-
Werner's post in How to build a specific release? was marked as the answer
Hi,
Unfortunately this is not the case (yet). Tags are more or less just for archiving the state of the build framework at a certain point of time (usually at release). Due to its design we are not there yet to have working tags that could reproduce older images.
It is our goal to have this working at some point but things are processing very slow.
VERSION doesn't do anything and is pure cosmetics.
-
Werner's post in The repository 'http://apt.armbian.com bokworm Release' does not have a Release file. was marked as the answer
-
Werner's post in Kernel 6.1 vs 5.10 was marked as the answer
Both 5.10 and 6.1 are vendor bsp and have nothing in common with collabora/mainline.
Their hw support status should be more or less identical.
mainline is 6.8 or 6.9-rc
-
Werner's post in Allwinner H616: Flash eMMC via USB was marked as the answer
armbian-install is meant to be used inside the running Armbian system from microSD card. It copies itself to NVMe or eMMC or whatever options are available and can be utilized. This tool does not work "offline".
Anyway. I never did something like that by myself but maybe you find some hints when you google for keywords like "h616 fel sunxi-fel emmc".
fel mode seems something like Rockchips maskrom to utilized the rkdevtool. Maybe Allwinner has something similar
-
Werner's post in OPi 5 + Images / Server images missing from download page was marked as the answer
Maybe they are still being assembled. Release is planned.
Check for server images here and then do apt update/upgrade once its released: https://fi.mirror.armbian.de/archive/orangepi5-plus/archive/
-
Werner's post in How to enable extra kernel modules when compiling from source? was marked as the answer
Hi,
=y means the driver/functionality is directly compiled into the kernel
=m means it will be built and made available as kernel module
-
Werner's post in ZFS module not built on Jammy/Bookworm legacy/edge. Solutions or alternatives ? was marked as the answer
https://openzfs.github.io/openzfs-docs/Developer Resources/Building ZFS.html
[ 424.596656] zfs: module license taints kernel. [ 425.491531] ZFS: Loaded module v2.2.99-311_gd9cb42da9, ZFS pool version 5000, ZFS filesystem version 5
tested on OPi5 with kernel 6.7.1
Getting it working on legacy 5.10.y rk Android-hackedtogether kernel is a bot tougher.
https://github.com/radxa/kernel/issues/54
Spoiler: patching method does not work anymore, at least not for me . Tested with 5.10.160...
-
Werner's post in Linux headers. Unable to locate package was marked as the answer
You need the kernel headers matching your kernel version. Older headers will not work.
However we had (have?) some issues with the repository so you may need to switch to a different kernel version which also has the matching headers in the repo.
-
Werner's post in flash spi issue on opi5 was marked as the answer
Providing logs with
armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed.
-
Werner's post in Clone from one SD-Card (32GB) to another (128GB) was marked as the answer
Provide boot logs to get an idea what happens inside.
-
Werner's post in Why aren't the A76 cores running at 2.4 GHz??? was marked as the answer
Enable OC overlay via armbian-config
-
Werner's post in Orange Pi 5 plus - 6.7.0-rc4 Wi-Fi hard blocked was marked as the answer
Probably. (bleeding) edge follows upstream not much involvement from Armbian developers there. If you want stuff working use legacy 5.10.y kernel.
-
Werner's post in Wifi module AX210 was marked as the answer
Overlay might not even be necessary. Try installing armbian-firmware-full via apt.
-
Werner's post in New install, ethernet doesn't work (no lights even) and USB3 ports are dead. was marked as the answer
As Efe stated. You are using the wrong images. Oranhe Pi 5 != Orange Pi 5 Plus
-
Werner's post in What are some cool applications to have on Armbian? was marked as the answer
Some inspiration: https://github.com/awesome-selfhosted/awesome-selfhosted
-
Werner's post in How do I begin creating an image for my device? was marked as the answer
https://docs.armbian.com/Developer-Guide_Adding-Board-Family/