Coggle requires JavaScript to display documents.
Physical Linux Ubuntu-Desktop 14.04 Virtual (If ) Linux Ubuntu-Desktop 14.04 (It must be 64-bit)
Linux Ubuntu-Desktop 14.04
Linux Ubuntu-Desktop 14.04 (It must be 64-bit)
sudo apt-get install ssh corkscrew gawk lib32z1 lib32ncurses5 lib32bz2-1.0 libc6:i386 libc6-i386 libstdc++6:i386 libncurses5:i386 libz1:i386 libc6-dev-i386 device-tree-compiler mono-complete sed dos2unix dtrx gitsudo apt-get install u-boot-toolssudo apt-get install `uname -r` Notice! The package "mkimage" depends on the package 'u-boot-tools'. Before installing the "mkimage", you need to install 'u-boot-tools'. The package "uname" is incorrect, please reaplace the package name with: `uname -r` (Mind the Backquote)
`uname -r`
Notice! The package "mkimage" depends on the package 'u-boot-tools'. Before installing the "mkimage", you need to install 'u-boot-tools'. The package "uname" is incorrect, please reaplace the package name with: `uname -r` (Mind the Backquote)
The package "mkimage" depends on the package 'u-boot-tools'. Before installing the "mkimage", you need to install 'u-boot-tools'. The package "uname" is incorrect, please reaplace the package name with: `uname -r` (Mind the Backquote)
The package "uname" is incorrect, please reaplace the package name with: `uname -r` (Mind the Backquote)
> cd $INSTALL_DIR/ti_components/os_tools/linux/linaro > tar –xvf gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf.tar.xz
> cd <installation_directory_absolute_path> > export INSTALL_DIR=<installation_directory_absolute_path>
> ./PROCESSOR_SDK_VISION_XX_XX_XX_XX_setuplinux.bin
> cd $INSTALL_DIR/ti_components/os_tools/linux/kernel > git clone git://git.ti.com/glsdk/infoadas-kernel.git omap > cd omap/ > git checkout -b kernel_dev tags/REL_VISION_SDK_03_01_00_00
> cd $INSTALL_DIR/ti_components/os_tools/linux/kernel/cmem > git clone git://git.ti.com/ipc/ludev.git > cd ludev/ > git checkout -b cmem_dev d6d3e84
> cd $INSTALL_DIR/ti_components/os_tools/linux/u-boot > git clone git://git.ti.com/glsdk/infoadas-u-boot.git u-boot > cd u-boot/ > git checkout -b uboot_dev tags/REL_VISION_SDK_03_01_00_00
> cd $INSTALL_DIR/ti_components/os_tools/linux/sgx > git clone git://git.ti.com/graphics/omap5-sgx-ddk-linux.git > cd omap5-sgx-ddk-linux/ > git checkout -b sgx_dev fd47e44
http://downloads.ti.com/infotainment/esd/jacinto6/processor-sdk-linuxautomotive/03_03_00_03/exports/tisdk-rootfs-image-dra7xx-evm.tar.xz)
> $INSTALL_DIR/ti_components/os_tools/linux/targetfs
> export INSTALL_DIR=<installation_directory_absolute_path>
> cd $INSTALL_DIR/ti_components/os_tools/linux/targetfs > chmod 777 ../targetfs
> tar xf tisdk-rootfs-image-dra7xx-evm.tar.xz
> cd $INSTALL_DIR/ti_components/codecs > git clone git://git.ti.com/ivimm/ipumm.git > cd ipumm/ > git checkout -b ipumm_dev cd93550
Install codec engine ver codec_engine_3_24_00_08 in the following folder<INSTALL_DIR>/ti_components/codecs/Package can be downloaded fromhttp://softwaredl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce/3_24_00_08/index_FDS.html
Download the package and install in the following folder:<INSTALL_DIR>/vision_sdk/buildDownload Link:http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc/3_40_02_07/index_FDS.html
> cd $INSTALL_DIR/ti_components/os_tools/linux/kernel > git clone git://git.ti.com/sdo-emu/dsptop.git > cd dsptop/ > git checkout -b dsptop_dev 0aedcab
> cd $INSTALL_DIR/ti_components/os_tools/linux/kernel > git clone git://git.ti.com/sdo-emu/gdbc6x.git > cd gdbc6x/ > git checkout -b gdbc6x_dev df0b8f6
MAKECONFIG=tda2xx_evm_linux_all
> cd $INSTALL_DIR/vision_sdk/build > make linux_all > make linux_install
>make –s –j depend >make –s –j