Beagle Board for building a Robot in c/c++

Guys and Gals hi
Im new to beagle board.I havnt installed any kernels on to it.Im on a
project to build an autonomous robot using this board.And i prefer
doing it in C/C++ . So can anyone give me an idea of how to start of
the things .I have netbeans IDE and i did some programming in it.But
Im not sure how to download it to the board.Can anyone help me out on
this please??

This subject has been discussed many times, solutions are available.
Try following this http://angrysocks.blogspot.com/2009/09/how-to-cross-compile-in-ide.html

-Jesse

Hi neo,
  You can install either a console or gui kernel image on your
beagleBoard.
Then you can install the essentials for compiling on BB.
Then you can develop your programs right there ion the BB as it is a
running
500mHZ pc at that point. Helps to have accessories like a powered USB
hub,
Keybd and mouse, A DVI input LCD monitor. The BB can be ssh'd into or
vnc'd to if you have a usb ethernet or wifi attached as well.

on the other hand, using a dev PC....
http://www.crashcourse.ca/wiki/index.php/BeagleBoard_Development_Environment

http://www.facebook.com/note.php?note_id=91386689361&comments&ref=mf

http://mechomaniac.com/robots

Don Lewis

For robotics programming in C/C++, I recommend starting with a
framework called MOOS (http://www.robots.ox.ac.uk/~mobile/MOOS/wiki/
pmwiki.php).

Also take a look at URBI from gostai. Their version 2 release will
apparently be open source. I did some
work with it on version 1.x and touched on 2.0. I thought it was a
pretty nice architecture.

Later,
Tyler