summaryrefslogtreecommitdiffstats
path: root/commandline/Readme
diff options
context:
space:
mode:
authorihsan Kehribar <kehribar@sabanciuniv.edu>2012-09-29 21:38:48 +0300
committerihsan Kehribar <kehribar@sabanciuniv.edu>2012-09-29 21:38:48 +0300
commit8c4fabbb1dc701d497c409aa4f5aded894d15bb6 (patch)
tree2affb597e831eb67c21f2b222bed05248d368eca /commandline/Readme
parent71649f3ec1b38fa4e38dffc77cc7eec314daa6a1 (diff)
downloadmicronucleus-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/Readme10
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.