summaryrefslogtreecommitdiffstats
path: root/commandline/Readme
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2012-09-30 10:00:17 +1000
committerJenna Fox <a@creativepony.com>2012-09-30 10:00:17 +1000
commit2d6072e4b4f365297da2d1cc933ebc8e71f92d30 (patch)
treec3d79ed1e424effb85fd7f70a275e28a0a24555f /commandline/Readme
parent1c867a4733cbf3a8de8f746c50171c977520766a (diff)
parent35cc54629ade1abfb801b832534f6c7f45eff20c (diff)
downloadmicronucleus-2d6072e4b4f365297da2d1cc933ebc8e71f92d30.tar.gz
micronucleus-2d6072e4b4f365297da2d1cc933ebc8e71f92d30.tar.bz2
micronucleus-2d6072e4b4f365297da2d1cc933ebc8e71f92d30.zip
Merge branch 'master' of github.com:Bluebie/micronucleus-t85 into heavy-squeeze
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.