-
Notifications
You must be signed in to change notification settings - Fork 1
Added flashing instructions to README #23
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
base: master
Are you sure you want to change the base?
Conversation
|
Should I also add lines for use within SJ Dev2? I was also wondering if I should document the other uses such as UDP, CPU listing and erasing parts of memory. Resolves #6 |
kammce
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't correct as you now need the --binary and --device flags.
|
Done. |
|
|
||
| ./nxpprog.py | ||
|
|
||
| ### Flashing to your SJ Two Board |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ### Flashing to your SJ Two Board | |
| ### Flashing to your LPC board. |
|
|
||
| ### Flashing to your SJ Two Board | ||
| ```Shell | ||
| $ python nxpprog.py --binary <path to binary> --device <device port> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should have some examples here for how this would look on Mac, Ubuntu, and WSL.
No description provided.