Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a small python programm which is executed if the board is yun #169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maximilianvoss
Copy link

To deploy new code to yun it has to be reseted to access the bootloader.
Reset is done by opening the serial port with 1200 baud and closing it again.

Done so with a python script which is executed on the command line.
Assuming python is installed on the system in system path + python serial module.

Don't know if there is a nicer way, but without reset, it won't upload

@oldmud0
Copy link

oldmud0 commented Apr 7, 2017

Needs to check if Python or stty exist. Also, there's probably a better way to do the set( thing, but that's the most minimal program that can be made for the reset task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants