SteeMan
Moderators-
Posts
1924 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by SteeMan
-
That 25€ is the problem. That amount of money doesn't cover any software costs. One reason those boxes are so cheap is there is no software support. It ships with some android version and will never get a security or bugfix update. Supported boards probably cost twice as much, but there you get some limited software support. But that added cost to the board manufactuer needs to get paid for in some way (thus the higher cost of a proper SBC). The real problem is that neither cheap boxes that provide zero support nor proper SBC boards that provide limited support truly reflect the huge cost of supporting software and security updates and bug fixes for those boards long term. That is a gap that Armbian fills, but no one really is willing to pay for that huge cost of support. Everyone expects that developers should donate all their time for free to open source projects like Armbian (or any of the upstream components) so that end users can have a perfect supported set of software for free on a 25€ box.
-
@MaxMar These forums are for Armbian. You are not using Armbian but a fork of Armbian. The developers behind that fork use the Armbian name without permission. They do not participate in Armbian development nor do they contribute to these forums. All posts regarding their work should be on their forums.
-
That is a false assumption. You have to configure smb if you want any smb/samba service to be started. smb is a completely different protocol to ssh. So being able to log in via ssh has nothing to do with smb.
-
Ubuntu only started supporting jammy to noble upgrades with the .1 release that come out not that long ago. So the upgrade to noble has only been available for a short time. But in general, Armbian doesn't test distribution upgrades. So Armbian will never recommend you do such an upgrade as it isn't supported. However, if you know what you are doing you should be able to upgrade from jammy to noble. I've done a couple of my own boxes and they have generally gone smoothly.
-
Only supported boards have specific forums. All community supported boards are discussed in the Community Supported Boards section of the forum. Moved post and added the correct board tag.
-
Orange-pi-3-lts is not a supported board. It is Community Maintained which means there are no stable builds, only weekly rolling release builds that use the 'beta' repository. The stable repository is only for supported boards that receive stable builds.
-
I suspect that is your answer as to why one boots and the other doesn't when using the same kernel
-
Do you have the same uboot installed to spi as you have on the sd?
-
Can't figure out how to boot SD card on T95m box
SteeMan replied to lands's topic in Amlogic CPU Boxes
You need to find an original android firmware for you box and restore it using the Amlogic burning tool. -
vontar x3, S905x3 does not boot after apt upgrade
SteeMan replied to gkamas's topic in Amlogic CPU Boxes
Everything looks correct if your intention is to be using the nightly repository for daily builds. You shouldn't need to use armbian-config for anything other than to switch from nightly to stable repositories. Using standard 'apt update' and 'apt upgrade' should be what you use to update all packages (both armbian and ubuntu). -
vontar x3, S905x3 does not boot after apt upgrade
SteeMan replied to gkamas's topic in Amlogic CPU Boxes
What is the contents of your /etc/apt/sources.list.d/armbian.list file? and what is the output of: sudo apt list --installed | grep linux and: sudo apt list --installed | grep armbian -
vontar x3, S905x3 does not boot after apt upgrade
SteeMan replied to gkamas's topic in Amlogic CPU Boxes
You are not missing anything. Currently stable gets updated each Armbian release (so every three months) and nightly is a new build every day. -
Providing logs with armbianmonitor -u helps with troubleshooting and significantly raises chances that issue gets addressed. (Since you didn't provide info like versions or build information)
-
D9 Meson GXL S905L 2-B wifi not working and limited RAM
SteeMan replied to Dario Pulcinelli's topic in Amlogic CPU Boxes
They are vastly different because one for for android and the other is for mainline linux. Vastly different code bases. Expert dtb gurus can gather info from one to help with the other but there aren't any such gurus generally in these forums providing that advise. That is why in the TV Box FAQ it says not to expect you will have working wifi. https://forum.armbian.com/topic/16976-status-of-armbian-on-tv-boxes-please-read-first -
I think you are missing the point @Werner stated stated above. Wireguard is preinstalled on Armbian. So there isn't anything you should need to install other than the tools (depending on build). On all my Armbian install wireguard works with no extra installation required, just configuration.
-
Moved to the correct sub forum (Amlogic TV boxes)
-
There are hundreds of different TV boxes. No one likely has tried on those specific boxes. So I would say try from an SD card first to see if the box works at all, and note the warning in the install instructions that installing to emmc has risks (on any amlogic TV box).
-
No I don't. If they are not here https://armbian.tnahosting.net/archive/aml-s9xx-box/archive then they are no longer stored by Armbian. Have you tried a current build?
-
X96 Max+ can't get it to boot with native Armbian
SteeMan replied to WayneGibbous's topic in Amlogic CPU Boxes
https://forum.armbian.com/topic/16976-status-of-armbian-on-tv-boxes-please-read-first Note the comments in the above link that these boxes are not suitable for use as a desktop replacement. https://forum.armbian.com/topic/33676-installation-instructions-for-tv-boxes-with-amlogic-cpus Note the comment in the install instructions that if you have installed any other build, you will not be able to use the armbian builds without an android firmware restore. -
Can you run: apt list --installed| grep armbian apt list --installed| grep linux
-
So yes the emmc isn't detected (there is no mmcblk1). Are you sure you have emmc on the box? (I have for example some TX3 boxes that have old style nand instead of emmc and mainline linux doesn't support nand. TV Box manufacturers will cut costs in anyway possible and nand is cheaper than emmc) You would need open the box and inspect what physical chips are installed. Since I don't have your box, there is little I can do to debug this. Have you looked at the full log of the boot process to look for any indication of issues reported during the boot? (You would need to find the debug serial console pins on the mother board and hook up a usb serial reader to capture the boot messages) (some of this information goes to HDMI, but some gets output before HDMI is initialized).
