ut-ras / Rasware

A generic robotics controller for the EK-LM4F120XL Stellaris Launchpad.
ras.ece.utexas.edu
Other
4 stars 0 forks source link

Simple Linux port #25

Closed geky closed 11 years ago

geky commented 11 years ago

Fully functional in Ubuntu and Arch.

This port is intended to be as independent from the distro as possible. It is highly likely that with some modifications, this could work in other Unix Based OSs.

It did have strange issues with the Debian computers that were tried. Also is not supported in Mac currently as Mac does not use UDev. It is likely that finding a Mac equivalent of Putty would allow a fully functional Mac port.

An added bonus is that the Startup.c file is completely compatable with Keil, allowing the same code to be used on both Windows and Linux. Currently the setup tries to match Keil's build behavior. The Makefile can also be edited easily for custom settings.

Uses arm-none-eabi cross compilers for compiling, the lm4flash utility for flashing, and screen for uart communication.

geky commented 11 years ago

Closed as a strange bug was found. Will fix along with other issues @robz pointed out and created new pull request.