Difference between revisions of "Tina Linux"

From Banana Pi Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Allwinner Tina-IoT os for BPI-M2 Ultra
 
Allwinner Tina-IoT os for BPI-M2 Ultra
  
**About Tina-IoT Linux **
+
'''About Tina-IoT Linux'''
  
 
Dear user for BPI-M2 Ultra R40 Tina Linux V1.0 have public,Come and try
 
Dear user for BPI-M2 Ultra R40 Tina Linux V1.0 have public,Come and try
Line 17: Line 17:
 
Too much, not to speak one by one, in support of all hardware modules on BPI-M2 Ultra
 
Too much, not to speak one by one, in support of all hardware modules on BPI-M2 Ultra
  
**How to use R40 Tina Linux**
+
'''How to use R40 Tina Linux'''
  
 
Play Tina need a 64 - bit Linux PC, we recommend using Ubuntu 12.04 or 14.04 64 - bit version, installed with the following command to install the build environment depends on:
 
Play Tina need a 64 - bit Linux PC, we recommend using Ubuntu 12.04 or 14.04 64 - bit version, installed with the following command to install the build environment depends on:
  
```
+
 
 
sudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl mercurial bzr ecj cvs unzip
 
sudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl mercurial bzr ecj cvs unzip
```
+
 
  
 
You can refer to detailed [OpenWrt's WIKI](https://wiki.openwrt.org/doc/howto/buildroot.exigence)
 
You can refer to detailed [OpenWrt's WIKI](https://wiki.openwrt.org/doc/howto/buildroot.exigence)
Line 31: Line 31:
 
use repo tool to download this code , tool download method is as follows:
 
use repo tool to download this code , tool download method is as follows:
  
```
+
 
 
$ curl https://raw.githubusercontent.com/tinalinux/repo/stable/repo > ~/bin/repo
 
$ curl https://raw.githubusercontent.com/tinalinux/repo/stable/repo > ~/bin/repo
 
$ chmod +x ~/bin/repo
 
$ chmod +x ~/bin/repo
```
+
 
  
 
Then add "repo" to the environment variables, it is better to put the following sentences. Bashrc inside
 
Then add "repo" to the environment variables, it is better to put the following sentences. Bashrc inside
  
```
+
 
 
$ export PATH=~/binPATH
 
$ export PATH=~/binPATH
```
+
 
  
 
Download the repo, the next download Tina's source code, as follows:
 
Download the repo, the next download Tina's source code, as follows:
  
```
+
 
 
$ repo init -u https://github.com/tinalinux/manifest -b r40-v1.y -m r40/v1.y.xml
 
$ repo init -u https://github.com/tinalinux/manifest -b r40-v1.y -m r40/v1.y.xml
 
$ repo sync
 
$ repo sync
 
$ repo start r40-v1.y --all
 
$ repo start r40-v1.y --all
```
+
 
  
 
after downloading the source code, execute the following commands in Tina with directory compiled:
 
after downloading the source code, execute the following commands in Tina with directory compiled:
  
```
+
 
 
$ source build/envsetup.sh
 
$ source build/envsetup.sh
 
$ lunch azalea_m2ultra-tina
 
$ lunch azalea_m2ultra-tina
 
$ make -j4
 
$ make -j4
 
$ pack [-d]
 
$ pack [-d]
```
+
 
  
 
Tina SDK need to perform "source "and "lunch" commond before every compile,Then perform other operations.
 
Tina SDK need to perform "source "and "lunch" commond before every compile,Then perform other operations.
Line 63: Line 63:
 
pack command has a "-d" parameter,The function of the parameter is: do not add - d use the default uart0 as a serial port output, added - d use TF bayonet IO mouth group as uart0
 
pack command has a "-d" parameter,The function of the parameter is: do not add - d use the default uart0 as a serial port output, added - d use TF bayonet IO mouth group as uart0
  
**Burn image **
+
'''Burn image'''
  
 
Tina image Packaging has about 15 M, and support directly burned to eMMC flash on BPI-M2 Ultra.
 
Tina image Packaging has about 15 M, and support directly burned to eMMC flash on BPI-M2 Ultra.
Line 85: Line 85:
 
we place it at tools/aw\_tools dir
 
we place it at tools/aw\_tools dir
  
** How to configuration Tina **
+
''' How to configuration Tina'''
  
 
Tina firmware configuration, there are two commonly used commands:"make menuconfig" and "make kernel\_menuconfig".
 
Tina firmware configuration, there are two commonly used commands:"make menuconfig" and "make kernel\_menuconfig".
Line 91: Line 91:
 
These two commands must be in execution after "source " and "lunch" commond run finished ,
 
These two commands must be in execution after "source " and "lunch" commond run finished ,
  
**make menuconfig** : Which software is used to configure the system use
+
make menuconfig : Which software is used to configure the system use
  
**make kernel\_menuconfig**:Used to configure the kernel options.
+
make kernel\_menuconfig:Used to configure the kernel options.
  
 
TinaLinux source code on github:
 
TinaLinux source code on github:
  
 
https://github.com/tinalinux/
 
https://github.com/tinalinux/

Latest revision as of 21:58, 5 May 2018

Allwinner Tina-IoT os for BPI-M2 Ultra

About Tina-IoT Linux

Dear user for BPI-M2 Ultra R40 Tina Linux V1.0 have public,Come and try

Tina Linux development by Allwinner TinaTEAM, it base on OpenWrt,To build an embedded Linux distributions,The purpose of this release is to provide a quick learning and development is simple and convenient mass production Linux TurnKey solutions.

The release of R40 Tina Linux is base on BPI-M2 Ultra reference hardware, that is, the source code download directly support banana pi BPI-M2 Ultra.

R40 Tina Linux V1.0 version Base on Linux-3.10 and Tina Linux V2.1, it support a lot of fun and practical support functions:

1.support smartlink,(ultrasonic wave,airkiss,cooee)

2.support DLNA、QPlay Audio transmission and control protocol

Too much, not to speak one by one, in support of all hardware modules on BPI-M2 Ultra

How to use R40 Tina Linux

Play Tina need a 64 - bit Linux PC, we recommend using Ubuntu 12.04 or 14.04 64 - bit version, installed with the following command to install the build environment depends on:


sudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl mercurial bzr ecj cvs unzip


You can refer to detailed [OpenWrt's WIKI](https://wiki.openwrt.org/doc/howto/buildroot.exigence)

download source code

use repo tool to download this code , tool download method is as follows:


$ curl https://raw.githubusercontent.com/tinalinux/repo/stable/repo > ~/bin/repo $ chmod +x ~/bin/repo


Then add "repo" to the environment variables, it is better to put the following sentences. Bashrc inside


$ export PATH=~/binPATH


Download the repo, the next download Tina's source code, as follows:


$ repo init -u https://github.com/tinalinux/manifest -b r40-v1.y -m r40/v1.y.xml $ repo sync $ repo start r40-v1.y --all


after downloading the source code, execute the following commands in Tina with directory compiled:


$ source build/envsetup.sh $ lunch azalea_m2ultra-tina $ make -j4 $ pack [-d]


Tina SDK need to perform "source "and "lunch" commond before every compile,Then perform other operations.

pack command has a "-d" parameter,The function of the parameter is: do not add - d use the default uart0 as a serial port output, added - d use TF bayonet IO mouth group as uart0

Burn image

Tina image Packaging has about 15 M, and support directly burned to eMMC flash on BPI-M2 Ultra.

Burning method is as follows:

if you use Linux system,Direct use LiveSuit for flash. Method of use is as follows:

1.LiveSuit we place it at tina SDK tools/aw\_tools dir

2.unzip LiveSuit 64bit version,run./LiveSuit.sh

3.LiveSuit will install at ~/Bin dir,use dpkg -i install aw driver,driver also at ~/Bin dir.

4.run LiveSuit,choose tina image

5.Hold the BPI-M2 Ultra uboot key, insert the usb ,you can begin burn image

if use Windows system ,plsase use burn tool : phoenixsuit

we place it at tools/aw\_tools dir

How to configuration Tina

Tina firmware configuration, there are two commonly used commands:"make menuconfig" and "make kernel\_menuconfig".

These two commands must be in execution after "source " and "lunch" commond run finished ,

make menuconfig : Which software is used to configure the system use

make kernel\_menuconfig:Used to configure the kernel options.

TinaLinux source code on github:

https://github.com/tinalinux/