http://digg.com/d1ntRM
I've only just now plugged it in, hopefully will get some real testing done this weekend

Code: Select all
root@debian:~# cat /proc/mtd
dev: size erasesize name
mtd0: 00100000 00020000 "uBoot"
mtd1: 00400000 00020000 "uImage"
mtd2: 1fb00000 00020000 "rootfs"
Code: Select all
root@debian:~# uname -a
Linux debian 2.6.30-rc1-00002-g1758996 #1 PREEMPT Wed Apr 15 11:44:25 MST 2009 armv5tel GNU/Linux
Code: Select all
root@debian:~# lsmod
Module Size Used by
uvcvideo 59836 1
videodev 33944 2 uvcvideo
v4l1_compat 16180 2 uvcvideo,videodev
orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
USB Video Class driver (v0.1.0)
usb 1-1: new high speed USB device using orion-ehci and address 3
usb 1-1: configuration #1 chosen from 1 choice
input: UVC Camera (046d:0990) as /devices/platform/orion-ehci.0/usb1/1-1/1-1:1.0/input/input0
root@debian:~# ls -l /dev/vide*
crw-rw---- 1 root video 81, 0 2009-04-15 22:21 /dev/video0
Code: Select all
root@debian:~/mjpg-streamer# ./start.sh
MJPG Streamer Version.: 2.0
i: Using V4L2 device.: /dev/video0
i: Desired Resolution: 960 x 720
i: Frames Per Second.: 30
i: Format............: MJPEG
o: www-folder-path...: ./www/
o: HTTP TCP port.....: 8080
o: username:password.: disabled
o: commands..........: enabled
Code: Select all
top - 03:00:31 up 7:17, 1 user, load average: 0.00, 0.01, 0.00
Tasks: 1 total, 0 running, 1 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.9%us, 1.0%sy, 0.1%ni, 98.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 514888k total, 90052k used, 424836k free, 0k buffers
Swap: 0k total, 0k used, 0k free, 66768k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2797 root 20 0 48752 2856 2368 S 1.2 0.6 3:44.89 mjpg_streamer
Code: Select all
Apr 16 03:21:17 debian motion: [0] Processing thread 0 - config file /etc/motion/motion.conf
Apr 16 03:21:17 debian motion: [0] Motion 3.2.11 Started
Apr 16 03:21:17 debian motion: [0] ffmpeg LIBAVCODEC_BUILD 3410688 LIBAVFORMAT_BUILD 3414017
Apr 16 03:21:17 debian motion: [0] Thread 1 is from /etc/motion/motion.conf
Apr 16 03:21:17 debian motion: [1] cap.driver: "uvcvideo"
Apr 16 03:21:17 debian motion: [1] cap.card: "UVC Camera (046d:0990)"
Apr 16 03:21:17 debian motion: [1] cap.bus_info: "usb-orion-ehci.0-1"
Apr 16 03:21:17 debian motion: [1] cap.capabilities=0x04000001
Apr 16 03:21:17 debian motion: [1] - VIDEO_CAPTURE
Apr 16 03:21:17 debian motion: [1] - STREAMING
Apr 16 03:21:17 debian motion: [1] Supported palettes:
Apr 16 03:21:17 debian motion: [1] 0: MJPG (MJPEG)
Apr 16 03:21:17 debian motion: [1] Selected palette MJPG
Apr 16 03:21:17 debian motion: [1] index_format 2 Test palette MJPG (320x240)
Apr 16 03:21:17 debian motion: [1] Using palette MJPG (320x240) bytesperlines 0 sizeimage 102400 colorspace 00000008
Apr 16 03:21:17 debian motion: [1] found control 0x00980900, "Brightness", range 0,255
Apr 16 03:21:17 debian motion: [1] ^I"Brightness", default 128, current 128
Apr 16 03:21:17 debian motion: [1] found control 0x00980901, "Contrast", range 0,255
Apr 16 03:21:17 debian motion: [1] ^I"Contrast", default 32, current 32
Apr 16 03:21:17 debian motion: [1] found control 0x00980902, "Saturation", range 0,255
Apr 16 03:21:17 debian motion: [1] ^I"Saturation", default 32, current 32
Apr 16 03:21:17 debian motion: [1] found control 0x00980913, "Gain", range 0,255
Apr 16 03:21:17 debian motion: [1] ^I"Gain", default 0, current 226
Apr 16 03:21:17 debian motion: [1] Resizing pre_capture buffer to 1 items
Apr 16 03:21:34 debian motion: [1] Closing video device /dev/video0
Apr 16 03:21:36 debian motion: [0] Motion terminating
Would you post your instructions on how you changed the "uImage" partition size from 2M to 4M?Blazer wrote:I got some time to work on the SheevaPlug, and this is the progress I have made so far:
* Had lots of "fun" figuring out how to use, erase, and reflash mtd partitions and using the jffs filesystemCode: Select all
root@debian:~# cat /proc/mtd dev: size erasesize name mtd0: 00100000 00020000 "uBoot" mtd1: 00400000 00020000 "uImage" mtd2: 1fb00000 00020000 "rootfs"