Jump to content

SteeMan

Moderators
  • Posts

    1681
  • Joined

  • Last visited

Everything posted by SteeMan

  1. The TX3 comes in a lot of different versions. What cpu does yours have? List the steps you have taken to try your install? (u-boot.ext version, dtb). If you are testing with an SD card, what storage you have internally is irrelevant.
  2. Moved to new post
  3. You first need to realize that the dtb is a binary output of the dtc command. You start by looking at the source dts files, that can be found in the kernel source. dTc compiles the dts files (and included dtsi files) into the final dtb binary
  4. Getting a correct dtb is one of the most complex things to do. To do it correctly you really need to know in detail every physical aspect of the board, all the components and how they are wired together. You really need the complete board design information to do this. Otherwise you are just guessing. This is a very difficult task. The information is out there to learn how to do this, but expect to invest many weeks of time learning. But if you are up for a challenge...
  5. Your question has nothing to do with Armbian. Please ask for help in forums that either deal with your device or with Android.
  6. @JuFe00 That is a fork of Armbian not Armbian. They use the Armbian name without permission. They do not contribute to Armbian development nor do they participate in these forums. If you have questions about their builds, you need to ask on their support/forums, we can't help here with software we know nothing about.
  7. This is not an Armbian build. Where did you download this from?
  8. You should test performance for your use cases. Moving to emmc isn't going to make any real difference in performance, so if it isn't performing well enough for your use cases, it isn't going to get better.
  9. I don't know. Those scripts are written very differently so the bug you ran into on ddbr may or may not appear for the install script.
  10. What you did to force the script to select the proper devices looks good.
  11. Yes those are the dtb files to try. But you shouldn't expect that you are going to have all of the hardware work on these boxes. For example, of the boxes I own, I don't have working wifi on any of them. Just so your expectations are set correctly, please read it you haven't already: https://forum.armbian.com/topic/16976-status-of-armbian-on-tv-boxes-please-read-first
  12. Yes. Unless you have the uboot skills to figure out what the aiden rom uboot setup is doing and figure out how to merge the multiboot code into that process. On the performance side of things, have you tried running from a good quality SD card?
  13. You need to find and restore the original manufacturer's firmware to get back to where you started from. When you say armbian from usb was too slow, what exactly was slow? Running from emmc isn't going to make much if any speed difference. I'm not sure what you are expecting for performance from this.
  14. Try changing the following line in the script: runfrom=$(lsblk | grep / | grep -oE '(mmcblk[0-9]|sda[0-9])') to runfrom=$(lsblk | grep / | grep -oE '(mmcblk[0-9]|sda[0-9])' | uniq)
  15. Well, ddbr is a bash shell script. I think you may just need to dig in and debug what is going on. The script is parsing the output of lsblk.
  16. That is the uboot output. That has nothing to do with ddbr. And yes that is expected output from uboot since linux can't read the android partition table. What is the error/log you are getting from ddbr?
  17. If you can see /dev/mmcblk1 while running armbian off of your sd you have emmc. You say that ddbr can't detect emmc, what messages/log from your run of ddbr can you provide?
  18. I would warn against installing to emmc. That should be the last thing you do. First get your environment working as you want then once everything works correctly you may want to install to emmc. Running off of emmc doesn't give you any benefits along the lines you are thinking.
  19. That is a generalization that isn't true. I have s905x3 boxes that work. So it may be an issue with your specific box not having a dtb that is compatible in the newer builds. What box do you have?
  20. I pointed to that reference as it answers your question about the mapping between glx, gxbb and s905x, etc. As this thread points out the current builds do not work on s905x3. But that is a different issue than what I was pointing out to you.
  21. This is explained in the FAQ instructions: https://forum.armbian.com/topic/17106-installation-instructions-for-tv-boxes-with-amlogic-cpus
  22. Also, what image of Armbian are you trying?
  23. Can you capture a pic of the boot messages you are seeing?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines