NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

AM37x Ti-sdk-ubuntu-env-setup

From Texas Instruments Wiki
Jump to: navigation, search

Content is no longer maintained and is being kept for reference only!

#! /usr/bin/env bash

echo " "
echo "------------------------------------------------------------------------"
echo "ti-sdk Environment setup script"
echo " "

echo " "
echo "Test Host Distribution type, looking for Ubuntu 10.04......."
echo " "
lsb_release -a > /tmp/.log
    if [ $? -ne 0 ]; then
      echo "Unsupported host machine"
      echo "Please consult documentation about the host machine requirements"
      exit 1;
    fi
    host="`cat /tmp/.log | grep Codename: | awk {'print $2'}`"
    if [ "$host" != "lucid" ]; then
      echo "Unsupported host machine" ;
      echo "Please consult documentation about the host machine requirements"
      exit 1;
    fi
    echo " Machine type $host"
    echo " Found Ubuntu 10.04"

echo " " 
echo "------------------------------------------------------------------------"
echo " Get updates from Ubuntu "
echo " User will need internet access for this operation to complete"
echo " "
sudo apt-get update
sudo apt-get -y install xinetd ftpd telnetd tftpd nfs-kernel-server samba minicom openjdk-6-jre git-core gitk subversion git-svn g++

echo " "
echo "Install Minicom configuration file"
echo " "
host-tools/linux/scripts/setup_serial_term
echo " "
echo "------------------------------------------------------------------------"
echo "Setup NFS "
host-tools/linux/scripts/setup_nfs
echo " "
echo "------------------------------------------------------------------------"
echo "Setup tftp "
host-tools/linux/scripts/setup_tftp
echo " "
echo " "
E2e.jpg {{
  1. switchcategory:MultiCore=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article AM37x Ti-sdk-ubuntu-env-setup here.

Keystone=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article AM37x Ti-sdk-ubuntu-env-setup here.

C2000=For technical support on the C2000 please post your questions on The C2000 Forum. Please post only comments about the article AM37x Ti-sdk-ubuntu-env-setup here. DaVinci=For technical support on DaVincoplease post your questions on The DaVinci Forum. Please post only comments about the article AM37x Ti-sdk-ubuntu-env-setup here. MSP430=For technical support on MSP430 please post your questions on The MSP430 Forum. Please post only comments about the article AM37x Ti-sdk-ubuntu-env-setup here. OMAP35x=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article AM37x Ti-sdk-ubuntu-env-setup here. OMAPL1=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article AM37x Ti-sdk-ubuntu-env-setup here. MAVRK=For technical support on MAVRK please post your questions on The MAVRK Toolbox Forum. Please post only comments about the article AM37x Ti-sdk-ubuntu-env-setup here. For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article AM37x Ti-sdk-ubuntu-env-setup here.

}}

Hyperlink blue.png Links

Amplifiers & Linear
Audio
Broadband RF/IF & Digital Radio
Clocks & Timers
Data Converters

DLP & MEMS
High-Reliability
Interface
Logic
Power Management

Processors

Switches & Multiplexers
Temperature Sensors & Control ICs
Wireless Connectivity