Its posible program the BBB while you're using it as Standalone computer?

Its posible create a program,hack and play with the BBB while you’re using it as Standalone computer?

umbreontest04 <oyarzo.pablo@hotmail.com> [13-08-17 19:32]:

Its posible create a program,hack and play with the BBB while you're using
it as Standalone computer?

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi umbreontest04,

yes! :slight_smile:

My setup fpr such things is as follows:
KBTalking pure 60% USB keyboard
HAMA USB Hub (powered)
Perixx Peripad 501 (small touchpad as mouse replacement)
7200mAh USB cell phone charger (mobile LiPO accumumalor with 2A output)
A LCD7 cape (WARNING! If used with the BBB, switch off eMMC and HDMI via uEnv.txt)
SD card 16GB
Robert Nelsons Linux Kernel
Gentoo Linux

As software I would suggest:
gcc toolchain for compiling C/C++ programs
lua as scripting language (really nice, non-bloated, FAST, small footprint)
Additional there are Perl, Python...whatever you want
vim editor
Last but not least: Your knowledge

Happy hacking!
mcc

I compile all my code on the BBB, but I save my files on a network share since the flash seems to corrupt so easily with heavy usage (flash problem, not BBB problem).