Jump to content

SteeMan

Moderators
  • Posts

    1681
  • Joined

  • Last visited

Everything posted by SteeMan

  1. 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.
  2. 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.
  3. 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
  4. I'm assuming since you mention multitool that your box is rockchip based. Moving to the rockchip TV box forum.
  5. 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.
  6. 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.
  7. 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.
  8. First question, what build are you using, and what "tutorial" are you using?
  9. Moved post to Other since this is not a sunxi board (riscv)
  10. If you are running this as an ftp server, you should just install a server/cli build.
  11. Yes. Using tv boxes for running server services is an ideal use case.
  12. They are inexpensive and a necessary tool to have around if you work with sbc's. I would recommend you own one.
  13. 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.
  14. 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
  15. 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)
  16. These all show that you are not using a compatible dtb for the box. Try other s905 dtbs.
  17. Try installing the armbian-firmware-full package
  18. 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
  19. 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.
  20. @VN-HCM_dung Here is what you would need to do. 1) perform a new clean install on the new tv box on the emmc. This will create the partitions in the correct location, preserving the android uboot environment. 2) Assuming that you have the same linux kernel installed on the old and new boxes, you can simply replace the contents of the root partition (you don't need to touch the boot partition /boot) with those from your original box. You can use /root/install-aml.sh as a guide on what needs to be copied over. (If you have a different kernel version then you also need to preserve /lib/modules/(your kernel version) on the root partition.
  21. You are not using armbian. You are using a build from a site that is a fork of armbian and uses the armbian name without permission. You need to ask your questions at the site you downloaded your software from since we can't help you here.
  22. The output from running install-aml.sh
  23. What build are you using and where did you download from. Given what you have stated, it doesn't appear that you are using armbian.
  24. One other comment is have you tried to conned via ssh? And have you tried to install a server/cli build, to see if the basic system is working.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines