Jump to content

martinayotte

Members
  • Posts

    3892
  • Joined

  • Last visited

Posts posted by martinayotte

  1. To isolate the issue, maybe you should try to do a simple loopback test first, a jumper between 8 and 10, and use minicom or picocom to get local echo.

     

    BTW, in the case of Mainline, without having other uart enabled other than debug uart0, when I load overlay for uart2, it comes up as /dev/ttyS1, since debug is on /dev/ttyS0.

     

  2. Some of you probably saw that I added recently the OrangePi-Prime to the build process.

    Unfortunately, I'm still struggling to get the WiFi.

    It is even worst than the WiFi issue still present on OrangePiWin.

    For the OrangePi-Prime, even the DT doesn't process the WiFi entries, and the mmc1 is still "disabled" in /proc/device-tree at boot time.

    The strange thing is that if I load a small overlay to change the mmc1 status to "okay", the kernel start processing it.

    But, unfortunately, I'm seeing "sunxi-mmc 1c10000.mmc: no support for card's volts" error, although I didn't found obvious errors in vqmmc-supply setting of mmc1.

    I will have to dig further, but start running out of ideas ...

     

  3. What do you mean ?

    Do you mean "how long SPI wiring can be" ? Shortest as possible !

    SPI isn't design to work on long distance, especially with high speed.

    Although reducing speed could help, it is not designed to support more than few inch of wires.

    You are better having two OPiZero is the MFC are meters away from each other ...

     

  4. In such case, since Windows is so stupid, you won't have much choice to have a separate sdcard mounted in a USB reader, having a single FAT partition on this one.

    Another solution is to have a Window's folder shared and having your SoC board mounting that CIFS network share.

     

     

  5. @tkaiser, has it been added recently to builds (and how ?) ? in my recent builds I had to install it manually ...

     

    Also, when I configure user-patches to install them during build process, it is installing them but failed to run their post-install scripts :

     

    Setting up libavahi-common-data:arm64 (0.6.31-5) ...M
    Setting up libavahi-common3:arm64 (0.6.31-5) ...M
    Setting up libavahi-client3:arm64 (0.6.31-5) ...M
    Setting up libavahi-core7:arm64 (0.6.31-5) ...M
    Setting up libdaemon0:arm64 (0.14-6) ...M
    Setting up avahi-daemon (0.6.31-5) ...M
    You are required to change your password immediately (root enforced)M
    chfn: PAM: Authentication token is no longer valid; new one requiredM
    adduser: `/usr/bin/chfn -f Avahi mDNS daemon avahi' returned error code 1. Exiting.M
    dpkg: error processing package avahi-daemon (--configure):M
     subprocess installed post-installation script returned error exit status 1M
    dpkg: dependency problems prevent configuration of libnss-mdns:arm64:M
     libnss-mdns:arm64 depends on avahi-daemon (>= 0.6.16-1); however:M
      Package avahi-daemon is not configured yet.M
    M
    dpkg: error processing package libnss-mdns:arm64 (--configure):M
     dependency problems - leaving unconfiguredM
    Setting up libtalloc2:arm64 (2.1.2-0+deb8u1) ...M
    Setting up libwbclient0:arm64 (2:4.2.14+dfsg-0+deb8u5) ...M
    Setting up samba-common (2:4.2.14+dfsg-0+deb8u5) ...M
    M

     

  6. What do you mean exactly ? How to flash SPI-NOR or How to make LCD work on RaspberryPi ? this is completely 2 different subjects.

    For the SPI-NOR, as Zador said, it is not enabled by default. I personally suggest to use Mainline kernel anyway, it is much more easy to enable the overlay.

  7. The IP address 169.254.134.132 is or is not the IP of your MAC ?

    How did you figured out that this IP could be the one from OrangePiPC ?

    If your router doesn't help to figure out the real IP of the OPi, your will need to connect using Serial USB-TTL and do "ifconfig" on the board itself.

    "orangepipc.local" doesn't work until "avahi-daemon" is installed on the OPi, when you will get access to it, simply go "apt-get install avahi-daemon".

     

  8. ~$ is effectively a command prompt shel, where the ~ means home directory.

    For Desktop, did you use a Desktop image for your SDCard ?

    Because Server image are headless by default, no Desktop installed ...

     

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines