Please refer Cypress homepage.
sudo apt-get install libftdi-dev
- Make a file named 99-<anyname>.rules.
- Add below contents at above file.
SUBSYSTEMS=="usb",ATTRS{idVendor}=="0a5c",ATTRS{idProduct}=="43fa",MODE="0666" RUN+="/sbin/modprobe ftdi_sio" RUN+="/bin/sh -c 'echo 0a5c 43fa > /sys/bus/usb-serial/drivers/ftdi_sio/new_id'"
- Place the above file in /etc/udev/rules.d folder with sudo permission.
- Reboot your system.
Note: This is not available now because programming tools are not opened yet.
To download programming tools, the link will be guided.
After building TizenRT, execute below command at os folder.
make download [Programming Option]
For example, ALL option makes complete set of binaries programmed.
make download ALL
See programming options list which is pre-defined at .flashSpec.xml.