Thursday, September 15, 2011

Milo Bot, Fixing Screen Resolution

fix uboot
rebuild image

http://www.angstrom-distribution.org/building-angstrom


git clone git://git.angstrom-distribution.org/setup-scripts

MACHINE=beagleboard ./oebb.sh config beagleboard MACHINE=beagleboard ./oebb.sh update MACHINE=beagleboard ./oebb.sh bitbake virtual/kernel
sudo apt-get install texti2html cvs gawk chrpath texinfo subversion



By default the screen resilution is 640 by 480

connected via serial  it will ask to stop auto boot hit any key to stop

then type in the following:

setenv bootargs omapfb.mode=dvi:1280x720MR-16@60
saveenv

> setenv bootargs console=ttyS2,115200 root=/dev/mmcblk0p2 rw rootwait omapfb.mode=tv:1024x768MR-16@60 omapdss.def_disp=tv

running vnc 

x11vnc -display :0 &


No comments:

Post a Comment