-
Posts
5476 -
Joined
-
Last visited
Community Answers
-
Werner's post in ssh public key was marked as the answer
check your sshd_config if PubkeyAuthentication is enabled.
-
Werner's post in error booting after microSD clone was marked as the answer
Moved to Common issues / peer to peer technical support
Use proper way to prepare sd card: https://docs.armbian.com/User-Guide_Getting-Started/#how-to-prepare-a-sd-card
-
Werner's post in Log jams RAM-disk was marked as the answer
Here are a few hints how to tweak journal: https://askubuntu.com/questions/1238214/big-var-log-journal
-
Werner's post in How to remove /tmp from tmpfs was marked as the answer
Did you check /etc/default/armbian-ramlog ?
-
Werner's post in Issue with onboard Wi-Fi on R1S-H3 was marked as the answer
R1 != R1S
Both boards may have a different WiFi Chip and therefore the device tree may not fit.
-
Werner's post in The LED1 and LED2 on the BanabaPi Pro. How do I get them to show MMC card usage and the watchdog heart beat? was marked as the answer
I usually do the noob way finding the trigger files for LEDs
code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } du -a /sys | grep led | grep trigger
I don't know what trigger is needed for mmc but heartbeat is self-explaining. code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } echo heartbeat > trigger
-
Werner's post in Support Status of Jetson Nano was marked as the answer
https://www.arducam.com/nvidia-jetson-nano-b01-update-dual-camera/#jetson-nano-b01-vs-a02-changes
If this is true for Armbian no idea since it is CSC.
-
Werner's post in NanoPI R2S/R4S missing bionic images was marked as the answer
https://github.com/armbian/build
Build one yourself. We do not provide every OS for ever board since it is way too much and our resources are limited.
-
Werner's post in apt-get update returns The repository 'http://apt.armbian.com stretch Release' does no longer have a Release file. was marked as the answer
Armbian Stretch support was discontinued quite a while ago IIRC. Upgrade to Buster.
-
Werner's post in Change the root device on a BananaPi R1 was marked as the answer
Did you try to simply use the code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } nand-sata-install script to move rootfs to ssd?
-
Werner's post in Armbian repository "is no longer signed" errors from 'sudo apt update' was marked as the answer
-
Werner's post in NanoPI R4S second USB not working was marked as the answer
You can use the code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } armbian-config tool. Check System -> Other
-
Werner's post in liburing-dev install failed was marked as the answer
Upstream package, therefore most likely Debian issue.
-
Werner's post in Orange Pi 4B fails on benchmarks was marked as the answer
Do you have a proper heat sink on the SoC?
-
Werner's post in [Invalid] - Nanopi R2S : Cpu Freq can only reached 1.30Ghz was marked as the answer
Enable in armbian-config as overlay
And adjust
cat /etc/default/cpufrequtils ENABLE=true MIN_SPEED=408000 MAX_SPEED=1512000 GOVERNOR=ondemand
-
Werner's post in Tinkerboard Buster Minimal dpkg-reconfigure : command not found was marked as the answer
good.
also good. Its minimal so even this is not included by default
Not our issue. Seems like the Debian mirror has issues. Simply retry later.
-
Werner's post in Partitions for nand-sata-install was marked as the answer
Try to check code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } fdisk -l
In theory you should get two results: your sdcard and your eMMC.
Once you got the block device of your eMMC open it with a partition tool like code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } cfdisk and try to create a partition on it.
Not sure whats wrong though because the script should take care for it...in theory.
-
Werner's post in Money won't leave your account until Igor processes your order was marked as the answer
The subscriptions behaves weird sometimes. As for myself who was on the intermediate level a few month too I ended up simply canceling everything within forums and paypal, waiting to expire and then do the whole subscription from scratch.
-
Werner's post in iptables Saving location was marked as the answer
code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } apt install iptables-persistent
-
Werner's post in armbianmonitor cpu-temperature broken was marked as the answer
20138 hi linux-dtb-dev-sunxi 5.97 armhf Linux DTB, version 5.2.14-sunxi Try using
a) an actual supported branch and
b) up-to-date packages
-
Werner's post in MAC change every reboot on NanoPi Neo (1.4) was marked as the answer
Invalid issue report.
https://www.armbian.com/bugs
-
Werner's post in Odroid N2+ Garbled screen right after boot, and then goes to proper dmesg output was marked as the answer
Moved to proper forum.
Issue report invalid regardless since necessary data is not provided.
Besides all of this seems like an issue with U-Boot in my eyes. Which is not uncommon. Some boards even have HDMI disabled in U-Boot on purpose to work around incompatibilities.
-
Werner's post in Ditch canned replies? was marked as the answer
I re-enabled the canned replies. Maybe due to the attention it got from this thread new ideas about replies pop up.
-
Werner's post in Add marketplace forums? was marked as the answer
I just created the mentioned section.
It is not visible to guests so if we choose to remove it again there will not be any SEO impact whatsoever. Does not make sense to make it public anways since it is dedicated to (long-term) members only.
Users need to be "members" and have some approved postings across the entire community.
-
Werner's post in Syslog missing logs before reboot was marked as the answer
Go to code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } /etc/default/armbian-ramlog and disable it