- compile sketch via IDE, find the hex file belonging to that compile in IDE log
- copy that to your Yun (SCP, FTP, WinSCP, ....)
- ssh to your Yun and do:
/usr/bin/run-avrdude /tmp/mysketch.cpp.hex
You do not have to be in the same LAN, you can update via the Internet as long as you have access to you command line.
No comments:
Post a Comment