Difference between revisions of "Getting the firmware with Eclipse"
From Kreyos
(→Creating a new wrokspace) |
|||
| Line 2: | Line 2: | ||
== Creating a new wrokspace == | == Creating a new wrokspace == | ||
| + | [[File:compile-the-sources-01.png]] | ||
Start Eclipse and choose an empty workspace. I'm using <code>'''C:\Projekte\Kreyos\Source'''</code> in my setup. | Start Eclipse and choose an empty workspace. I'm using <code>'''C:\Projekte\Kreyos\Source'''</code> in my setup. | ||
== Importing the firmware from github == | == Importing the firmware from github == | ||
| − | |||
Then import the Git repository from <code>'''https://github.com/kreyosopensource/KreyosFirmware'''</code> | Then import the Git repository from <code>'''https://github.com/kreyosopensource/KreyosFirmware'''</code> | ||
Revision as of 02:23, 13 October 2014
Step by step instructions to compile the Kreyos Meteor firmware.
Creating a new wrokspace
Start Eclipse and choose an empty workspace. I'm using C:\Projekte\Kreyos\Source in my setup.
Importing the firmware from github
Then import the Git repository from https://github.com/kreyosopensource/KreyosFirmware
Select the 'master' branch as preselected. Change the destination directory to the location inside your workspace, for me it's: C:\Projekte\Kreyos\Source\KreyosFirmware
Change the option to 'Use New Project Wizard'




