I have run uclinux on the SRV-1, but i can't see any frame from SRVControl.
My steps:
1. copy srv1-linux/uClinux/linux-2.6.x/drivers/media/video/blackfin/ov9655_9655.c to ov9655.c and ov9655_9655.h to ov9655.h before building (i heard the driver of ov7725 is not ready...)
2. enable the camera_test tool
3. after enter the uClinux, run "srv1 &", then control-C
4. start JavaControl to connect, i can see the "I" command are sent continuous, but no frame to display.
Quote:It doesn't yet support the 'M' command for motor control, instead using the old keyboard commands ('8' = forward, '2' = back, '4' = spin left, '6' = spin right, '5' = stop). Lasers work - 'l' = on, 'L' = off. 'I' captures and sends a JPEG frame.
I also have tried to send '8' to SRV-1, still nothing to display.
So how to test the "camera_test" tool ?
Another question: In file rc.setup, there has a line: stty -F /dev/ttyBF0 38400
to set the system baud rate to 2500kbps. but how to connect(or convert) the 38400 to 2500k ?