Okay thanks, I tried to flash an sd card I have with the image but my pi turns on and gives me a steady red light with an occasional yellow light blink. I tried finding its IP on my network but cant seem to find anything.
There should be a series of lights like a NIC card would have near that red light if you have a proper and active network connection via the RJ-45 port on the Raspberry Pi. Sounds like you have either (1) a bad network cable, or (2) the Raspberry has a bad RJ-45 port. Try a different cable and see how that works which is the simpler of the two trouble shooting wise.

I will give it another shot, but it isnt the ethernet cable. For future versions you should consider having it try to dedicate an IP. So for example it uses .132 and if not free it goes to the closes free one up. so if .133 is not free it would take .134
edit: seems to work now. Since it is running cgminer, it should support all hardware cgminer supports right? For example butterflylabs 60ghash asics, or even hashfast?
One can change the network settings with
wicd-curses for reference and assign a static IP address if that is desired. The reason for using DHCP is that not everyone uses a private class C network address (e.g., 192.168.x.y) on personal networks since there is also the private class B and private class A ranges as well.
As for "other ASIC hardware support", these versions of cgminer are compiled specifically for Gridseed and Zeus Miner ASIC devices, and Scriptor FPGA devices. If one wanted to hand compile other ASIC hardware, it is possible for these to be used with StarMiner with the proper configuration and settings provided the API's are relatively current as well. However, at this time we (the "StarMiner crew") are limiting what we can support with what ASIC hardware units and ARM hardware platforms we have "on hand" to support with StarMiner accordingly.
Happy and profitable mining to all!

oo okay, thanks for the info. Just disappointed no one has a mining distribution for the PI or beagle bone that supports all the asics cgminer or bfgminer does out of the box. For people like me who have never compiled anything but tried it becomes a huge pain.