Skip to content

sky-shine/t113_mangopi_dts

Repository files navigation

***To be updated...

Now opensource SDK is released at awol and NDA SDK is released at allwinnertech. So D1-H SDK is not available at allwinnertech now.

Go to awol to download D1-H SDK: https://bbs.aw-ol.com/topic/3947/

*** Following Steps have not been checked yet ***

Added mangopi-sbc MQ Dual board level files for Tina Linux SDK D1-H

Copy board level files from mangopi: https://github.com/mangopi-sbc/Tina-Linux

First: download and install Tina Linux SDK for D1-H

Tina Linux SDK install tutorial: https://d1.docs.aw-ol.com/study/study_3getsdk/

Go to awol to download D1-H SDK: https://bbs.aw-ol.com/topic/3947/

Another way to download SDK: https://bbs.aw-ol.com/topic/1034/

Then: add Tina-on-patch:

Now D1-H SDK supports T113 chips, but it only supports Nezha T113 board.

To support Mangopi MQ-Dual, one more step is needed to be done.

Download this repo and go to root of Tina Linux

git clone [email protected]:sky-shine/t113_mangopi_dts.git

Then place files to SDK

cp -r t113_mangopi_dts/device/config/chips/t113/configs/mq_r device/config/chips/t113/configs

cp -r t113_mangopi_dts/target/allwinner/t113-mq_r target/allwinner

#delete board file folder
rm -rf t113_mangopi_dts

Go to lichee/linux-5.4 to add wifi driver:

cd lichee/linux-5.4
git apply add_rtl8189_rtl8723.patch
#go to root of Tinalinux
cd ../../

Now run:

source build/envsetup.sh
lunch

You might see:

4. t113_mq_r-tina

Some package changes might be useful...

fw_printenv stdout to null

change sockets from /etc/wifi to /var

change the endev to event2

add t113 can driver

You may find forked repo on github

Here's the original repos:

Patch for AWOL D1-H sdk to support t113: https://github.com/YuzukiHD/TinaAddons

Main repo for mangopi t113 TinaLinux SDK: https://github.com/mangopi-sbc/Tina-Linux

Submodules for mangopi t113 TinaLinux SDK:

https://github.com/mangopi-sbc/tina-u-boot-2018

https://github.com/mangopi-sbc/tina-linux-5.4

https://github.com/mangopi-sbc/tina-package

https://github.com/mangopi-sbc/tina-spl-pub

Available SDK for mangopi t113:

BaiduNetdisk download link: https://bbs.aw-ol.com/topic/2596/

TinaAddon's arm-toolchains.tar.gz now is not available

possible alternative:

mv gcc-arm-none-eabi-8-2019-q3-update.tar.xz ./lichee/brandy-2.0/tools/toolchain/

mv gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabi.tar.xz ./lichee/brandy-2.0/tools/toolchain/

and then change toolchain config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published