Jump to content

martinayotte

Members
  • Posts

    3892
  • Joined

  • Last visited

Reputation Activity

  1. Like
    martinayotte got a reaction from Werner in OPI3 / H6 / flash eMMC   
    Maybe simply a rare bad luck, because I personally own more than 10x OPis, and all of them are working great ...
  2. Like
    martinayotte got a reaction from NicoD in Build Armbian with Panfrost (outdated)   
    Awesome !
     
  3. Like
    martinayotte got a reaction from Werner in Start looking at 5.3.y   
    Tested on forgotten boards in first AllWinner's garden Tour : nanopiduo2, nanopineo2, nanopim1plus2 and bananapim2plus ...
  4. Like
    martinayotte got a reaction from lanefu in Start looking at 5.3.y   
    Tested on forgotten boards in first AllWinner's garden Tour : nanopiduo2, nanopineo2, nanopim1plus2 and bananapim2plus ...
  5. Like
    martinayotte got a reaction from guidol in Start looking at 5.3.y   
    Tested on forgotten boards in first AllWinner's garden Tour : nanopiduo2, nanopineo2, nanopim1plus2 and bananapim2plus ...
  6. Like
    martinayotte got a reaction from Werner in Start looking at 5.3.y   
    Thanks ! ... And the WiFi 8189es is now working ...
  7. Like
    martinayotte got a reaction from guidol in Start looking at 5.3.y   
    No ! it is there as wifi-3002-add-realtek-8189es.patch ...
    As I said in EDIT2, I was a bit blind earlier ...
    I will fix that patch for 5.3.y !
  8. Like
    martinayotte got a reaction from Igor in Start looking at 5.3.y   
    No ! it is there as wifi-3002-add-realtek-8189es.patch ...
    As I said in EDIT2, I was a bit blind earlier ...
    I will fix that patch for 5.3.y !
  9. Like
    martinayotte got a reaction from markbirss in Start looking at 5.3.y   
    Oh ! I forgot to upgrade one : Olimex-Micro-A20 ... I will start a new build ...
  10. Like
    martinayotte got a reaction from guidol in Start looking at 5.3.y   
    In my case, I've done the tour of my AllWinner's garden : OPiPC+, OPiOne, OPiZero, OPi+2E, OPiPC2, OPi3, OPiOne+, OPiZero+2, OPiWin, OPiPrime, Pine64 and OlinuxinoA64.
  11. Like
    martinayotte got a reaction from guidol in Start looking at 5.3.y   
    Commit for the 5.3.y switch is now done !
     
    https://github.com/armbian/build/commit/a00375179bbc27bac4b39927133578a3f2dae383
     
  12. Like
    martinayotte got a reaction from Werner in Start looking at 5.3.y   
    In my case, I've done the tour of my AllWinner's garden : OPiPC+, OPiOne, OPiZero, OPi+2E, OPiPC2, OPi3, OPiOne+, OPiZero+2, OPiWin, OPiPrime, Pine64 and OlinuxinoA64.
  13. Like
    martinayotte got a reaction from Werner in Start looking at 5.3.y   
    Commit for the 5.3.y switch is now done !
     
    https://github.com/armbian/build/commit/a00375179bbc27bac4b39927133578a3f2dae383
     
  14. Like
    martinayotte got a reaction from Werner in Sources for armbian kernels   
    If you look at the end of "Start looking" thread, the issue found earlier is now fixed !
    Switching DEV to 5.3.y will occur soon ...
  15. Like
    martinayotte got a reaction from GeorgeFlorian in How to redefine pins on a Banana Pi M3 ?   
    Are you sure ?
    Even with a scope, floating pins will not show any voltage ...
    Did you try using "gpiofs" ? Example for flashing GPIO147 (PE19 on pin 40) :
    #!/bin/bash echo 147 > /sys/class/gpio/export echo out > /sys/class/gpio/gpio147/direction while true; do echo 0 > /sys/class/gpio/gpio147/value sleep 0.25 echo 1 > /sys/class/gpio/gpio147/value sleep 0.25 done  
  16. Like
    martinayotte got a reaction from guidol in Start looking at 5.3.y   
    Fortunately, I've fixed the 8189fs crashes with the help of @Icenowy commit from here : https://github.com/jwrdegoede/rtl8189ES_linux/commit/50da9756282edf5008a5a567275b33c1d2f16197
    Armbian is using a static copy of those drivers (8189fs but also 8723cs), so, maybe in the future, we should use @jwrdegoede directly with cloning ...
     
  17. Like
    martinayotte got a reaction from guidol in Hardware Graphic/Video Acceleration in H3 Mainline   
    You can try to change Armbian config/sources/sunxi_common.inc file to point to Megous branch 5.3, but be aware that maybe several current patches won't be apply properly ...
  18. Like
    martinayotte got a reaction from Werner in Start looking at 5.3.y   
    I didn't got any compile error, only one patch rejected, but because already present in 5.3.y.
     
    One more thing I found with my OPiPC+ experiment : reboot doesn't restart, it stall at "reaching restart", but U-Boot "restarting" never appears ...
    (a bit like the early days of H6, but OPiPC+ is H3 and never got this issue)
     
    Now trying again with 5.2.6 to figure out when bugs has been introduced ...
     
    EDIT: 5.2.6 still look good ...
     
    EDIT2: Same behaviours with OPiPlus2E 5.3.0-rc3 image ...
     
    EDIT3: Doing an OPiZeroPlus2-H5 images : No Wifi problem, and since no crash, "reboot" work properly, so, maybe related ...
  19. Like
    martinayotte got a reaction from Mr Blood in Orange Pi Lite 2 Msfconsole?   
    This means that "katoolin" is really using python2...
    So remove the previous symlink with "sudo rm /usr/bin/python" and recreate new one to python2.7 with "sudo ln -s python2.7 /usr/bin/python".
  20. Like
    martinayotte got a reaction from gounthar in Orange PI RK3399 HDMI IN   
    Armbian doesn't manage the HDMI Input ...
  21. Like
    martinayotte got a reaction from Igor in Orangepi+2e: Packages installed 100%, but won't take me to GUI desktop   
    Inside the Debian_buster_next_desktop.7z, there is not only the image itself but also the sha256sum.sha .
    Doing sha256sum of the image extracted on your side should match the same signature found the one included in the sha256sum.sha text file.
  22. Like
    martinayotte got a reaction from sadnblueish in Orangepi 3 h6 allwiner chip   
    Do a build with "kernel+u-boot only", then copy output/debs/linux-image-dev-sunxi64_5.93_arm64.deb and output/debs/linux-dtb-dev-sunxi64_5.93_arm64.deb on the OPi using "scp".
    After logging into OPi with "ssh", simply do "dpkg -i linux*.deb" ...
  23. Like
    martinayotte got a reaction from lanefu in [RFC] New Naming Convention for Kernel Source Trees   
    For me, it is only "naming convention" ... So, I will continue to work on "unstable" images ...
  24. Like
    martinayotte got a reaction from Werner in [RFC] New Naming Convention for Kernel Source Trees   
    For me, it is only "naming convention" ... So, I will continue to work on "unstable" images ...
  25. Like
    martinayotte got a reaction from Qwalcon in How to return Orange Pi Zero from power saving mode?   
    I still not understand : since the button is a "wakeup" button, why do you need to "prevent double click" ?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines