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

Command Line Arguments #6

Open
sjkelly opened this issue Jul 8, 2013 · 1 comment
Open

Command Line Arguments #6

sjkelly opened this issue Jul 8, 2013 · 1 comment
Assignees

Comments

@sjkelly
Copy link
Contributor

sjkelly commented Jul 8, 2013

Changing the python file when ports enumerate differently is inefficient. Adding parameters for final hex file upload location would make it easier to deliver pre-flashed RAMBos to vendors. Should probably use the python argparse module for this.

@ghost ghost assigned sjkelly Jul 8, 2013
@sjkelly
Copy link
Contributor Author

sjkelly commented Jul 10, 2013

Optional solution for dealing with changing port enumeration is as follows...

  1. Start server
  2. Ask user to disconnect the controller and targets and press enter.
  3. Scan ports (most likely /dev/ttyACM0-9)
  4. Ask user to plug in test controller.
  5. Repeat step 3.
  6. Determine controller from diff.
  7. Ask user to connect target.
  8. Repeat step 3 and 6, except determine as target.

@johnnyr

@ghost ghost assigned johnnyr Jul 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants