Jump to content

SteeMan

Moderators
  • Posts

    1460
  • Joined

  • Last visited

Posts posted by SteeMan

  1. @hadestlse It is assumed that you have the knowledge and skills to build linux kernels and apply patches if you are going to attempt to do that.  If not then I wouldn't recommend trying to incorporate the patch @hexdump referenced above.  Not knowing your level of developer knowledge, I would first point you towards the Armbian developer docs. https://docs.armbian.com/Developer-Guide_Build-Preparation/

     

  2. Moved post to the correct forum.

     

    Please read: https://forum.armbian.com/topic/16976-status-of-armbian-on-tv-boxes-please-read-first

     

    The build you are using is over 2 and a half years old.

    Please read: https://forum.armbian.com/topic/17106-installation-instructions-for-tv-boxes-with-amlogic-cpus

     

    (Note that you may need to change the extlinux.conf file to read: "LINUX /uImage" , I am investigating an issue, but I haven't yet confirmed it on an s905x3 box like yours).

     

  3. @vcmsptx with the new builds (i.e. the 6.0.x kernels) try changing the extlinux.conf file to use:

    LINUX /uImage

     

    I noticed an issue that the u-boot currently packaged (u-boot-s905x2-s922) doesn't boot the Image binary but will boot the uImage kernal binary.  At least this is the case on my s905x2 based box.  If you can confirm this same behavior on your box, that would be helpful.

  4. @Cliff  There is no official Armbian software for this box as this is not a supported box by Armbian.  If I may ask, where did you get this 'official' armbian from?  The only reason I ask, is if there is something that leads people to believe something is supported when it isn't, that is an area that we can improve docs/website, etc to avoid future confusion.

  5.  

    5 minutes ago, Werner said:

    Isn't that this board where the vendor explicitly asked customers to not bug Armbian folks with issues?

     

    Correct.  This if from the Inovato website:

    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.

  6. Please provide more information, I can't guess as to what you are doing/seeing. 

    2 hours ago, wapins said:

    I press the button with a toothpick, but the box freezes until I release the button.

    That is what is supposed to happen.  Pressing the reset button during boot will cause the board to load the multiboot setup from an sd card.  This is something you should only need to do once.

    You mention usb, do you mean sd card?

     

    What happens after you release the reset button?

     

  7. @jiapei100  I think you are confusing cpu support and board support.  While the rk3229 cpu has good support in modern linux kernels (good but not perfect yet) there is no support for your specific board.  It is very different work to support the cpu than support a specific board using that cpu.  It can take months of development effort to get a board to work well after the kernel supports the cpu.  Board support entails support for all the other hardware on the board (memory chips, networking/wifi and whatever else may be on the board).  That involves both making sure that the proper drivers are available for the hardware (often since there is generally no help from the board manufacturer, it is a guessing game to reverse engineer the hardware and try to find source code for the hardware componentes) and that the dtb file is created for that specific hardware.  The dtb is the mapping between the hardware and the linux kernel.  Generally to work well you will need a dtb specific to your board.  And then finally all of this work also needs to be done with the u-boot code to again get the hardware mapped correctly so the device can boot.

     

    As jock stated you should read the armbian development documentation to understand what armbian is.  For example your final question about which config file to use, doesn't make sense if you understand the armbian build system.  'current', 'edge' and 'legacy' are labels for specific kernel versions - legacy generally is the original 4.x kernel released by the manufacturer, current is the current stable version (i.e. 5.15), and edge is the bleeding edge development kernel (i.e 6.x).

  8. What are you trying to accomplish?  Are you looking for help porting Armbian to support this device?  I ask because TV Boxes are not supported by Armbian (see https://forum.armbian.com/topic/16976-status-of-armbian-on-tv-boxes-please-read-first)  and the RK3588 cpu is a very new chip that is only partially working on mainline linux currently.  While there are people working on base support for the CPU, the significant additional work to support a specific box (with all its specific hardware) would still need to be done.

     

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines