Fix bug in publicdata
[clinton/Smoothieware.git] / README.creole
index 6b235ca..d7c3e42 100644 (file)
@@ -3,20 +3,30 @@ Smoothie is a free, opensource, high performance G-code interpreter and CNC cont
 
 Documentation can be found here : [[http://smoothieware.org/]]
 
+NOTE it is not necessary to build Smoothie yourself unless you want to. prebuilt binaries are availble here http://builds.smoothieware.org/
+
 ==Quick Start
-These are the quick steps to get Smoothie/gcc4mbed dependencies installed on your computer:
+These are the quick steps to get Smoothie dependencies installed on your computer:
 * Pull down a clone of the Smoothie github project to your local machine.
-* In the gcc4mbed subdirectory of the cloned Smoothie project, there are install scripts for the supported platforms.  Run the install script appropriate for your platform:
+* In the root subdirectory of the cloned Smoothie project, there are install scripts for the supported platforms.  Run the install script appropriate for your platform:
 ** Windows: win_install.cmd
 ** OS X: mac_install
 ** Linux: linux_install
 * You can then run the BuildShell script which will be created during the install to properly configure the PATH environment variable to point to the required version of GCC for ARM which was just installed on your machine.  You may want to edit this script to further customize your development environment.
 
-More information on the gcc4mbed project can be found [[https://github.com/adamgreen/gcc4mbed|here]].
-
 ==Building Smoothie
 From a shell, switch into the root Smoothie project directory and run:
 {{{
-make clean all
-make flash
+make clean
+make all
+}}}
+
+To upload you can do
+
+{{{
+make upload
 }}}
+
+if you have dfu-util installed.
+
+Alternatively copy the file LPC1768/main.bin to the sdcard calling it firmware.bin and reset.