You may log in to the Luminary web page and download the source files for the ARM Cortex based boards they produce. I needed the source for the brushless motor kit: SW-RDK-BLDC-4694.exe, which is a Windows executable. After download Firefox offered me to run the file with wine, which I did. The source code was unpacked and placed under ~/.wine/drive_c/StellarisWare.I went to that directory and edited makedefs. I commented out the definition for PREFIX and inserted this line instead
PREFIX=/opt/arm-cortex/bin/arm-none-eabi
to point to where my tool chain resides. See my previous blog about building the tools. After saving the file I just typed make and saw make go through the source tree. The source tree contains the source for all the boards from Luminary. I think I’ll move the tree to a working directory and remove all parts that do not pertain to the board I use.
0 Responses to “Luminary Stellaris under Linux”