/BPI-R2-4.14

Linux kernel 4.14 for BPI-R2

Primary LanguageCOtherNOASSERTION

Kernel 4.14 for BananaPi R2

 - checkout main branch
 - run "./build.sh importconfig" to import my config for bpi-r2
 - run "./build.sh config" to configure the kernel (menuconfig)
 - run "./build.sh" to start building kernel

internal Wifi-driver (MT6625L) included

to use it:

  copy firmware and tools to SD-Card from https://github.com/BPI-SINOVOIP/BPI-R2-bsp/tree/master/vendor/mediatek/connectivity or folder "utils"

  make a clean boot of bpi-r2
  remove wpasupplicant if installed: "apt-get remove wpasupplicant"
  run the following commands:
    wmt_loader
    stp_uart_launcher -p /etc/firmware &
    echo A >/dev/wmtWifi #(activate AP-Mode)

  if you type "ip a" you should see a ap0-device
  now you can add an IP-address, start a dhcp-server and start hostapd on it

  more information: http://www.fw-web.de/dokuwiki/doku.php?id=en/bpi-r2/wlan

Master-Branch

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.