SteeMan
Moderators-
Posts
1924 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by SteeMan
-
Armbian with preinstalled Home Assistant supervised
SteeMan replied to Igor's topic in Software, Applications, Userspace
If you follow the instructions earlier in this thread, you can use the Armbian build framework to build an image for aml-s9xx-box with the HA additions, or just use armbian-config to add it. I haven't tested any of those, as I just install the regular docker based HA on my home TV box to run HA. -
that should be 1500000 (one more zero). Note a lot of uart connectors can't handle this high of a speed. There are many threads in the forums discussing specific ones that are able to reach that speed.
-
Probably. Only way to really find out is to try: https://www.armbian.com/amlogic-s9xx-tv-box
-
@Antom You are not using Armbian. ophub is a fork of Armbian that uses the Armbian name without permission. They do not contribute to Armbian development nor participate in these forums. You need to direct your question to their forums, not here.
-
You are going down the wrong path. You should start here with understanding the Armbian build framework: https://docs.armbian.com/Developer-Guide_Overview
-
From your log, this is the uboot that is booting and it is trying and failing to boot from your mmc1. I would expect your SD to be mmc0, so it doesn't look like it is even trying to boot from your SD card. So you probably need to replace/update the onboard uboot or perhaps wipe the mmc1. But I don't have this board and really am just guessing. But these are directions you could look into.
-
How to install ARMBIAN to Amlogic S805X, SDMC DV8040 STB
SteeMan replied to remolaan's topic in Amlogic CPU Boxes
@remolaan I think this is the most current info that may help you: -
From the boot log, the uboot can't recognize the internal emmc. It appears that the u-boot you are using is one based on u-boot 20-07. I would recommend rebuilding the u-boot-s905x-s912 based on a more current u-boot source. The instructions for doing this are in the readme.txt file in build-u-boot folder. If this helps, then report back here and I can look at including a newer build in the distribution going forward.
-
These forums are for Armbian Linux issues. This is not the place to ask for android firmwares.
-
I don't understand what you are asking for. Can you be more specific?
-
make driver patch - lib/module without full .img?
SteeMan replied to awef's topic in Advanced users - Development
https://docs.armbian.com/Developer-Guide_Build-Commands If I read your post correctly, I think you want ./compile.sh kernel ... which will build the kernel debs but not the full image -
I think this line is wrong. I don't believe that the overlay_prefix should be included here, try with overlays=i2c1-pi I seem to recall mention of a bug in armbian-config that was doing the wrong thing regarding overlay_prefix when selecting overlays.
-
Thanks for investigating this. I have seen this issue reported quite a bit recently. I assumed it was something that had changed at the dtb level. Knowing this helps provide guidance to others in the same situation.
-
You are not running Armbian. You are running a fork of Armbian. You need to ask for help from the place you downloaded your software from.
-
What version of Armbian did you install (complete file name)? What do you mean by "the screen stopped working"? Did it once work and then stop? And by screen do you mean HDMI?
-
armbian-config --cmd GIT001 not installing git
SteeMan replied to orlando mendez's topic in Software, Applications, Userspace
I'm not aware of anyplace that would exist anymore. -
armbian-config --cmd GIT001 not installing git
SteeMan replied to orlando mendez's topic in Software, Applications, Userspace
The documentation is for the current version of armbian-config. You are using an older version. There was a rewrite of armbian-config between what you have and the current functionality. -
Closing this. This isn't going anywhere good. Both sides have made their points.
-
What is your goal? 25.02 is a stable release. There is no 25.05 stable release yet (that will happen towards the end of next month). So what is out there now are daily development rolling builds of 20.05. So if you want to track development then this would make sense (note the use 0f the word 'daily' there, things can change that often, and these changes aren't well tested yet), but if you want tested stability then you should wait until the next stable release comes out.
-
ARMBIAN INSTALLATION ON BOX X96 Max+ (2go ram 16go)
SteeMan replied to PmProd379's topic in Amlogic CPU Boxes
@iTux Your posts are not appropriate for Armbian forums. You are using non Armbian code. You should post your information in the channels that they provide. Ophub is a fork of Armbian. They do not contribute to Armbian development, nor do they contribute to these forums. They use the Armbian name without permission and cause significant confusion as a result. (Like in your case where you think you are using Armbian and you are not). -
I think this is your underlying issue. Focal was dropped from support a year ago (by both Ubuntu and Armbian). So the underlying packages you need are likely no longer in repositories.
-
If you look at the boot log, the android firmware is first looking for s905_autoscript on the SD card fat partition. So you should be able to create a boot script by that name to get the native emmc uboot to run and boot what you have on your SD card. (Your printenv shows the boot order is determined in start_autoscript, first mmc then USB then finally emmc). If this ancient uboot is capable of booting a modern Linux kernel you should be able to make this work with the proper boot commands in the s905_autoscript file.
