Skip to content

paulwratt/mangopi-sbc-Tina-Linux

 
 

Repository files navigation

Twitter Follow

Tina-Linux

Tina-Linux for T113/D1-H/D1s

Ubuntu environment

$ 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 lib32z1 lib32z1-dev lib32stdc++6 libstdc++6 libmpc-dev libgmp-dev -y

SDK download from GitHub

  $ git clone  https://github.com/mangopi-sbc/Tina-Linux.git
  $ cd Tina-Linux/
  $ git submodule update --init --recursive

  // download the static file
  $ wget http://dl.mangopi.cc/tina/prebuilt.tar.gz .
  $ tar xzvf prebuilt.tar.gz
  $ wget http://dl.mangopi.cc/tina/dl.tar .
  $ tar xvf dl.tar
  $ wget http://dl.mangopi.cc/tina/toolchain/riscv64-linux-x86_64-20200528.tar.xz -P ./lichee/brandy-2.0/tools/toolchain/
  $ wget http://dl.mangopi.cc/tina/toolchain/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabi.tar.xz -P ./lichee/brandy-2.0/tools/toolchain/
  

Compile

$ source build/envsetup.sh $ lunch

  You're building on Linux

Lunch menu... pick a combo:
     1. d1_mq_pro-tina
     2. d1_nezha_min-tina
     3. d1_nezha-tina
     4. f133_evb1-tina
     5. f133_mq_r-tina
     6. t113_evb1-tina
     7. t113_mq_r-tina


  $ 1 or 5 or 7
  
  $ make
  $ mboot
  $ pack
  
  Tina-Linux/out/d1-mq_pro/tina_d1-mq_pro_uart0.img
  

Flash to TF-Card

just used phoenixcar

more info : https://mangopi.cc/d1

Releases

No releases published

Packages

No packages published

Languages

  • Roff 39.1%
  • C 25.3%
  • Shell 15.5%
  • Makefile 12.0%
  • Perl 4.4%
  • M4 1.6%
  • Other 2.1%