SteeMan
Moderators-
Posts
2002 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by SteeMan
-
Note that I believe Armbian will reset the max CPU frequency on boot. There is code in /usr/lib/armbian/armbian-hardware-optimization that uses the values defined in /etc/default/cpufrequtils to initialize the governor, min and max frequencies at boot time. So even though cpufrequtils is no longer an installed set of tools, Armbian is still doing some of the same work based on its old configuration files. So assuming this works as it used to, all you should need to do is set the max speed you want in /etc/default/cpufrequtils
-
There are no Armbian builds that old, in fact Amlogic TV boxes weren't incorporated into Armbian until later Linux kernels. What you must have been using would most likely have been a fork of Armbian. What you are asking for isnt possible in the way you are asking. You essentially want Armbian ported to the 5.15 Linux kernels, which is a huge project. You would be better served but spending a month or so figuring out why current kernels don't work for you and fixing that.
-
Moved to off-topic as this isn't Armbian related
-
Super console cube X3 seems can't boot.
SteeMan replied to gnutux landia's topic in Amlogic CPU Boxes
What you now need to capture is the initial boot loader messages, what you are showing here look to me to be messages from a booted android linux kernel -
Super console cube X3 seems can't boot.
SteeMan replied to gnutux landia's topic in Amlogic CPU Boxes
I don't know what pins you are connecting to on the board as your video doesn't show that. But if I had to guess the three pads labeled gnd,rx,tx just above what you are connecting to is what you want to be connecting to. -
Concerns before trying to boot Armbian from SD card on GS King-X
SteeMan replied to marfalk's topic in Amlogic CPU Boxes
poweroff doesn't work on any of my boxes either. Does reboot work correctly for you? It does on my boxes, and I usually issue a reboot and then time a power disconnect when the drives have spun down and before they restart. -
Super console cube X3 seems can't boot.
SteeMan replied to gnutux landia's topic in Amlogic CPU Boxes
Only a guess, but the first thing I would look at is how this is connected to your t box as it seems to not be connecting correctly. Maybe some pictures of your connection points? -
internal wifi "x96 max plus" tv box wifi chip "CDTech 47W3155"
SteeMan replied to Jain Ziad's topic in Amlogic CPU Boxes
Why are you expecting this to work? -
internal wifi "x96 max plus" tv box wifi chip "CDTech 47W3155"
SteeMan replied to Jain Ziad's topic in Amlogic CPU Boxes
Moved to amlogic TV ox forum -
Concerns before trying to boot Armbian from SD card on GS King-X
SteeMan replied to marfalk's topic in Amlogic CPU Boxes
You would just burn your downloaded image file to any USB storage, just like you would to an SD card (i.e. plug the USB storage into another device and burn the image to the storage) -
Please read the FAQ and installation instructions linked on the download page. https://www.armbian.com/amlogic-s9xx-tv-box/
-
Help in installing Armbian On an andoid tv box with amologic chip
SteeMan replied to KOUSA's topic in Amlogic CPU Boxes
You are not using Armbian. Ophub is a fork of Armbian. They do not contribute to Armbian development nor do they participate in these forums. You need to go to ophub to ask this question, as no one here can help you. -
Amlogic s905x (s912) Print Server is Not Working
SteeMan replied to Aufa Aji's topic in Software, Applications, Userspace
Moved to userspace forum -
Concerns before trying to boot Armbian from SD card on GS King-X
SteeMan replied to marfalk's topic in Amlogic CPU Boxes
As long as you don't install Armbian to your emmc, you should be able to still boot android by removing the SD and/or usb drives. Once you install to emmc you will overwrite the android installation -
If you want to understand what should be happening under a normal installation: Installing "multiboot" (i.e. pressing the hidden reset button while powering the device) runs the script aml_autoscript That script sets some uboot environment variables that are used by subsequent boots The boot process for these boxes is to use the original android uboot to intiialize the device and then hand off the boot process to the u-boot.ext from armbian. This is done in the script s905_autoscript (or emmc_autoscript). Which then essentially just runs (for emmc): if fatload mmc 1 0x1000000 u-boot.ext; then go 0x1000000; fi; (or "mmc 0" for SD card). The chainloaded u-boot then boots via the information in the extlinux/extlinux.conf file.
-
Given where you are, my only suggestion is to restore the box to a clean android firmware (so the uboot environment is restored to a clean state). Then restart with a current build (don't use the 6 year old build that you found somewhere). The two versions aren't compatible. Then get things running cleanly from SD card first, and then if you still want move the install to emmc.
-
Please use a build that isn't 7 years old. https://www.armbian.com/amlogic-s9xx-tv-box Read the FAQ and the install instructions linked there
-
moving to amlogic tv box forum
-
@Almir Oliveira why are you looking for a build that is over three years old and includes a Linux kernal that is no longer supported? Why not download the latest build from the Armbian downloads page?
-
Have you tried the install instructions and build from here: https://www.armbian.com/amlogic-s9xx-tv-box/
