Jump to content

martinayotte

Members
  • Posts

    3892
  • Joined

  • Last visited

Reputation Activity

  1. Like
    martinayotte got a reaction from valant in Orange Pi R1   
    eBay is not the best place to purchase OPis ...
    Xunlong sell them directly (without reseller) thru AliExpress.
    https://aliexpress.com/item/Orange-Pi-R1-H2-256MB-Quad-Core-Cortex-A7-Open-source-development-board-beyond-Raspberry-Pi/32827494728.html
  2. Like
    martinayotte got a reaction from raschid in Orange Pi Zero and NEXT kernel   
    Good catch !
    Those lines were there when we were on 4.11.x ...
    That means nobody seen that those were missing in NEXT 4.13 !
  3. Like
    martinayotte got a reaction from OldBikerPete in GCC distro library not found   
    Good catch ! I didn't saw that one, I'm quite sure this is the real issue ...
  4. Like
    martinayotte got a reaction from Naguissa in How to get unique ID of some component on PCB   
    If you're talking about Serial Number of the CPU (SID), which is used to build MAC address, you can see it in /proc/cpuinfo on Mainline kernel (I don't know if Legacy is also providing it).
  5. Like
    martinayotte got a reaction from zador.blood.stained in Details with OPIZ2+ H5   
    Got it : https://github.com/armbian/build/blob/master/packages/bsp/common/etc/init.d/firstrun#L174-L179
    But this code isn't ran during a simple upgrade ...
     
  6. Like
    martinayotte got a reaction from Jakub Štajner in [Nano PI Neo Air] Mic / Audio Out   
    Nope !
    This board is equipped with PCM5102A which is an I2S-DAC interface.
    So, it is not using plain GPIOs, but the I2S port ...
     
  7. Like
    martinayotte got a reaction from mousavy_mh in Armbian for OrangePi PC2, AllWinner H5   
    When doing your own build, the build process will generate something like output/debs/linux-headers-next-sunxi64_5.33_arm64.deb.
    Copy that file on the target board and install it using "dpkg -i output/debs/linux-headers-next-sunxi64_5.33_arm64.deb".
     
  8. Like
    martinayotte got a reaction from nguongnhanlb in Flashing NAND FLash HY27UG088G with sun8i-h3 over FEL MODE   
    I doubt that NAND Flash would be supported now and in the future.
    Better try to find a board that is using eMMC instead ...
     
  9. Like
    martinayotte got a reaction from dryce in Enabling usb otg on banana pi m1 A20   
    On OPiOne and OPiLite, there was similar issue that reg_usb0_vbus was not present.
    I've fix that a month ago with this commit :
    https://github.com/armbian/build/commit/fb0d3c6ea4b06df236d198af825d31a073dd2b81
    Maybe similar patch could fix it on BananaPro ...
     
  10. Like
    martinayotte got a reaction from willmore in Orange Pi Zero NAS Expansion Board with SATA & mSATA   
    Bingo ! You got a good idea !
    Without the mSATA inserted, there is no more issue for using the USB receptable for any devices.
    This means the JMS stay quiet on the D+/D- line and no more conflicts.
     
  11. Like
    martinayotte got a reaction from Ucino in Which card choose to deploy an educational open source OS in schools ?   
    Yes, The OPiPC+ is one of my favorite, one of the reason is price/feature ratio, having eMMC is really nice.
    I'm also using those in my daily job.
    But, all my boards are headless, so I can't give hint about 3D stuff.
     
     
  12. Like
    martinayotte got a reaction from tkaiser in Orange Pi Zero NAS Expansion Board with SATA & mSATA   
    Bingo ! You got a good idea !
    Without the mSATA inserted, there is no more issue for using the USB receptable for any devices.
    This means the JMS stay quiet on the D+/D- line and no more conflicts.
     
  13. Like
    martinayotte got a reaction from markbirss in Orange Pi Zero, dev kernel does not see expansion USB ports   
    Be aware that OPi Zero NAS expansion board has 2 USB connectors, but only the one at the center is a real USB host.
    The other USB connectors at left near the barrel power DC is a USB Input to allow connecting the USB Hub to Non-Zero boards with a Male-Male cable.
    Plugging anything in this USB Input on a OPiZero is somehow shorting the whole hub which is already connected thru the pins header.
     
  14. Like
    martinayotte got a reaction from markbirss in Orange Pi Zero, dev kernel does not see expansion USB ports   
    As I've mentioned 3 weeks ago, if we could get this famous expansion schematic, we will prove that this connector is directly in parallel with the JMS578 and the header :
     
  15. Like
    martinayotte got a reaction from zador.blood.stained in Orange Pi Lite KERNEL_TARGET next   
    Ok ! I've done a glitch in DT, I've found it and fix it !
    Now my OPiPlus2E has WiFi in Next-4.13 ...
    I will start new build for PC+ and Lite to verify that it is working there too, and then patches will be committed later.
  16. Like
    martinayotte got a reaction from chwe in Orange Pi Lite KERNEL_TARGET next   
    You could do locally on your own tree by editing the config/boards/orangepilite.conf file, and change the line below :
    KERNEL_TARGET="default,next,dev"  
  17. Like
    martinayotte got a reaction from Patrick Frank in Banana Pi M1 and custom boot options   
    To remove the logo, simply delete the file /boot/boot.bmp
     
  18. Like
    martinayotte got a reaction from manuti in Which card choose to deploy an educational open source OS in schools ?   
    Yes, The OPiPC+ is one of my favorite, one of the reason is price/feature ratio, having eMMC is really nice.
    I'm also using those in my daily job.
    But, all my boards are headless, so I can't give hint about 3D stuff.
     
     
  19. Like
    martinayotte got a reaction from pfeerick in [559] - GPIO Support for H2/H3 boards with a unified WiringPI library in a neat little package   
    Right ! This is true for all 64bits SoC, I've narrowed that on PineA64 too...
    There is not so much "unsigned int" to "unsigned long" conversion required, if I remember : 2 in the gpio_lib.h and 2 in gpio_lib.c.
     
  20. Like
    martinayotte got a reaction from g40 in Testers wanted: sunxi Device Tree overlays   
    "ftd set" is a u-boot command to alter existing DT, here, in this case, changing status to "okay".
     
  21. Like
    martinayotte got a reaction from zador.blood.stained in Trying to boot NanoPi-K2   
    I wished to have the AP6212 WiFi working on my NanoPi-K2 !
    BTW, it is a AP6212 Non-A ...
    So, at first it didn't work. After investigation and few tries, I figured out that a another firmware was needed :
     
    as discuss by Hans back in June https://patchwork.kernel.org/patch/9791523/
     
    http://jwrdegoede.danny.cz/brcm-firmware/brcmfmac43430a0-sdio.bin.7.10.1.244.ucode940.1020
     to be rename as brcmfmac43430a0-sdio.bin
    http://jwrdegoede.danny.cz/brcm-firmware/brcmfmac43430a0-sdio.txt.jumper-ezpad-mini3
     to be rename as brcmfmac43430a0-sdio.txt
     
    Hans patch is already merged in 4.13...
     
  22. Like
    martinayotte got a reaction from TonyMac32 in Trying to boot NanoPi-K2   
    I wished to have the AP6212 WiFi working on my NanoPi-K2 !
    BTW, it is a AP6212 Non-A ...
    So, at first it didn't work. After investigation and few tries, I figured out that a another firmware was needed :
     
    as discuss by Hans back in June https://patchwork.kernel.org/patch/9791523/
     
    http://jwrdegoede.danny.cz/brcm-firmware/brcmfmac43430a0-sdio.bin.7.10.1.244.ucode940.1020
     to be rename as brcmfmac43430a0-sdio.bin
    http://jwrdegoede.danny.cz/brcm-firmware/brcmfmac43430a0-sdio.txt.jumper-ezpad-mini3
     to be rename as brcmfmac43430a0-sdio.txt
     
    Hans patch is already merged in 4.13...
     
  23. Like
    martinayotte got a reaction from ruthrf69 in [OPiOne] No led except eth no ip adress   
    You should get equipped with a USB-TTL Serial dongle and attach it to the serial debug port of the OPiOne, you will then see all the logs at boot time and we will be able to figure out with you.
     
  24. Like
    martinayotte got a reaction from Edwin in Opi lite MAC address   
    Patch committed : https://github.com/armbian/build/commit/90b771cdf28b43cf6a857eeb10b204c38c7de82a
     
  25. Like
    martinayotte got a reaction from chwe in [OPiOne] No led except eth no ip adress   
    Try to borrow a USB-TTL Serial from a friend ...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines