# Tina-Linux **Repository Path**: bjr2016/Tina-Linux ## Basic Information - **Project Name**: Tina-Linux - **Description**: fork from https://github.com/mangopi-sbc/Tina-Linux.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2022-07-30 - **Last Updated**: 2025-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ``` sh $ 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 ``` sh You're building on Linux Lunch menu... pick a combo: 1. f133_evb1-tina 2. f133_pro-tina 3. t113_evb1-tina ``` $ 1 or 3 $ muboot $ make $ pack