Jump to content

martinayotte

Members
  • Posts

    3892
  • Joined

  • Last visited

Posts posted by martinayotte

  1. 31 minutes ago, PaddleStroke said:

    Or on how to read the LRADC values from a python script directly?

    Using /dev/mem, you can poke control register at 0x01C22800 to be in continuous mode, and then peek data register to read ADC values at 0x01C2280C or 0x01C2280D, depending if LRADC0 or LRADC1.

  2. 4 minutes ago, Crossplatform Vlad said:

    Can I obtain "armv7..." instead of aarch64 as output for uname -m ?

    No ! This reports the kernel version, which still aarch64.

    4 minutes ago, Crossplatform Vlad said:

    Similar question - Can I obtain ''arm" instead of "arm64" as output for docker version --format '{{.Server.Arch}}' ?

    Maybe ... Probably if you install the 32bits version of docker ...

  3. 7 hours ago, iqbal said:

    I got an error compiling your patch

    My patch was working with <=5.7.y, but not anymore with >=5.8.y due to someone else patch been mainlined .

    I'm still investigating how to make it work again and/or make the someone else patch working as my previous one ...

  4. 2 hours ago, dolphs said:

    - lots of WIFI misery around, even with EXTRAWIFI=no flag

    When I've switched sunxi-dev to 5.8, I've provided the following patches which solves those WiFi glitches, did you have done a "git pull" to get them ?
     

    patch/kernel/sunxi-dev/wifi-4003-fix-sha256_state-clashes.patch
    patch/kernel/sunxi-dev/wifi-4004-fix-cfg80211-for-5.8.patch

    EDIT: what about leaving EXTRAWIFI=yes ?

  5. 2 hours ago, Energokom said:

    Only supported compilation environment is Ubuntu Xenial 16.04 x64

    Your link is a copy of pretty old documentation, not the current one which is here :

    https://docs.armbian.com/Developer-Guide_Build-Preparation/

    And it is pretty clear with that :

    Quote

    The officially supported compilation environment is Ubuntu Focal 20.04 x64 only! (Support for Ubuntu 18.04 will be there until either we run into issues we do not want to waste time on or upstream support ends),

     

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines