Eddy DK Programmer Guide
84
3.10
Installation of Toolchain
Toolchain compiles source codes composed on Linux environment and make it executable on the target, Eddy.
Toolchain install file, “lemonide_linux_10x.tar.gz”, can be found under SDK/linux folder in Eddy DK’s CD.
Toolchain should be installed to /opt/lemonix.
Note that the command is case sensitive.
Note
Carry out all install procedures under the super user privileges.
Example below assumes that CDROM is mounted on /mnt/cdrom
If CDROM is mounted on a different location, path displayed below will bear difference.
3.11
Installation of Eddy DK Source
Install the entire source of Eddy DK. Eddy DK Source file, “Filesystem_2.x.x.x.tar.gz”, can be found under SDK
folder on Eddy DK’s CD.
Install Eddy DK Source as shown below. The eddy_DK_2xx folder will be created after the installation.
Unzip the file. If Eddy_DK_2xx folder is created, the installation is completed. The below shows the contents of
Eddy_DK_2xx folder.
# cd /
# tar -zxvf /mnt/cdrom/SDK/linux/lemonide*.tar.gz -C /
[root@localhost eddy-DK_2xx]# ls -al
Total 32
drwxr-xr-x 6 shlee work 4096 Nov 26 14:43 .
drwxrwxr-- 26 shlee work 4096 Nov 30 21:25 ..
drwxr-xr-x 4 shlee work 4096 Noc 26 14:46 src
-rwxr-xr-x 1 shlee work 2822 Nov 26 14:43 Env.sh
-rwxr-xr-x 1 shlee work 171 Nov 26 14:43 Make.check
drwxr-xr-x 2 shlee work 4096 Nov 29 17:50 firmware
drwxr-xr-x 5 shlee work 4096 Nov 29 17:50 ramdisk
drwxr-xr-x 4 shlee work 4096 Nov 26 14:47 tool
# pwd
/home/shlee
# tar -zxvf filesystem_2.1.x.x.tar.gz