• 【Tronlong TLT113 Series--1 Env Install】



    不用的资源就是垃圾;没有用起来的开发板就是电子垃圾;
    资源:处理器–ARM Cortex-A7 + 玄铁C906 Risc-V + HIFI4 DFP;
    接口:千兆网口,双USB,Micro SD,HDMI OUT,MIC IN,H/P OUT,Export;
    Export 可以引出单路SPI,双路CAN,四路I2C,五路UART;

    #1 Demo

    1.1 Install Debug Tool

    1.USB-Serial CH340
    设备管理器—其他设备–更新驱动程序
    该驱动程序适用于CH340、CH341等USB转串口芯片;
    2.系统调试工具SecureCRT
    SecureCRT supports connect to linux through SSH by serial or Eth;
    Note:use keygen.exe to crack installation;

    1.2 Install Develop environment of linux

    1.Install VMware and crack it;–it is easy;
    2.Install Ubuntu in VMware:
    you may come across something that computer will reboot when you start vmware ubuntu;
    链接: link you can ask help for the blog.
    Install Ubuntu is easy to ignore;
    3.sudo apt-get update VS suo apt-get upgrage
    update will visit every websit in your souce-list and read software-list,then save locally;
    upgrade will compare local softeare with updated-sotware-list.if local software is low,then will upgrade.
    To be concluded:update is to update software-list,and upgrade is to upgrade software;

    3.1 A powerful editor can improve your productivity greatly;

    sudo apt-get update
    sudo apt-get install vim
    sudo apt-get install vim-gui-common # install gvim
    
    • 1
    • 2
    • 3

    What is important is to config .vimrc to enhance the gvim;

    you may come across that you can’t have access to internet;

    # Solution to accessing internet
    # win+r -->services.msc-->VMware NAT Service-->start up-->automataclly
    
    
    • 1
    • 2
    • 3

    3.2 Install VMware Tools
    with installing VMware Tools,you will display full screen and translate files between Windows and Ubuntu;
    VM–>Install VMware Tools…–>open VMware Tools(under Ubuntu)–>open in terminal && tar zxvf VMwareTools-10.3.10-12406962.tar.gz -C /home/tronlong/mnt–>cd ~/mnt/vmware-tools-distrib/–>sudo ./vmware-install.pl–>yes;–>shut down Ubuntu–>VM ->Settings->options->Shared Folders -> Always enabled -> Add…–>ls /mnt/hgfs/ # for check;

  • 相关阅读:
    ScienceQA
    怎么裁剪图片?总结了下面几个方法
    使用Apache Kafka 构建实时数据处理应用
    英文论文(sci)解读复现【NO.12】YOLO-Tea: YOLOv5改进的茶叶病害检测模型
    Python装饰器扫盲
    wifi ping延时大的问题
    面向6G的通信感知一体化架构与关键技术
    什么是交互设计?大神总结
    tensor张量 ------ python特殊的数据结构
    优选丨 5 大用例设计笔试大题,附超详细解析
  • 原文地址:https://blog.csdn.net/li_kin/article/details/134322581