Beagle Board

USB Low Speed

http://elinux.org/BeagleBoard#OTG

S-Video

Ubuntu - Kernel 3.1

cd /boot/uboot/

boot.cmd:

setenv vram 12MB
setenv bootcmd 'fatload mmc 0:1 0x80300000 uImage; fatload mmc 0:1 0x81600000 uInitrd; bootm 0x80300000 0x81600000'
setenv bootargs console=ttyO2,115200n8 console=tty0 root=/dev/mmcblk0p2 rootwait ro vram=${vram} omapfb.mode=tv:pal omapdss.def_disp=tv fixrtc buddy=${buddy} buddy2=${buddy2} mpurate=${mpurate}
boot

boot.scr erzeugen

mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "Ubuntu" -d ./boot.cmd ./boot.scr

omapfb

mkdir patching-omapfb
cd !$
debcheckout xserver-xorg-video-omap3

cd xserver-xorg-video-omap3/
dch --nmu

quilt new disable-tv-out.patch

http://raphaelhertzog.com/2011/07/04/how-to-prepare-patches-for-debian-packages/

http://www.debian.org/doc/manuals/maint-guide/update.en.html

Screen

screen /dev/ttyUSB0 115200,cooked

Install

git://github.com/RobertCNelson/netinstall.git

sudo ./mk_mmc.sh --mmc /dev/sdb --uboot beagle_xm --distro wheezy-armhf --serial-mode