Samsung IoT Development Kit for S5JT200 chipset.
will be updated
on Ubuntu 13.10 ~ 14.xx version
sudo apt-get install -y lib32z1 lib32ncurses5 lib32bz2-1.0
on Ubuntu over 16.xx version
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1
Install the package for usb
sudo apt-get install libusb-dev
Get the package, libftdi-0.19
Untar the downloaded package
tar -zxvf libftdi-0.19.tar.gz
Build and install the package for libftdi
cd libftdi-0.19
./configure
make
sudo make install
Link the built files
cd /usr/lib
sudo ln -s /usr/local/lib/libftdi.a libftdi.a
sudo ln -s /usr/local/lib/libftdi.la libftdi.la
sudo ln -s /usr/local/lib/libftdi.so.1.19.0 libftdi.so.1.19.0
sudo ln -s /usr/local/lib/libftdi.so.1.19.0 libftdi.so
sudo ln -s /usr/local/lib/libftdi.so.1.19.0 libftdi.so.1
Get the package, libftd2xxx1.0.4
Untar the downloaded package
tar -zxvf libftd2xx1.0.4.tar.gz
Copy and link the files
cd libftd2xx1.0.4
sudo cp ftd2xx.h /usr/include
sudo cp WinTypes.h /usr/include
sudo cp build/x86_64/libftd2xx.so.1.0.4 /usr/local/lib
cd /usr/local/include
sudo ln -s /usr/include/ftd2xx.h ftd2xx.h
sudo ln -s /usr/include/WinTypes.h WinTypes.h
cd /usr/local/lib
sudo ln -s libftd2xx.so.1.0.4 libftd2xx.so
cd /usr/lib
sudo ln -s /usr/local/lib/libftd2xx.so.1.0.4 libftd2xx.so
There are three configuration sets for sidk_s5jt200, including 'hello_with_tash', 'kernel_sample', and 'tc'.
for running a hello example with shell enabled
for running kernel functions
for runnig unit test cases