diff options
author | Jenna Fox <a@creativepony.com> | 2012-09-29 16:58:01 -0700 |
---|---|---|
committer | Jenna Fox <a@creativepony.com> | 2012-09-29 16:58:01 -0700 |
commit | 35cc54629ade1abfb801b832534f6c7f45eff20c (patch) | |
tree | 15798a560eef8fbb72c5545f29619816e58a436a /commandline/Readme | |
parent | 71649f3ec1b38fa4e38dffc77cc7eec314daa6a1 (diff) | |
parent | 2f46526de0ed0c9de27c58d4438b9c98e9b5a3c5 (diff) | |
download | micronucleus-35cc54629ade1abfb801b832534f6c7f45eff20c.tar.gz micronucleus-35cc54629ade1abfb801b832534f6c7f45eff20c.tar.bz2 micronucleus-35cc54629ade1abfb801b832534f6c7f45eff20c.zip |
Merge pull request #9 from kehribar/master
Experimental C commandline application has been added.
Diffstat (limited to 'commandline/Readme')
-rw-r--r-- | commandline/Readme | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/commandline/Readme b/commandline/Readme new file mode 100644 index 0000000..45df377 --- /dev/null +++ b/commandline/Readme @@ -0,0 +1,10 @@ +This commandline application for the Micronucleus bootloader is written by ihsan Kehribar <ihsan@kehribar.me> + +I have only tested this application on my Ubuntu machine so far. Might need little tweaks for the Windows and Mac platforms. + +Usage example: + sudo ./micronucleus name_of_the_file.hex + +Binary file writing and program memory reading hasn't been implemented yet. + +Program sometimes sporadicly crashes and fails to upload the user application. User should unplug and re-plug the device and restart the application if such situation happens. I hope this problem will be solved in the future. |