Skip to content
Pablo Bacho edited this page Jun 3, 2015 · 1 revision

Welcome to the BootloaderHostTool-PSoC-POSIX wiki!

This application flashes a PSoC Creator bootloadable project.

Features

  • Coded in C.
  • For POSIX.
  • UART communication.
  • Runs from the shell.

Use

Before compiling the files, edit cybtldr_uart.h and change the UART filename to yours.

gcc *.c -o updater

./updater -p [.cyacd file]

Clone this wiki locally