Jump to content

SteeMan

Moderators
  • Posts

    1681
  • Joined

  • Last visited

Everything posted by SteeMan

  1. There are no official images since Armbian doesn't support TV boxes as the links I pointed you to clearly state.
  2. @FatalWorld I moved your post to the correct thread. It would help if you provided the basic information about your situation (we aren't mind readers). Such was what build you are using? Also, did you follow the steps in the first post of this thread to install?
  3. There is no official one. Per the Armbian FAQ: https://docs.armbian.com/User-Guide_FAQ/#i-have-a-tv-boxtablet-from-insert-random-vendor-can-i-use-armbian-on-it and from the TV Box forum FAQ: https://forum.armbian.com/topic/16976-status-of-armbian-on-tv-boxes-please-read-first
  4. Since you are using a build from a third party (i.e. not armbian) you should probably ask your questions where you downloaded this from, as it is unlikely anyone around here is going to be able to help since you are using code forked off of armbian. (and we don't know what that code is). I do see that awawa is also a member of these forums, but he hasn't posted for three months, so he isn't actively engaged with the armbian community and probably isn't going to notice your posts here.
  5. First question is where did you get this build, it isn't one I am aware of. Second question is what instructions are you following. So we know what steps you have done/are following. I don't understand this. What button, what is 'VA', what backup are you doing?
  6. A few comments: 1) Moved post to the TV Boxes forums 2) Since you mention inovato a couple of times in your post and post links to their site, it is important to point out the following (taken directly from the inovato site): "IMPORTANT NOTE: If you have any questions or problems with this process, by all means use the Armbian Forums to search for information, but please DO NOT ask questions if you can't find your answer. They don't support the Quadra firmware: We do. So please use the Support category on this forum." I want others who might read this to be fully aware that Armbian does not support inovato based questions. 3) Armbian does not support TV Boxes, please read: https://forum.armbian.com/topic/16976-status-of-armbian-on-tv-boxes-please-read-first 4) I'm not aware of anyone who has successfully run armbian on any h616 based box. The h616 is a newish cpu (vs the older H6 which does have better support) and mainline linux support isn't all there yet 5) Unless you are a low level kernel / driver C developer, you probably have the wrong box to be experimenting with. Rockchip based TV boxes have pretty good community support.
  7. I believe this box has a rcokchip 3328 cpu, in which case you should read the following:
  8. The author has taken down those builds after two years. So for now there are no unofficial builds for amlogic tv boxes. I'm hoping that changes soon. My experience is that this is fixed in later kernels. If I recall correctly this started working correctly in 5.0.18 (could be 5.0.19). I'm hoping to get some new builds based on current kernels made available.
  9. Start here: 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
  10. You would mount the emmc device (/dev/mmcxxxxx) like you would any other disk in linux. Note that not all android partitions are in a format standard linux will be able to understand.
  11. Well youtube certainly isn't an official source. I have no idea where the build you used came from, but it isn't anything I am aware of. Please read the following two TV Box FAQ posts: 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
  12. I'll repeat the above two questions you didn't answer. Without knowing what code you are trying to install and what steps you did during your install, we can't help. We need to know what you have and what you have done.
  13. @incendio First off, what board or box are you working with. Saying 'generic board' doesn't help us help you. Each board will have different hardware and thus require differing help. Then where did you get the build you referenced? And finally what instructions/steps did you use to install.
  14. @Subhash First of what device and what build are you using? Also, please read the following TV Box FAQ item to understand the status of armbian on amlogic based TV Boxes: https://forum.armbian.com/topic/16976-status-of-armbian-on-tv-boxes-please-read-first
  15. No it isn't currently possible. Mainline linux support for the s905x4 is a way off if it ever happens.
  16. @K 6331 I'm assuming you are following the instructions from here: https://forum.armbian.com/topic/17106-installation-instructions-for-tv-boxes-with-amlogic-cpus As for the dtb, you may need to try a few different ones, using the one that best works for your hardware. If your box is an s905x cpu, then you should try the meson-gxl-s905x-* dtbs.
  17. @Dong You don't provide any information about what you have done to get into the state you are nor what you are trying to do. I will point you to the following TV Box FAQ items as a first step: 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
  18. That isn't surprising really. The old builds of armbian that are available are for kernel 5.9.0. While there isn't a lot of fixes being made to the amlogic code in the kernel, there are some that trickle in and the debian link you provided is just from a newer kernel with a more correct dtb. If someone were to pick up balbes150's work and publish new armbian images with a more recent kernel the armbian images would also likely work better.
  19. I have been playing with this issue for other reasons today. You should be able to restore the default u-boot environment by the following uboot commands: env default -a saveenv Since I doubt you have a serial connection to your box allowing you to debug/monitor u-boot, you can cause these commands to be run by using the attached aml_autoscript file. If you put this file on your usb stick and use the 'adb reboot update' that should run the above commands which are contained in that special aml_autoscript file. After that you can restore the original armbian aml_autoscript file to your usb stick and do the 'adb reboot update' with that one and then you should have a working armbian environment. aml_autoscript
  20. Yes a firmware for that device. It is unlikely that a firmware for a different device will work, even if they share the same cpu.
  21. First you need to read the following TV Box FAQ items: 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 Note in particular from the instructions posted above, that because you have previously run coreelec you will need to find an original android firmware and reinstall that to reset the boot environment to its default state. coreelec and armbian make incompatible changes to the boot environment and you can't use armbian after coreelec. Otherwise, while I haven't heard of anyone running armbian on this box, given the steps you did to get coreelec running, the same should work for armbian. The hack of using "adb reboot update" should have the same effect as the toothpick method to set the multiboot uboot environment variables.
  22. I don't think you understand. First your device isn't supported. Per the previous discussions on the site that I linked and you confirmed you read, no one has successfully installed armbian on your device. And finally the information contained in the previous posts indicates that it isn't possible to put armbian on your device. This is open source, so feel free to work on this yourself if you desire, but you aren't going to get any additional help from armbian maintainers on this.
  23. Armbian doesn't support upgrades between releases of ubuntu or debian. Having said that you can search the forum for others who have asked this same question. While it can be done manually there are things to watch out for. Make sure you have a backup in case things go wrong.
  24. This device is not a supported by Armbian. I moved this post to unsupported -> Off Topic. A search of the forum leads to the following two older discussions about this device: https://forum.armbian.com/topic/9606-new-life-for-jide-remix-mini-a64-unsupported https://forum.armbian.com/topic/12378-which-version-to-download
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines