SRV-1 uClinux Release Notes - srv1-linux-110707.zip These are u-boot and uClinux images for the SRV-1 Blackfin Camera Board. Python is built into this version, along with V4L capture driver for the Omnivision OV9655. flashme.sh does the flashing via ICEbear, if you don't happen to have one, you can just download the images into RAM via ZModem. Requires a working u-boot, of course. Just make sure to use offset 0x30000 when writing the uImage.ext to SPI flash. For the moment, the UART still runs at 57600. Can be easily clocked up later. A few words about Python: To enable some more modules statically, you would need to edit $UCLINUX_TOP/user/python/build-cross/Modules/Setup - newer python versions also do some kind of more automatic configuration, but we haven't played with that yet. Also, we haven't tested dynamic loading of modules (.so's), but in the end we might not really need that.