Jump to content

Igor

Administrators
  • Posts

    13665
  • Joined

  • Last visited

Posts posted by Igor

  1. Since you said it was working before, this can't be the case. It's enabled: https://github.com/armbian/build/blob/master/config/kernel/linux-sun7i-default.config#L3009 and we haven't change this legacy kernel much. Here you can find all configs:

    https://github.com/armbian/build/tree/master/config/kernel

     

    ACM is enabled in modern kernel too (NEXT or DEV), so give it a try.

     

    BTW. We can say Micro USB powering is a general design failure and even you use dedicated port, board might not get enough /stable power. It's something what board makers fool us and themselves. Putting into another words - most cables and mobile phone PSUs will fail to provide good enough power. If you have a SSD and a monitor attached and you are able to boot the board, you can consider yourself lucky. With USB devices you are getting to the area of extreme luck. :)

     

    Quote

    So the problem is not hardware, but software


    Could be, but where?

  2. 3 minutes ago, chocorem said:

     

    no change at all, board is powerd by micro USB port, running with attached monitor

     


    Strange and un-explainable issues are in most cases related to power problems and powering via micro USB is a call for troubles. Your system might already be on the edge and altered u-boot with different power settings could ruin this edge power balance. Change PSU, cables, solder a LiPo battery ... than get back to the problem if it won't help.

  3. 2 hours ago, zador.blood.stained said:

    What about putting "Known issues" block above the download buttions?


    OK, let's try that ... I also plan to add a red box when clicking on nightly downloads ...
     

    2 hours ago, zador.blood.stained said:

    And displaying "Desktop" video only if there are desktop builds for this board, can it be easily automated?


    This is if there are desktop option possible - related to BUILD_DESKTOP variable and unrelated from recommended section.

     

    Now rebuild is also fast and will run in cron when finished.

  4. 3 minutes ago, zador.blood.stained said:

    So what are the "support status" bar ranges and names? For example H5 mainline builds should be marked as "experimental" rather than "testing"


    This part is solved only technically. I am still not sure how to shape and name those values to provide valuable meaning.

    $PADCOLOR="w3-red"; $PADTEXT="Development";
    if ($SUPPORT >= 50 && $SUPPORT<90){$PADCOLOR="w3-orange";$PADTEXT="Testing";}
    if ($SUPPORT >= 90){$PADCOLOR="w3-green";$PADTEXT="Stable";}

    We can also include if=nightly condition to set the text and colour.

  5. 5 hours ago, Cidirom Regrabable said:

    I put on the folder sun8i-default but the process fail.


    That's the source of our patch too and ours is already (almost) aligned with kernel source. Perhaps starting from a clean patch is a right way, but you need some expertise for doing this since patch will need adjustments and can't be just put in. Dig in or find a person who can.

  6. 1 minute ago, LRiedel said:

    As I said, the AP configuration from armbian-config didn't work, I can see the network, the password is accepted too, but it just keeps connecting forever.


    This means your network configuration is wrong. You must either make a bridge or setup a DHCP server .... our armbian-config tool should do this, but it's WIP / buggy / unreleased and can't be blame for troubles :)


    Check and properly setup /etc/network/interfaces

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines