BPI-M2+ new image: Raspbian-lite-bpi-m2p.img 2016-07-12

2016-07-12-raspbian-lite-bpi-m2p.img.zip

  1. based on RASPBIAN JESSIE LITE 2016-05-27(support rpi3 rpi2 rpi1)
  2. BPI-M2P kernel 3.4.39 / kernel 3.4.112 (default)
  3. username & password: pi/bananapi , root/bananapi
  4. support HDMI 1080P & 720P(default)
  5. support eMMC
  6. support GMAC
  7. support WIFI
  8. support bpi-bootsel cmd can switch to (bpi-m64 & bpi-m3 & bpi-m2 & bpi-m2p & bpi-m1-m1p-r1)
  9. support uEnv.txt to fatload script.bin & uImage
  10. support uEnv.txt to set video 1080P & 720P & 480P …
  11. fix rootmydevice issue
  12. support BT (hcitool scan)
  13. kernel 3.4.112 (based on armbian’s build), thanks for armbian (http://www.armbian.com)
  14. kernel 3.4.112 github from https://github.com/igorpecovnik/lib by armbian’s work
  15. thanks for raspberry.org’s work(https://www.raspberrypi.org/downloads/raspbian)

Google Drive: https://drive.google.com/file/d/0B_YnvHgh2rwjdWp0bXRheHNJM1E/view?usp=sharing

MD5: 39646aa1fd070f3a74908cfb422d3b35

Hi,

Is WiringPI already included in the image ? For me it must be included to allow using of GPIO.

Sincerely thanks.

I have this image on a Banana Pi Zero, however the wifi is non-functional. I have configured /etc/network/interfaces with the following:

source-directory /etc/network/interfaces.d

auto lo iface lo inet loopback

iface eth0 inet manual

auto wlan0 allow-hotplug wlan0 iface wlan0 inet manual wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

I have configured /etc/wpa_supplicant/wpa_supplicant.conf with the following:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1

network={ ssid=“bertha” psk=“password” key_mgmt=WPA-PSK }

but I am unable to connect. It looks like wlan0 is a detected device.

iw dev - is able to find the device:

phy#0 Interface wlan0 ifindex 6 type managed

sudo ifconfig wlan0 up yields:

SIOCSIFFLAGS: Operation not permitted

sudo iwlist wlan0 scan yields:

wlan0 Interface doesn’t support scanning.

Please help, I’d like to use Raspbian.

Does anyone have an answer for this??