Skip to content

UDOO Firmware Over the Air Uploader

License

Notifications You must be signed in to change notification settings

teledos/udoofota

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDOO Firmware Over the Air Uploader

How to compile:

make clean
make all

For windows platform (only udooclient.c):

  • use cygwin console for linux-like compiling
  • add cygwin1.dll on the same folder where is located udooclient.exe

How to test:

On UDOONeo:

Open a terminal and run:

 ./udooserver

On HOST Windows or Linux:

Open a terminal and run:

 ./udooclient <tcpaddress>:<tcpport> <M4 firmware file>

About

UDOO Firmware Over the Air Uploader

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.9%
  • Makefile 3.1%