@andreja83 wrote:
I would like to ask, does software department of Bpi plans to publish raspbian stretch update for raspbian-jessie-bpi-m3.img from 2016-07-13?
kind regards
Posts: 3
Participants: 3
@andreja83 wrote:
I would like to ask, does software department of Bpi plans to publish raspbian stretch update for raspbian-jessie-bpi-m3.img from 2016-07-13?
kind regards
Posts: 3
Participants: 3
@vsw wrote:
Hi All,
I have build kernel with ./build.sh but i can’t find boot.fex->boot.img for cmd:
… sudo dd if=boot.fex of=/dev/sdf bs=1k seek=86016
Tell me please where is the boot file? May be it is there: BPI_M3-bsp/SD/100MB/BPI_M3_720P.img?
Or i can dd BPI_M3_720P.img from seek=8 with out other dd?
Best regards, Viktor.
Posts: 1
Participants: 1
@JR1 wrote:
Hello,
I try to compile lol_dht22 to read temp. and humidy. So I installed wiringPI as BPI-WiringPi, but I’m not able to compile the interface lol_dht22. There are some messages
configure: error: Fail to find wiringPi library
It can be a issue concerning that there is a Develop-Lib too ?
Is there someone, who did the compile?
with regards Josef
Posts: 1
Participants: 1
@Shadow3561 wrote:
hey, where and how can i change the resolotiuon of hdmi-output? i have changed the uenv.txt, nothing happends. i have edited the script.bin nothing happends. pls tell me how can i change to 1080p
also o have a problem with rootfs i have changed the line root=/dev/mmcblk0p2 to root=/dev/sda3 in the uenv.txt.
but nothing happends. the bpi rootfs stayed on mmcblk0p2
i have downloaded the image from here thx
Posts: 3
Participants: 2
@nathan wrote:
I have a custom board based on BPI-M3, i would like to have a customized uboot and kernel based on Raspbian Pi. I have followed https://www.raspberrypi.org/documentation/linux/kernel/building.md to build the kernel (device tree structure) , but for uboot i am stuck. Any suggestions or links to any similar topics will help me a lot. Thanks
Posts: 1
Participants: 1
@etyrnal wrote:
What’s with the price gouging we’re seeing around the web lately?
I’ve seen prices like $279, and $189, and $120. Why are these prices so high?
Posts: 4
Participants: 2
@lost68er wrote:
Hello everybody! I wanted to install Android 5 HDMI on my BPI-M3 today. First I inserted the SD card and started the thing. Everything fine. Then I wanted to connect the device to my PC to install Android with PhoenixSuit on the eMMc memory. My PC did not recognize the M3. When I wanted to start again from the SD card, nothing happened anymore. When I insert the power cable (2.4A), the red LED lights up and nothing else happens. Even if I insert a different image, nothing happens, only the red LED lights up. If I press the power switch for a long time, the red LED goes off. If I press it again, it will light up again, but that’s all. Am I getting into any debugging mode? How can I get out of this? Can someone help?
lost
Posts: 1
Participants: 1
@etyrnal wrote:
BPI-M3 vs M64 – best performance for running Ubuntu Mate ?
Which BPI is more capable for running Ubuntu Mate (to eventually run a headless PlesMediaServer plus Airsonic music server plus low demand NAS?
Eight cores means more simultaneous threads and a higher proc GHz speed… but only 32bit??
64bit proc running at a slower speed with fewer cores feels more ‘future-proof’ – but would it be faster for running the desktop (for the purposes of setup/vnc to machine for administration), and would there be any significant advantage over the faster 8 core processor? Seems like no, but what am i missing?
Posts: 2
Participants: 2
@charlie wrote:
Hello all, I’m pleased to say I recently bought an M3 board primarily because I wanted something with a few more features and more grunt than a Pi3 while still being able to run a version of Raspbian. I’ve run in to an issue, and I’ll be frank I’m not that great with Linux so some hand-holding may be needed:
When Raspbian boots to the desktop it claims there is no bluetooth adaptor to be found and no wireless interfaces either! I’ve gone through the rigmarole of trying the set wifi up manually as per this link: and tried the raspi-config option to “wait for network connection during boot” just to see if that would help, even tried to disable power management to see if that would help - sadly, no. When queried the Pi stubbornly reports there is no Wifi or Bluetooth hardware available!
At this point I wondered: -Corrupt installation to SD -Broken hardware Other…? I’ve tried all the versions or raspbian available on the website with the same result, but for the 2016-07-12-raspbian-lite-bpi-m3.img which actually works fine! -Good, not a damaged board… …so I tried the usual process for updating Raspbian and adding ‘X’ and LXDE, but while my connection was working fine many of the files reported “not found” errors. I guess the M3 version of raspbian is sufficiently different you can’t actually do this.
So I’m stuck: -I’ve proven that my M3 is fully functional -But I can’t persuade it to recognise it has wifi (or bluetooth) with any of the versions of Raspbian available that I would find useful to my needs, and can’t seem to update the (for me) functioning lite version.
Out of despiration I wiped the whole /boot directory on the version of raspbian I wanted to use and copied the ‘lite’ version files in in case I was missing a driver… it’s still booted fine, but still no wifi (or bluetooth)
Can anyone suggest what I try next? (no, not another OS as my specific needs require I use a version of Raspbian)
Many thanks, Charles
Posts: 2
Participants: 1
@arkhipenko wrote:
So I bought this adapter: Nano 150M Banana Pi WiFi USB 2.0 Dongle (here) because it says Banana Pi. So one would assume it works with all Banana Pi’s. No such luck: 3.4.39-BPI-M3-Kernel does not have appropriate module included.
USB device ID: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
I found the kernel source: here I found the required module source: rtl8188eu
It compiles almost to the end, but then it breaks:
root@bpi-iot-ros-ai:~/workspace/RTL8188EU/rtl8188eu# make make ARCH=arm CROSS_COMPILE= -C /lib/modules/3.4.39-BPI-M3-Kernel/build M=/home/pi/workspace/RTL8188EU/rtl8188eu modules make[1]: Entering directory '/media/mikey/BPI-USER/github/build/release/BPI-M3-bsp/linux-sunxi' WARNING: Symbol version dump /media/mikey/BPI-USER/github/build/release/BPI-M3-bsp/linux-sunxi/Module.symvers is missing; modules will have no dependencies and modversions. CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_ap.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_br_ext.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_cmd.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_debug.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_efuse.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_ieee80211.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_io.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_ioctl_set.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_iol.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_led.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_mlme.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_mlme_ext.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_mp.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_mp_ioctl.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_pwrctrl.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_p2p.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_recv.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_rf.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_security.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_sreset.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_sta_mgt.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_wlan_util.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/core/rtw_xmit.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/HalHWImg8188E_MAC.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/HalHWImg8188E_BB.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/HalHWImg8188E_RF.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/HalPhyRf.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/HalPhyRf_8188e.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/HalPwrSeqCmd.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/Hal8188EPwrSeq.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/Hal8188ERateAdaptive.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/hal_intf.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/hal_com.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/odm.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/odm_debug.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/odm_interface.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/odm_HWConfig.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/odm_RegConfig8188E.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/odm_RTL8188E.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/rtl8188e_cmd.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/rtl8188e_dm.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/rtl8188e_hal_init.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/rtl8188e_mp.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/rtl8188e_phycfg.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/rtl8188e_rf6052.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/rtl8188e_rxdesc.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/rtl8188e_sreset.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/rtl8188e_xmit.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/rtl8188eu_led.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/rtl8188eu_recv.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/rtl8188eu_xmit.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/usb_halinit.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/hal/usb_ops_linux.o CC [M] /home/pi/workspace/RTL8188EU/rtl8188eu/os_dep/ioctl_linux.o /home/pi/workspace/RTL8188EU/rtl8188eu/os_dep/ioctl_linux.c:7814:2: error: unknown field ‘private’ specified in initializer .private = rtw_private_handler, ^ /home/pi/workspace/RTL8188EU/rtl8188eu/os_dep/ioctl_linux.c:7814:13: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .private = rtw_private_handler, ^ /home/pi/workspace/RTL8188EU/rtl8188eu/os_dep/ioctl_linux.c:7814:13: note: (near initialization for ‘rtw_handlers_def.get_wireless_stats’) /home/pi/workspace/RTL8188EU/rtl8188eu/os_dep/ioctl_linux.c:7815:2: error: unknown field ‘private_args’ specified in initializer .private_args = (struct iw_priv_args *)rtw_private_args, ^ /home/pi/workspace/RTL8188EU/rtl8188eu/os_dep/ioctl_linux.c:7815:18: warning: excess elements in struct initializer .private_args = (struct iw_priv_args *)rtw_private_args, ^ /home/pi/workspace/RTL8188EU/rtl8188eu/os_dep/ioctl_linux.c:7815:18: note: (near initialization for ‘rtw_handlers_def’) /home/pi/workspace/RTL8188EU/rtl8188eu/os_dep/ioctl_linux.c:7816:2: error: unknown field ‘num_private’ specified in initializer .num_private = sizeof(rtw_private_handler) / sizeof(iw_handler), ^ /home/pi/workspace/RTL8188EU/rtl8188eu/os_dep/ioctl_linux.c:7816:17: warning: excess elements in struct initializer .num_private = sizeof(rtw_private_handler) / sizeof(iw_handler), ^ /home/pi/workspace/RTL8188EU/rtl8188eu/os_dep/ioctl_linux.c:7816:17: note: (near initialization for ‘rtw_handlers_def’) /home/pi/workspace/RTL8188EU/rtl8188eu/os_dep/ioctl_linux.c:7817:2: error: unknown field ‘num_private_args’ specified in initializer .num_private_args = sizeof(rtw_private_args) / sizeof(struct iw_priv_args), ^ /home/pi/workspace/RTL8188EU/rtl8188eu/os_dep/ioctl_linux.c:7817:22: warning: excess elements in struct initializer .num_private_args = sizeof(rtw_private_args) / sizeof(struct iw_priv_args), ^ /home/pi/workspace/RTL8188EU/rtl8188eu/os_dep/ioctl_linux.c:7817:22: note: (near initialization for ‘rtw_handlers_def’) scripts/Makefile.build:307: recipe for target '/home/pi/workspace/RTL8188EU/rtl8188eu/os_dep/ioctl_linux.o' failed make[2]: *** [/home/pi/workspace/RTL8188EU/rtl8188eu/os_dep/ioctl_linux.o] Error 1 Makefile:1370: recipe for target '_module_/home/pi/workspace/RTL8188EU/rtl8188eu' failed make[1]: *** [_module_/home/pi/workspace/RTL8188EU/rtl8188eu] Error 2 make[1]: Leaving directory '/media/mikey/BPI-USER/github/build/release/BPI-M3-bsp/linux-sunxi' Makefile:151: recipe for target 'modules' failed make: *** [modules] Error 2 root@bpi-iot-ros-ai:~/workspace/RTL8188EU/rtl8188eu#
Any help in finishing this compile process is greatly apprecialted!
Thanks Anatoli
Posts: 1
Participants: 1
@Nach07 wrote:
Hi, I have a problem with my Banana pi 3m. The problem is, when connecting my screen Waveshare 7 hinch, does not give an image. The screen works perfectly with other devices. Anyone know what can it be? Thank you! My banana pi 3m it´s working with android 5.1 now.
Link for view the screen: https://www.waveshare.com/7inch-HDMI-LCD-B.htm
Posts: 1
Participants: 1
@Shadow3561 wrote:
how can i move rootfs to SATA Drive
UENV changes not work.
Posts: 1
Participants: 1
@bjazmoore wrote:
What is the clock speed on the Banana Pi M2M with the A33 chip? I understand that the chip is capable of 1.5Ghz as manufactured.
Thanks
Posts: 1
Participants: 1
@haydoiday228 wrote:
Hello every, I want to remove os in emmc. Who can help me? Thanks
Posts: 2
Participants: 2
@11112 wrote:
we are using the A83T allwinner solution. Android 6.0 SmartCAM
if you are interested in your application based on A83T.
please check it …~~^^* we will release the SDK soon.
Posts: 1
Participants: 1
@Lole wrote:
Allchips have a giveaway of Banana Pi M3, Raspberry PI 3 and other development kits.
Posts: 1
Participants: 1
@ctenot wrote:
hello guys
i m playing for several days to try to configure my BPI-M3. Currently i have 2 issues: 1/ impossible to setup my screen resolution to 1920x1080.
- i have try /boot/config manipulation => not working
- i have play with uEnv.txt => not working
- switch between the raspbian and ubuntu => same issue 2/ no wireless and BT
did someone use to have the same issue? or any idea where to look? it might be a motherboard issue, anybody experiment the same problem
many thanks in advance for your help…
Christophe
Posts: 1
Participants: 1
@Kleber_Bortolan wrote:
I’m trying use the microSD card as secondary storage, but the Ubuntu doesn’t recognize it, just if I use USB ports. It’s possible use the microSD Slot when the OS is in internal storage? How I can do it? Thank’s.
Posts: 1
Participants: 1
@Bellwalker wrote:
How to convert .ost file into .pst? Is there any way to recover mails form offline outlook file through Outlook 2013 even after my email id is now closed.
Posts: 2
Participants: 2
@supersonic_jet wrote:
Hi there,
I did some little research on bananapi.gitbooks.io and found 2 new images for the BPI-M3 which i didn’t find here in the forum. For those allways searching for improvement, I found them here: https://bananapi.gitbooks.io/bpi-m3/en/linux_for_kernel_34.html
They are obviously from 2018-01-04:
2018-01-04-kali-xfce-desktop-v1.0-bpi-m3-sd-emmc.img.zip 2018-01-04-ubuntu-16.04-mate-desktop-v1.0-bpi-m3-sd-emmc.img.zip
Unfortunately no changelog provided.
Please sort images by date here not by last activity - this makes it hard to find the newest ones.
See ya!
Chris
Posts: 1
Participants: 1