Jump to content

martinayotte

Members
  • Posts

    3892
  • Joined

  • Last visited

Everything posted by martinayotte

  1. I've an OPi3 currently running 5.8.0 build done almost a month ago ...
  2. I'm usually don't try to switch to RCx, except if I have time to waste, so normally, I will switch DEV only when RCx are finished ...
  3. What do you mean by "without reading HIGH level" ? PA19 has a PullUp resistor, so by default it will be read as HIGH. To read it as LOW, it need to be shorted to GND as mentioned earlier in this thread ...
  4. 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.
  5. No ! This reports the kernel version, which still aarch64. Maybe ... Probably if you install the 32bits version of docker ...
  6. Why do you want armhf ? You can still run 32bits applications on 64bits kernel by installing additional libraries ...
  7. Maybe change "verbosity=1" to "verbosity=7" ... Because I've currently my Rock64 working since a week with a build done with 5.8.1 kernel, and of course still using U-Boot 2017.09.
  8. 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 ...
  9. What do you mean ? include/linux/gpio/consumer.h is present in kernel tree ...
  10. Even less misery since all the one seen as "Reversed patch detected! Skipping patch." means the patch already present in Megous branch, so I will do the clean up by removing them. So, I will check how to fix the only remining ones ...
  11. 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 ?
  12. 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 :
  13. It seems that pow() is defined in /usr/include/tgmath.h ... Does some sources include this header ?
  14. It seems to be a simple network timeout, since the file seem to be present on this server...
  15. After having done my RK3399 Garden tour, I've just committed the changes for 5.8.y ...
  16. I've done an PinebookPro build with rockchip64-dev 5.8.y, it worked, I'm planning to do a rockchip64-dev garden tour, and if nothing special, commit those change for 5.8.y ...
  17. You need to erase u-boot from this SDCard and reformat it, then mount it using /etc/fstab
  18. I've almost forgot one during my Allwinner garden tour : Pinebook-A64 ! Unfortunately, it seems that 5.8.y is broken somehow, the screen doesn't work after "starting kernel" ... It is not a DT issue, since I've tried to exchange DTB with my previous 5.7.6, so it must be in kernel binary. If someone else have time to test, I will be glad to get help to figure what is broken.
  19. Unfortunately, we never got working a proper magic detection from eMMC. The only way is to have U-Boot remaning on SD-Card and have ROOTFS on eMMC.
  20. and also change "console=both" to "console=serial" ...
  21. The DEV branch is now 5.8.y, commmitted this morning ...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines