Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.27 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.27 KB

CY4390X

Contents

Information
Environment Set-up
How to program a binary

Information

Please refer Cypress homepage.

Environment Set-up

Install FTDI driver

sudo apt-get install libftdi-dev

Register Cypress USB device rule

  1. Make a file named 99-<anyname>.rules.
  2. 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'"
  1. Place the above file in /etc/udev/rules.d folder with sudo permission.
  2. Reboot your system.

How to program a binary

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.