# OpenSuse for BPI-M2

Banana Pi M2, runs on A31s quad-core CPU and has 1G RAM, powerful enough to run openSUSE Tumbleweed with Xfce Desktop.

**Here is how you can get openSUSE running on Banana Pi M2.**

* Download the image <https://sourceforge.net/projects/cyberorg-home/files/opensuse-arm/openSUSE-Tumbleweed-Bpi-M2-Xfce.tar.xz/download>
* Extract the archive to get openSUSE-Tumbleweed-Bpi-M2-Xfce.img
* Dump openSUSE-Tumbleweed-Bpi-M2-Xfce.img on to a SD card

  (dd if=/path/to/openSUSE-Tumbleweed-Bpi-M2-Xfce.img of=/dev/sdX bs=4M; sync #replace /dev/sdX with your actual SD card device)
* In case you have a bigger SD card, use yast2 disk(partitioner) to “expand” the second partition. You can use yast’s package manager to install more software. The default password for root is linux, you may want to change that first thing after booting.

Note: unable to get sound on this hardware, probably their kernel is missing sound related modules, if you figure out how to get sound working drop me a line so I can include it in next release.Everything else(wifi, hdmi out, USB ports etc) works well enough.

more please see this link:

<https://lizards.opensuse.org/2015/12/03/banana-pi-m2-running-opensuse-tumbleweed/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bananapi.gitbook.io/bpi-m2/zh/opensuse.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
