Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources:tools-software:mbed-user-guide [29 Jun 2016 12:33] – [Step 6 - Download and install GNU ARM Eclipse OpenOCD debugger] Adrian Suciuresources:tools-software:mbed-user-guide [26 Oct 2016 16:08] (current) Adrian Suciu
Line 75: Line 75:
  
 If all the paths were set, the build process should conclude with the following message If all the paths were set, the build process should conclude with the following message
-{{ :resources:tools-software:2016-06-28_15_14_02-c_windows_system32_cmd.exe.png |}}+{{ :resources:tools-software:2016-10-26_17_07_23-c_windows_system32_cmd.exe.png |}}
  
 +If the mbed board is connected to the PC, a new drive should appear labeled NODE-F411RE(for STNucleo F411RE). Copy the .bin file that was created after running "make all" to this drive. The bin file will be flashed to the board.
  
-==== Step 5 - Download Eclipse and Java Runtime Environment ====+{{ :resources:tools-software:2016-10-26_16_37_36-computer.png |}}. 
 + 
 +The quickest way to do this, after "make all" run the "copy <project_binary_file>.bin <mbed_drive_letter>:"  
 +{{ :resources:tools-software:2016-10-26_17_04_09-c_windows_system32_cmd.exe.png |}} 
 + 
 +==== Step 5 - (Nucleo Specific) ==== 
 + 
 +Connect the STNucleo board to the PC.  
 +Upgrade the firmware using the following guide: https://developer.mbed.org/teams/ST/wiki/Nucleo-Firmware 
 + 
 +==== Step 6 - Download Eclipse and Java Runtime Environment ====
  
 Download and install the latest Eclipse version from http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/neonr Download and install the latest Eclipse version from http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/neonr
Line 85: Line 96:
 http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html
  
-==== Step - Download and install GNU ARM Eclipse plugins and OpenOCD debugger ====+==== Step - Download and install GNU ARM Eclipse plugins and OpenOCD debugger ====
  
 Open Eclipse, go to Help-> Eclipse Marketplace. Search for GNU ARM Eclipse and click install on the first result. This The options should have the OpenOCD plugin checked. After installation is successful close Eclipse. Open Eclipse, go to Help-> Eclipse Marketplace. Search for GNU ARM Eclipse and click install on the first result. This The options should have the OpenOCD plugin checked. After installation is successful close Eclipse.
Line 94: Line 105:
  
 Additional information can be found at http://gnuarmeclipse.github.io/debug/openocd/ Additional information can be found at http://gnuarmeclipse.github.io/debug/openocd/
- 
-==== Step 7 - (Nucleo Specific) ==== 
- 
-Connect the STNucleo board to the PC.  
-Upgrade the firmware using the following guide: https://developer.mbed.org/teams/ST/wiki/Nucleo-Firmware 
  
 ==== Step 8 - Importing, building and debugging the project. ==== ==== Step 8 - Importing, building and debugging the project. ====
resources/tools-software/mbed-user-guide.txt · Last modified: 26 Oct 2016 16:08 by Adrian Suciu