ocupus for Odroid XU sd card image

Earlier this season I announced a project I’ve been working on with FRC3574 to better manage streaming video.

http://i.imgur.com/hVuFFBJ.png

If you have an Odroid-XU, you can try out the full system image here: https://mega.co.nz/#!YRwQVAKL!95CGjjjvFn_YMgxwmwau4Ngnw4LGjSnhP9eqydUs2lw

Flashing is best done from a Linux box, as you will need gparted resize the root partition

sudo xzcat ocupus.beta1.odroidxu.img.xz | sudo dd of=/dev/sdX bs=4M
sudo gparted /dev/sdX

Then resize the second partition to take up the rest of the space.

You will then need to edit the network.cfg file on the first partition, which can be done from Windows. Change the 35.74 address to match your team #.

Plug in a USB camera, then power up your Odroid attached either to your 10.XX.XX network or one with DHCP.

Visit http://<odroid-ip>:5000 to watch the streams

Thanks for the share! We have the new U3 we were going to use, but just ran out of time, but we might give this a quick shot and see if we can still squeak it in (also a little close on weight :ahh: )

That’s awesome. Just FYI this is for the XU, I don’t believe it’s compatible with the U3. That being said, last night I just wrapped up building the v4l2loopback kernel driver for it, so I should have a U3 image soon!