Jump to content

katoomba

Members
  • Posts

    7
  • Joined

  • Last visited

Other groups

Contributor/Maintainer

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. until

    Still not seeing a meeting link
  2. I am listed as the community maintainer for the Banana Pi M2 Zero. I haven't actually done any maintaining but I am thinking about doing so now. But before I do, a couple of quick questions. 1) The latest build (as far as I can see), is Aug-31st, 2023. Do I have that right? Or am I missing something? 2) The main page for the Banana Pi M2 Zero (https://www.armbian.com/bananapi-m2-zero/) shows a link to Armbian_community_24.11.0-trunk.273_Bananapim2zero_bookworm_current_6.6.54_minimal.img.xz which is for "Minimal/IOT images with Armbian Linux v6.6". Is that a generic build for all community maintained sunxi hardware? Or is that a specific Banana Pi M2 Zero build and I just don't know where the main builds are stored? 3) I happen to like the Banana Pi M2 zero but are there are reasons that anyone can think of that makes it a waste of my time to maintain this older board? Apologies for the basic questions. I am trying to get up to speed so that I can begin contributing to Armbian. UPDATE: I answered questions 1 and 2 by referring to the https://docs.armbian.com/Board_Maintainers_Procedures_and_Guidelines/ page. And, I answered question three myself. The Banana Pi M2 Zero is still manufactured and sold as of 2024 and I use it in one of my products. So I will get down to the business of supporting it with Armbian.
  3. I also have the same problem. The last image that worked for me was focal (buster also works). Bookworm boots but does not activate USB. Jammy does not boot at all. I'd like to help and have volunteered to help with maintaining the BPIm2zero. No word from the armbian crew if I will be accepted.
  4. Thanks for that Igor, I don't suppose there is an example I2C buss overlay lying around somewhere? 🙂 If not, I will just have to skip on using armbian on RaspPi. Which is no big deal. I use bananaPi and OrangePi in my products anyway.
  5. Hardware: RPi4B Image: Armbian_22.05.1_Rpi4b_jammy_current_5.15.36.img.xz armbian-config does not show "Hardware" option under "System". I used the best SDcard I have. The PSU works for everything I've plugged it into. I re-flashed the SDcard several times. And I tried some ways that I googled and some postings here. All to no avail. Any help would be much appreciated.
  6. Incredible to myself, I didn't check for the latest version of armbian: https://www.armbian.com/bananapi-m2-zero/ When I used that image, my bananapi all run without a hitch.
  7. I tried to use "userspace" and the bananapi stayed up for about four days. But then it crashed again. The red LED stops blinking (stays permanently on). And is no longer responsive on the network. Ping fails and checking ARP tables on the same network shows no MAC entry. So the bananapi seems to be locked up hard. Sometimes the HDMI shows a blank screen, sometimes it shows a crash debug. I tried to change the CPU parameters in /etc/default/cpufrequtils to "performance" but, after a reboot, I always got "ondemand" output from cpufreq-info. What I found was that there are other CPU management modules running. So I did this: sudo systemctl disable loadcpufreq.service sudo systemctl disable raspi-config.service sudo apt install cpufrequtils Then: sudo systemctl enable cpufrequtils.service sudo systemctl start cpufrequtils.service sudo systemctl status cpufrequtils.service Now I was able to set the parameters in /etc/default/cpufrequtils: #GOVERNOR="userspace" #MAX_SPEED="720000" #MIN_SPEED="720000" GOVERNOR="performance" MIN_SPEED="480000" MAX_SPEED="720000" Then: sudo systemctl daemon-reload sudo systemctl restart cpufrequtils.service sudo systemctl status cpufrequtils.service I tried "userspace" (commented out above) but bananapi crashed after four days. Now I am switched to "performance" (shown above) and I will see how it goes. I will also try "performance" without lower and upper freq limits. It would be great to hear from Igor why this change of cpu operating parameters is supposed to fix the hanging bananapi.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines