[Meego-porting] DVI display not working for Beagle xM
Sah, Shitij SISPL
shitij.sah at siemens.com
Thu Feb 3 21:58:12 PST 2011
Hi,
There was one error in my previous mail. Changed console arguments were for the image compiled from Linux omap kernel tree. There was no change done for the Meego image.
1. Following are the board details captured from the boot log
No EEPROM on expansion board
Beagle xM Rev A
Die ID #6c0400011ff00000015739eb0802f028
Hit any key to stop autoboot: 0
mmc1 is available
The user button is currently NOT pressed.
reading boot.scr
639 bytes read
Running bootscript from mmc ...
## Executing script at 80200000
Booting MeeGo Community Image
mmc1 is available
reading uImage
4007868 bytes read
## Booting kernel from Legacy Image at 80300000 ...
Image Name: Linux-2.6.35.9
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4007804 Bytes = 3.8 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
2.Boot script
echo "Booting MeeGo Community Image"
if test "\${beaglerev}" = "xMA"; then
echo "Kernel is not ready for 1Ghz limiting to 800Mhz"
setenv mpurate 800
fi
if test "\${beaglerev}" = "xMB"; then
echo "Kernel is not ready for 1Ghz limiting to 800Mhz"
setenv mpurate 800
fi
setenv dvimode 800x480-16 at 60
setenv vram 0:2M,1:2M,2:2M
setenv bootcmd 'mmc init; fatload mmc 0:1 0x80300000 uImage; bootm 0x80300000'
setenv bootargs console=ttyO2,115200n8 root=/dev/mmcblk0p2 rootwait ro omapfb.vram=\${vram} omapfb.mode=dvi:\${dvimode} fixrtc mpurate=\${mpurate}
boot
-----Original Message-----
From: rajeevranjan.kumar at wipro.com [mailto:rajeevranjan.kumar at wipro.com]
Sent: Friday, February 04, 2011 11:01 AM
To: Sah, Shitij SISPL; meego-porting at lists.meego.com
Subject: RE: [Meego-porting] DVI display not working for Beagle xM
Hi
Can you shaer your beagle board details?
Also hope you have compiled and created new uImage from the steps
mentioned.
setenv dvimode 800x480-16 at 60
is this resolution as per your monitor?
Thanks
Rajeev
________________________________
From: meego-porting-bounces at lists.meego.com
[mailto:meego-porting-bounces at lists.meego.com] On Behalf Of Sah, Shitij
SISPL
Sent: Friday, February 04, 2011 10:30 AM
To: meego-porting at lists.meego.com
Subject: [Meego-porting] DVI display not working for Beagle xM
Hi all,
I have followed the instruction as mentioned in
http://wiki.meego.com/ARM/Meego_on_Beagleboard_from_scratch . Iam not
getting any display on the Dell monitor connected via HDMI-DVI cable.
First there were no kernel messages appearing on the serial terminal. It
was as if the kernel boot hangs after uncompressing the kernel . I had
to change the kernel boot arguments
console=ttyS2,115200n8 to console=ttyO2,115200n8.
After changing, only in the serial terminal kernel messages appear but
nothing on the monitor and after kernel message Freeing init memory:292k
no update on the serial terminal
Bootscript details are
echo "Booting MeeGo Community Image"
if test "\${beaglerev}" = "xMA"; then
echo "Kernel is not ready for 1Ghz limiting to 800Mhz"
setenv mpurate 800
fi
if test "\${beaglerev}" = "xMB"; then
echo "Kernel is not ready for 1Ghz limiting to 800Mhz"
setenv mpurate 800
fi
setenv dvimode 800x480-16 at 60
setenv vram 0:2M,1:2M,2:2M
setenv bootcmd 'mmc init; fatload mmc 0:1 0x80300000 uImage; bootm
0x80300000'
setenv bootargs console=ttyO2,115200n8 root=/dev/mmcblk0p2 rootwait ro
omapfb.vram=\${vram} omapfb.mode=dvi:\${dvimode} fixrtc
mpurate=\${mpurate}
boot
Where is the problem?
Thanks,
Shitij
Please do not print this email unless it is absolutely necessary.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
More information about the MeeGo-porting
mailing list