Hi
I have sucessfully tested ubuntu on beaglebeard Xm Ver B but it is too
slow even with the mpu rate tweak so i decided to go for Angstrom
linux which i have already tested on my previous Beagleboard Ver C3.
Now when i install the image on my sd card and insert into Beagleboard
Xm Ver B and power on.
I see the debug messages on my PC and the beagleboard Xm ver B boots
ok till the login prompt but i dont see any display. My display shows
a message
'Out of Range'
which means i have to set the resolution but this resolution worked
fine on ubuntu natty on my beagle Xm Ver B. The boot.scr is as given
below which is working when i put ubuntu natty.
fatload mmc 0:1 0x80000000 uImage
fatload mmc 0:1 0x81600000 uInitrd
setenv bootargs vram=12M omapfb.mode=dvi:1280x720MR-16@60
mpurate=800 root=/dev/mmcblk0p2 fixrtc quiet splash
bootm 0x80000000 0x81600000
whether i will have to change this for Angstrom linux. my Angstrom
linux demo image is Angstrom 2009.X.test-20100309. I am using this
image as i have successfully run this on my earlier Beagleboard Ver
C3. And i am able to run my application fine without any problem.
Please guide me what am doing wrong.
Thanks in Advance.
Anuj.