Giter Site home page Giter Site logo

Comments (4)

avafinger avatar avafinger commented on June 8, 2024

Yes, install img first: https://github.com/avafinger/bananapi-zero-ubuntu-base-minimal/releases/tag/v2.8
and then download the latest Kernel 5.6.0-rc5 deb and install in it.

from bananapi-zero-ubuntu-base-minimal.

bluepuma77 avatar bluepuma77 commented on June 8, 2024

Thanks for the hint :)

I now invested quite some time to tinker with the board, but I admit that I am not really happy.

I tried your release, also a Debian and Armbian. Every time I was navigating blindly, because somehow my 4K monitor would not show any image. With a USB-serial converter I could at least see the logs and could get on the command line.

My method for "flashing" an SD card on Mac:

diskutil list
sudo diskutil unmountDisk /dev/disk2
7z e -so ~/Downloads/bpi-m2z-8GB-sd-ubuntu_eoan_kernel_fbdev_5.3.11.img.7z | sudo dd bs=1m of=/dev/rdisk2

Your release v2.8 worked fine, recognised my external ethernet adapter. After a sudo apt update && sudo apt -y upgrade I get continuous error messages:

[ 4544.113606] ieee80211 phy0: brcmf_run_escan: error (-110)
[ 4544.119132] ieee80211 phy0: brcmf_cfg80211_scan: scan error (-110)

Then I updated to your latest release with

wget --no-check-certificate "https://github.com/avafinger/bananapi-zero-ubuntu-base-minimal/releases/download/v3.2/linux-image-5.6.0-rc5+_1.0-41.deb"
sudo dpkg -i linux-image-5.6.0-rc5+_1.0-41.deb

There seems to be a problem with raising network interfaces and DHCP, to get to login takes like 3 minutes. Also my external USB ethernet adapter is not recognised anymore. I think at some point before I had a working WiFi connection, but not anymore.

Maybe I am just spoiled by using all kinds of Raspberry Pi generations where the software usually just works. Don't get me wrong, I love your work, but this board might just not be for me. I look for a working software solution to put into an IoT device, which is reliably available via network - and a bit faster than the Raspberry Pi Zero W.

It's just so sad that the manufacturer is putting so little effort into supporting the board on SBC distributions like Armbian or DietPi.

from bananapi-zero-ubuntu-base-minimal.

avafinger avatar avafinger commented on June 8, 2024

Your release v2.8 worked fine, recognised my external ethernet adapter.

Because this kernel version (v2.8) has all the drivers and kernel 5.6.y does not. stick with v2.8. Or add the drivers for your USB dongle, build the kernel with the right drivers:
https://github.com/avafinger/linux-5.6.y

to get to login takes like 3 minutes.

The fix would be to remove eth0 support (which I use) or apply this workaround here:
#33 (comment)

external ethernet adapter.

Why external ethernet adapter when you have one on the board? The error is related to the firmware of your external ethernet adapter, maybe if you try to figure out which firmware is needed or updated (wrongly?) would fix the warning/error.

Raspberry Pi has a very big company behind it which pays for its support, developers, and projects, just to sell their chips.
I don't get paid for this work (which is expensive), and Armbian and DietPi are community-driven.

I think if you provide info about your USB ethernet and dmesg (prior to the update and after the update) would help to solve the problem, without information, NO one can help you.

from bananapi-zero-ubuntu-base-minimal.

bluepuma77 avatar bluepuma77 commented on June 8, 2024

Hi Avafinger, I completely understand that you are doing this on your free time and it's great that YOU ARE the community for Ubuntu on M2Z 😃

As a single person it's hard to deliver a great product compared to others having larger (volunteer) teams. I personally think Sinovoip should pay you 👍

I thought I could easily switch from Raspi Zero to the M2Z and continue as usual with more CPU power - but for me it's not as easy as expected, maybe because I know too little about Linux kernel inner workings. I just prefer to spend my time on my python application 😏

from bananapi-zero-ubuntu-base-minimal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.