e-puck2 PC side development: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
The following steps explain how to update the robot firmware:<br/> | The following steps explain how to update the robot firmware:<br/> | ||
1. Download the package containing the toolchain and required scripts: [Windows], [Linux], [Mac OS]<br/> | 1. Download the package containing the toolchain and required scripts: [Windows], [Linux], [Mac OS]<br/> | ||
2. Download the last version of the robot standard firmware, see section []<br/> | 2. Download the last version of the robot standard firmware, see section [http://www.gctronic.com/doc/index.php?title=e-puck2_PC_side_development#Robot_standard_firmware Robot standard firmware]<br/> | ||
3. Extract the package and put the fimrware file (with <code>elf</code> extension) inside the pacakge directory<br/> | 3. Extract the package and put the fimrware file (with <code>elf</code> extension) inside the pacakge directory<br/> | ||
4. | 4. |
Revision as of 05:09, 26 July 2018
1 Robot standard firmware
2 Robot firmware update
Now and then there could be an official firmware update for the robot and it's important to keep the robot updated with the last firmware to get possibile new features, improvements and for bug fixes.
The onboard programmer run a GDB server, so we use GDB commands to upload a new firmware, for this reason a toolchain is needed to upload a new firmware to the robot.
The following steps explain how to update the robot firmware:
1. Download the package containing the toolchain and required scripts: [Windows], [Linux], [Mac OS]
2. Download the last version of the robot standard firmware, see section Robot standard firmware
3. Extract the package and put the fimrware file (with elf
extension) inside the pacakge directory
4.
3 Webots
TBD
4 ROS
TBD