Jump to content

SteeMan

Moderators
  • Posts

    1840
  • Joined

  • Last visited

Everything posted by SteeMan

  1. 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).
  2. Moved to the appropriate forum, as this is reporting issues with userspace applications
  3. 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?
  4. 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.
  5. 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.
  6. 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.
  7. 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
  8. I'm assuming since you mention multitool that your box is rockchip based. Moving to the rockchip TV box forum.
  9. 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.
  10. 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.
  11. 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.
  12. First question, what build are you using, and what "tutorial" are you using?
  13. Moved post to Other since this is not a sunxi board (riscv)
  14. If you are running this as an ftp server, you should just install a server/cli build.
  15. Yes. Using tv boxes for running server services is an ideal use case.
  16. They are inexpensive and a necessary tool to have around if you work with sbc's. I would recommend you own one.
  17. TV Boxes are not supported by armbian. https://forum.armbian.com/topic/16976-status-of-armbian-on-tv-boxes-please-read-first Note that the h618 is a new allwinner cpu. It often takes years for the open source community to bring mainline linux support to new cpus. The h616 which is now about two years old is still not well supported.
  18. Also, since you are getting to the point in the boot process where the u-boot.ext is running, you should be able to use the keyboard and run u-boot command line commands
  19. As the instructions say you need to try *all* dtbs of a given type to find the one that best matches your hardware. P200 is just the reference board designation, it is nothing special. All of the gxbb dtbs are essentially p200 variants. There are 10s if not 100s of different boards using the s905, each with unique hardware, each requiring a different dtd that matches that hardware. But the vast majority of boards do not have matching mainline kernel dtb. So we try the ones that do exist and hopefully one works good enough (but it is highly unlikely that it will work well - which is why in the FAQ it says not to expect things like wifi and Bluetooth to work at all)
  20. These all show that you are not using a compatible dtb for the box. Try other s905 dtbs.
  21. Try installing the armbian-firmware-full package
  22. I tried to already answer that question, but perhaps I wasn't specific enough: You need to place the custom dtb outside the /boot/dtb directory in /boot directly. Then you extlinux.conf reference would look like: FDT /<custom file>.dtb
  23. If you are going to use a custom dtb you need to put it in the /boot directory and make the extlinux.conf point to it there. The contents of /boot/dtb are kernel version specific and when the kernel is upgraded they are replaced with newer versions. The whole directory is replaced so any customizations you place in there will be lost.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines