RapManFirmwareDevelopment

From RepRap
Revision as of 08:10, 14 April 2010 by ErikDeBruijn (talk | contribs) (Created page with 'Building the RapMan firmware might require a Microsoft Windows based setup. The following is tested in a Windows XP running through VirtualBox on Kubuntu. Download MPLAB from [h…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Building the RapMan firmware might require a Microsoft Windows based setup. The following is tested in a Windows XP running through VirtualBox on Kubuntu.

Download MPLAB from here or zip

Install it. You don't need to install the HI TECH C.

Download tortoise SVN (32 bit), other/newer versions or anther tool that allows you to access the recent code from the repository.

Check out this repository https://reprap.svn.sourceforge.net/../users/erik/OpenRapMan/EriksBranch/bfb-firmware-dev3. You can do this by creating a folder from windows explorer and right-clicking "Check out a repository". Put the aforementioned URL in the box and proceed with checking it out.

Open the "bfb-firmware-dev.mcp" MPLAB Project file.

Use: "Build all" to build the file. You can flash the firmware using the HIDBootLoader.exe included in the same folder. Browse to find the .hex file that has a recent modification timestamp. If the .hex file is older, something has gone wrong with your compilation process!

It should compile. If it doesn't, check the includes: Projects -> Build Options... -> Project. Go to the tab "Directories". Choose: show directories for "Include search path". Check if these are indeed the path where these files can be found. "MPLAB C32" is not the same as "MPLAB C32 [bSuite[/b]". Microchip Inc. has changed the default installation paths apparently.

If you have changes, send them to [email protected] for inclusion in this openRapMan branch.

-- Erik de Bruijn