SteeMan
Moderators-
Posts
1674 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by SteeMan
-
You need to follow *all* of the commands you were instructed to follow, not just one of them:
-
The error has nothing to do with internet. After the boot can't detect the emmc, then it falls back to trying to do a network boot, which is what you are seeing at the end of the log.
-
The messages are saying that the boot process can't find valid partitions on the emmc to boot from. Your video doesn't show the full log of the install-aml.sh (especially the partition creation which occurs at the beginning, so I don't know if the script had errors or not doing that part of the process.). Also, did you start from a clean android firmware on the emmc? That is what the script is expecting. If this is a box where you already had something else on the emmc, that may be causing the errors.
-
@jock @Igor I have been thinking along the same lines for the aml-s9xx-box builds. While having the weekly builds is great, they are very unstable, being built on current master with edge kernel and the unstable debian and ubuntu userlands. While that is all good for testing purposes, it is far from desirable for running anything in a production environment (yes there are crazy people like me that use TV boxes for production servers). Now that current has moved to 6.1 for meson64 and I suspect rockchip current will try to get to 6.1 soon, it would be nice to have stable builds based on a stable master, current kernel and supported userspace (i.e. jammy currently for ubuntu) for the TV Box targets, IMHO.
-
Can a flash drive be used for installation
SteeMan replied to joggingMulberry's topic in Amlogic CPU Boxes
@Luis_D That installation guide doesn't apply to the Amlogic tv box builds (aml-s9xx-box) as they have their own procedures documented in the TV Box forum FAQ. -
I thought you said that you were running the latest version from the sd card and that was the version that didn't go through the setup. Thus I am asking you to try the latest CLI/server version on SD to see if it goes through the initial setup. And then separately if you could try a fresh copy of the desktop version on SD and see if you can reproduce the issue with the setup being skipped.
-
Can you explain what you mean by this? what screen are you talking about?
-
No that wouldn't impact anything as the two environments are separate. Does it go through the initial configuration if you are using the cli/server version? Can you reproduce the issue by starting with a new image on the sd card and trying again? Also on the failure to run the install-aml.sh, does the script have execute permission set?
-
You are typing the command wrong. There is a space after sudo, but if you are already logged in a root, you don't need the sudo at all. And in the case you did the command without sudo you didn't include the ./ Also note that you can't install on emmc if the box has an s905 cpu (you need an s905x or newer for emmc support). There was a recent thread that talked about this in the forums.
-
The s905w2 is a new cpu from amlogic. As far as I know no one has tried to get mainline linux running on tv boxes containing that cpu Generally when a manufacturer comes out with a new cpu it takes the main line linux community a couple of years to get a stable system working on it (if there is enough community support). So I would suggest you use your box as an android box and come back in a year or so to see if there has been any movement to support this cpu. Or if you have the skills work on bringing support for the cpu into mainline linux.
-
@Serkan Polat You don't mention what kind of board/box you are using. However I am assuming you are using some sort of android TV box (since your post mentions coreelec and a random tv box dtb file). You should note that TV Boxes are not supported by armbian. I should move your post to the TV Box community forum, but I will leave it here since you are offering to pay someone for help and this forum is where you are more likely to find someone with the skills that might be able to help. (The TV box forums generally only have end users reading the posts).
-
You can't mix and match different distributions. Each expects the boot environment to be setup in a specific way by multiboot (multiboot is what is setup when you press the reset button at power on). That is why some old builds will use things like uenv.txt vs extlinuc.conf i the new builds. As your video here showed (https://forum.armbian.com/topic/25519-armbian-mxq-pro-4k-s905no-work/?do=findComment&comment=156933) you had it booting to the point of finding the corrupted extlinux.conf file. So I go back to you needed to deal with that issue first. I can't and wont spend my time helping diagnose issues with old builds from unknown origins. My overall recommendation for you would be to restore your box to the original android firmware so it is in a known starting state. Then follow the steps in the instructions using only a linux machine to edit the extlinux.conf file (don't allow the sd card to touch a windows machine).
-
Moved to the appropriate forum, as this is reporting issues with userspace applications
-
FYI 3.14 was released in 2014, last received security fixes in 2016. So by now it has hundreds of known security vulnerabilities that are not patched. Why would you even think of using something like that?
-
TV Boxes are not supported by Armbian. This forum is provided for the community to share information. It is not a support forum. I am only one person, and I volunteer my time to help. But I can't teach people linux or basic skills that they should already have, or at least be able to figure out themselves with the help of google. I have pointed you in the direction you need to look, but if you are unwilling to do any of the work, then then linux on a tv box isn't for you. As the FAQ link I just posted says, these boxes are really only useful to run servers. If you are running a linux server, I expect you have basic linux skills in which to do that, and anyone who has been around linux/unix for any length of time, knows about the evils that windows editors do to linux text files and would know how to fix them.
-
-
Honestly if you can't google how to do that yourself, I'm not sure you have the skills necessary to be using linux on a tv box.
-
Can a flash drive be used for installation
SteeMan replied to joggingMulberry's topic in Amlogic CPU Boxes
By flash drive I'm assuming you mean a usb flash drive. Yes that should work, but generally an sd card is recommended and more commonly used. -
Pictures would be helpful as the T95 name is used for a lot of different cpus. But I'm guessing you have an older box (not one of the newer blue boxes) as the board info you gave mentions s905 which would be an amlogic cpu. Assuming you do have an s905 amlogic cpu, you should be able to follow the instructions in the TV Box FAQ: https://forum.armbian.com/topic/16976-status-of-armbian-on-tv-boxes-please-read-first https://forum.armbian.com/topic/17106-installation-instructions-for-tv-boxes-with-amlogic-cpus
-
I'm assuming since you mention multitool that your box is rockchip based. Moving to the rockchip TV box forum.
-
You should be able to do that. Start with a clean version (do a new download of the image), then google for how to edit files on windows in ways that doesn't add window newline characters.
-
Your extlinux.conf file is corrupted. It has windows newline characters added to the end of each line. The boot output shows: Ignoring unknown command: FDT Ignoring unknown command: append Is showing that the contents of the extlinux.conf file can't be read properly. When I downloaded the file you attached to your post, I can see the windows characters in your file.
-
Can't install armbian in a95x f2 (s905x2 4GB/32GB)
SteeMan replied to ses12345678900's topic in Amlogic CPU Boxes
Where are you looking for the dtb files? They are there, /boot/dtb/amlogic/meson-g12a-u200.dtb Note for the s905x2 you would be looking at the meson-g12a-* dtb files as candidates.