diff options
author | ihsan Kehribar <kehribar@sabanciuniv.edu> | 2012-09-29 21:38:48 +0300 |
---|---|---|
committer | ihsan Kehribar <kehribar@sabanciuniv.edu> | 2012-09-29 21:38:48 +0300 |
commit | 8c4fabbb1dc701d497c409aa4f5aded894d15bb6 (patch) | |
tree | 2affb597e831eb67c21f2b222bed05248d368eca /commandline/Readme | |
parent | 71649f3ec1b38fa4e38dffc77cc7eec314daa6a1 (diff) | |
download | micronucleus-8c4fabbb1dc701d497c409aa4f5aded894d15bb6.tar.gz micronucleus-8c4fabbb1dc701d497c409aa4f5aded894d15bb6.tar.bz2 micronucleus-8c4fabbb1dc701d497c409aa4f5aded894d15bb6.zip |
Initial commit for commandline C application.
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. |