Step 1 : Install Ecosconfig tool ================================= .. tab-set:: .. tab-item:: Install Ecosconfig tool * In this program, you are going to learn .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow * How to ? .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow Topics in this section, * :ref:`Install Ecosconfig tool ` .. _ecos_qemu_i386_step1_0: .. tab-set:: .. tab-item:: Install Ecosconfig tool * Make sure current dir is $HOME .. code-block:: c $ cd $HOME * To download ecosconfig tool use the below link, * `Ecosconfig tool `_ * Alternatively download using wget command .. code-block:: c $ wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl * Run this command to install the ecosconfig tool. .. code-block:: c $ tclsh ecos-install.tcl * Select the download link from which you can install and keep the ecos tool directory as the default directory .. code-block:: c eCos installer v2.0.1 starting... Written and maintained by Jonathan Larmour Retrieving installer metadata information... Connected... Downloading ecos-install.db... File size 6572 bytes [**************************************************] --------------------------------------------------------- Available distribution sites: [1] ftp://mirrors.kernel.org/sources.redhat.com/ecos [2] http://mirrors.kernel.org/sources.redhat.com/ecos [3] ftp://mirror.aarnet.edu.au/pub/sourceware/ecos [4] http://mirror.aarnet.edu.au/pub/sourceware/ecos [5] ftp://ftp.mirrorservice.org/sites/sources.redhat.com/pub/ecos [6] http://www.mirrorservice.org/sites/sources.redhat.com/pub/ecos [7] ftp://gd.tuwien.ac.at/opsys/ecos [8] http://gd.tuwien.ac.at/opsys/ecos [9] ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/ecos [10] ftp://ftp.gwdg.de/pub/misc/sources.redhat.com/ecos [11] http://ftp.gwdg.de/pub/misc/sources.redhat.com/ecos [12] ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/sources.redhat.com/ecos [13] http://ftp-stud.fht-esslingen.de/pub/Mirrors/sources.redhat.com/ecos [14] ftp://bo.mirror.garr.it/mirrors/sourceware.org/ecos [15] http://bo.mirror.garr.it/mirrors/sourceware.org/ecos [16] ftp://ftp.u-aizu.ac.jp/pub/gnu/cygnus/ecos [17] ftp://ftp.sun.ac.za/pub/mirrorsites/sourceware.org/pub/ecos [18] http://ftp.sun.ac.za/ftp/pub/mirrorsites/sourceware.org/pub/ecos [19] ftp://ftp.twaren.net/Unix/sourceware.org/ecos [20] http://ftp.twaren.net/Unix/sourceware.org/ecos [21] http://mirror.facebook.net/sourceware/ecos [22] ftp://ecos.sourceware.org/pub/ecos Please select a distribution site: 1 --------------------------------------------------------- Please select a directory for installation [Default /home/wifi/ecos]: --------------------------------------------------------- * Select the i386 pre-build GNU tool to install .. code-block:: Available prebuilt GNU tools: [1] arm-eabi [2] arm-elf (old) [3] i386-elf [4] m68k-elf [5] mipsisa32-elf [6] powerpc-eabi [7] sh-elf [q] Finish selecting GNU tools ("*" indicates tools already selected) Please select GNU tools to download and install: * Once it is installed copy the ecosconfig tool binary to /usr/bin. .. code-block:: c $ cp $HOME/ecos/ecos-3.0/tools/bin/ecosconfig /usr/bin/ .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow What is /.bashrc file? .. dropdown:: See Answer * ??