BPI-M2 New Image:Banana Pi M2 running openSUSE Tumbleweed
@sinovoip wrote: Following up from my earlier post about openSUSE LTSP on Banana Pi, Nora Lee from the manufacturer of the board got in touch with me and sent me couple of their new boards- Banana Pi...
View ArticleBPI-M2 New Image:Ubuntu Mate 15.10 for BPI-M2 (20151204)
@sinovoip wrote: Ubuntu Mate 15.10 for BPI-M2 (20151204) BPI-M2 kernel 3.3 pi/bananapi , root/bananapi , bpi/bananapi support HDMI 1080P & 720P support GMAC support WIFI support bpi-bootsel cmd to...
View ArticleBPI-M2 New Image:Ubuntu Mate 15.10 for BPI-M2 HDMI 720P(20151204)
@sinovoip wrote: Ubuntu Mate 15.10 for BPI-M2 HDMI 720P(20151204) BPI-M2 kernel 3.3 username & password: pi/bananapi , root/bananapi , bpi/bananapi support HDMI 1080P & 720P support GMAC...
View ArticleRun Bananian 15.08 on banana pi BPI-M2
@sinovoip wrote: 1.) Burn Bananian 15.08 to your SD card2.) Install Bananian Kernel 4.3.33.) Replace U-Boot with https://github.com/BPI-SINOVOIP/BPI-Mainline-uboot--> Bananian runs on a BPi M2!...
View ArticleWiring pi is not working with bananian for M2
@bertl100 wrote: Hi, I have bananian running on BPI-M2. compiling wiringpi succeeds but always shows '0' for all pins. Posts: 6 Participants: 3 Read full topic
View ArticleBPI-M2 new image:Ubuntu XFCE 14.04 for BPI-M2 HDMI 1080P video HW...
@sinovoip wrote: Ubuntu XFCE 14.04 for BPI-M2 HDMI 1080P video HW decode(20151230) BPI-M2 kernel 3.3 username & password: pi/bananapi , root/bananapi , bananapi/bananapi support HDMI 1080P &...
View ArticleBPI-M2 new image:Ubuntu XFCE 14.04 for GPU SGX544MP2 (20160101)
@sinovoip wrote: Ubuntu XFCE 14.04 for BPI-M2 GPU PowerVR SGX544MP2 (20160101) BPI-M2 kernel 3.3 username & password: pi/bananapi , root/bananapi , bananapi/bananapi support GMAC support WIFI...
View ArticleBPI-M2 new image: Bananian Linux for Banana Pi M2 - 2015-12-23
@sinovoip wrote: Bananian Linux for Banana Pi M2 - 2015-12-23We are pleased to announce the availability of Bananian Linux 15.08 for Banana Pi M2! Changes compared to the main Bananian image (M1, Pro,...
View ArticleRaspbian Jessie(debian 8) 2016-03-18 for BPI-M2 (20160408)
@sinovoip wrote: Raspbian Jessie(debian 8) 2016-03-18 for BPI-M2 (20160408) raspbian jessie.jpg807x492 126 KB BPI-M2 kernel 3.3 username & password: pi/bananapi , root/bananapi support HDMI 1080P...
View ArticleAuto-login or disable login with BPI-M2
@grdsvt wrote: Please, I am working with a BPI-M2 and I need to run my app without login.I have problems to do it.I don't able to disable login.I can use Raspbian or Bananian. ThanksRegardsSalvo...
View ArticleBpi-m2 spi & spidev in device-tree
@Richard_Kojedzinszky wrote: Dear all, I am using mainline kernel on my bpi-m2, and would like to define the spi master in my device-tree, and also provide an spidev for userspace. Any hints how to do...
View ArticleBPI-M2 new image:edu-ubuntu-mate-1604-preview-bpi-m2.img 2016-07-19
@sinovoip wrote: 2016-07-19-edu-ubuntu-mate-1604-preview-bpi-m2.img.zip ubuntu edu.jpg700x459 123 KB based on ubuntu 16.04 mate from bpi-m3-mate (http://opensource.ntpc.edu.tw/) BPI-M2 kernel 3.3...
View ArticleBPI-M2 new...
@sinovoip wrote: 2016-07-21-ubuntu-mate-16.04-desktop-armhf-raspberry-pi-bpi-m2-sd-emmc.img.zip based on ubuntu 16.04 mate from https://ubuntu-mate.org/download/ BPI-M2 kernel 3.3 username &...
View Article2016-07-21-ubuntu-mate-16.04-desktop-armhf-raspberry-pi-bpi-m2-sd-emmc
@ingo1eickmeier wrote: after installing the file to an sd-card by means of win32diskimager booting of the banan-pi m2 was not possible!after the bpi-m2 startscreen the monitor was left black! best...
View ArticleFull 3d/2d support for all a31 with sgx544
@Tigrouzen wrote: Posts: 2 Participants: 2 Read full topic
View ArticleSPI issue on BananaPi M2 (sun6i)
@hanni76 wrote: forum.armbian.com SPI issue on BananaPi M2 (sun6i) Hello, guys, has anyone ever faced issues with SPI controller on BananaPi M2 ? I am having a weird issue which is confirmed by at...
View ArticleBluetooth Streaming
@autoboat wrote: Bluetooth related problem: 1.How to Configure Bluetooth i.e it doesn’t need any passcode while pairing.(Pair without passcode) 2.While Bluetooth audio streaming utter sound is coming...
View ArticleMultiboot: choose booting on wanted os before rebooting
@domoticity wrote: I develop a project for my work. and at each big step I create backups of my entire sd. When the project will be launched I will continue to work on it and make my backups. but to...
View ArticleBananapi m2 and speedtest-cli
@domoticity wrote: Hy I use my Bananapi m2 to measure speed connexion with Speedtest-cli. With computer i havé 900 mégas tx and 240megas rx… With bananapi with the command Line i can’t Go beyond...
View ArticleLinux + installation problems
@JesseVoss wrote: Hi, I’m a new comer here. I’m using Linux 6.2 & I faced alot of problem for more than a week and I still unable to get the system up. I hope you guys can help me? I’ve partition...
View ArticleHow to find corrupt file location?
@Phillcalls wrote: I had posted a query few day week ago but it had been removed. But despite this I am again going to share my another query in hope will get the right solution this time. I have a...
View ArticleLets say I use fork() twice to create child processes
@sailaja_sailu wrote: does Linux Kernel always send signals to parent process? lets say I use fork() twice to create child processes int main() { fork(); fork(); printf("hello\n"); exit(0); } after...
View ArticleIn my build.gradle I also have the following piece of code that sets the...
@sailaja_sailu wrote: I have a Android Gradle project that has multiple flavors like so. android { ... productFlavors { apple { applicationId "com.myapp.apple" } orange { applicationId...
View ArticleMmap fbmem: invalid argument
@davidepro wrote: Hi. I recompiled the BPI-M2U-bsp kernel, but after startx not works. Into /var/log/Xorg.0.log I see: FBDEV(1): mmap fbmem: Invalid argument FBDEV(1): mapping of video memory failed...
View ArticleBanana Pi M2 zero not working
@kathiravane wrote: Hi , Recently I bought BPI M2 Zero board and Installed all the linux variant as per the wiki page using balenaEtcher tool. Not even a single time it is booted. Always the red led...
View Article