Anything that accesses specific hardware at a low level on the BBB via Python(like mmapping registers) would require the script to run on a BBB or some kind of Virtual Machine that emulates the BBB. If you're accessing hardware via the the filesystem, then I suppose you can use a VM with some version of Linux targetted for an embedded system since the hardware is abstracted away behind the filesystem interface.
The easiest way to develop I've found is to map the BBB on your host computer. That way, there is no need to manually copy and upload your program with each modification. It's all automatic. A search of the group might show a few threads about this. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
