buildroot/board/lemaker/bananapro
Bartosz Bilas 23bc8059cd board/lemaker/bananapro: fix wlan module
Restore a patch which disables 00B IRQ for the built-in wlan module which
allows working wlan module again.  It turned out that it shouldn't have been
deleted because the bug still exists in the mainline linux kernel, so keep
this patch the same as armbian[1] to have wifi connection working correctly.

[1] https://github.com/armbian/build/blob/master/patch/kernel/sunxi-dev/ARM-dts-sun7i-Disable-OOB-IRQ-for-brcm-wifi-on-Cubietruck-and-Banana-Pro.patch

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-02-04 19:27:48 +01:00
..
patches/linux board/lemaker/bananapro: fix wlan module 2020-02-04 19:27:48 +01:00
rootfs_overlay/lib/firmware/brcm configs/bananapro: bump Linux to 5.1.1 2019-06-17 20:34:23 +02:00
boot.cmd board: add support for Banana Pro 2017-03-05 23:36:41 +01:00
genimage.cfg board: add support for Banana Pro 2017-03-05 23:36:41 +01:00
linux-wifi.fragment board/lemaker/bananapro/linux-wifi.fragment: add rfkill driver into kernel by default 2019-05-18 23:33:20 +02:00
post-build.sh boards: replace $HOST_DIR/usr/ with $HOST_DIR/ in scripts 2017-07-05 15:23:13 +02:00
post-image.sh board: add support for Banana Pro 2017-03-05 23:36:41 +01:00
readme.txt board: add support for Banana Pro 2017-03-05 23:36:41 +01:00

readme.txt

Banana Pro

Intro
=====

This default configuration will allow you to start experimenting with the
Buildroot environment for the Banana Pro. With the current configuration
it will bring-up the board, and allow access through the serial console.

How to build it
===============

Configure Buildroot:

  $ make bananapro_defconfig

Compile everything and build the SD card image:

  $ make

How to write the SD card
========================

Once the build process is finished you will have an image called "sdcard.img"
in the output/images/ directory.

Copy the bootable "sdcard.img" onto an SD card with "dd":

  $ dd if=output/images/sdcard.img of=/dev/sdX

Notes:
  - replace 'sdX' with the actual device with your micro SD card
  - you may need to be root to do that (use 'sudo')

Insert the micro SD card in your Banana Pro and power it up. The console
is on the debug TTL UART, 115200 8N1.

Ethernet
==========

  # udhcpc -i eth0

Wifi
==========

  # wpa_passphrase YOUR_SSID >> /etc/wpa_supplicant.conf
  (enter the wifi password and press enter)
  # wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -B
  # udhcpc -i wlan0

Note:
  - replace 'YOUR_SSID' with the actual SSID from your access point

Audio
==========

Connect a headphone to the 3.5mm jack (TRRS). Note, that the Banana Pro
has an on-board microphone, too.

  # amixer cset name='Power Amplifier DAC Playback Switch' on
  # amixer cset name='Power Amplifier Mute Switch' on
  # amixer cset name='Power Amplifier Volume' 42