Difference between revisions of "Getting Started with W2"

From Banana Pi Wiki
Jump to: navigation, search
(Created page with "=Introduction= thumb|Overview: BPI-W2 Android 6.0 File:W2_debian.jpg|thumb|[http://forum.banana-pi.org/t/banana-pi-bpi-w2-new-image-debian-9-linu...")
 
(Load your first image on W2)
Line 34: Line 34:
 
    
 
    
 
   4.After step 3, then you can insert your TF card into W2, and press power button setup W2.
 
   4.After step 3, then you can insert your TF card into W2, and press power button setup W2.
 +
 +
==Advanced Development==
 +
===GPIO===
 +
====GPIO Control====
 +
 +
 +
 +
====PWM Control====
 +
 +
 +
===Develop 4G module with W2===
 +
 +
===WiFi and Ap mode on W2===
 +
====WiFi Client====
 +
 +
====AP mode====
 +
 +
 +
===Make your own image===

Revision as of 00:25, 23 May 2019

Introduction

Overview: BPI-W2 Android 6.0

Read more: Banana Pi BPI-W2

Development

Let's get start to develop on BPI-W2, see amazing things happen.

Old page:Getting Started with BPI-W2

Basic Development

Prepare to develop

  • Prepare 8G/above TF card, USB-Serial interface, PC with Ubuntu System
  • Using your USB-Serial Connect debug console on W2

Debug console wire.png

W2 debug console.jpg

Load your first image on W2

 1.You could download latest image from our forum  
 
 2.Install bpi-tools on your system
 * apt-get install pv
 * curl -sL https://github.com/BPI-SINOVOIP/bpi-tools/raw/master/bpi-tools | sudo -E bash
 
 3.After you download the image, insert your TF card into your Ubuntu
 * Execute "bpi-copy xxx.img /dev/sdx" to install image on your TF card.
 
 4.After step 3, then you can insert your TF card into W2, and press power button setup W2.

Advanced Development

GPIO

GPIO Control

PWM Control

Develop 4G module with W2

WiFi and Ap mode on W2

WiFi Client

AP mode

Make your own image