i2c-2 of expansion header is not detected

Okay... what monitor? model/etc..

Regards,

its lg monitor it work fine with angstrom os and ubuntu os

Both use the old/ancient "omapfb/dss2"...

Regards,

so what to do … the ubuntu os that i have installed earlier is for omap3 devices

I told you how to fix that two days ago..

Regards,

diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index 4a71cb7…2148f35 100644 — a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c @@ -385,6 +385,7 @@ static int __init omap3_beagle_i2c_init(void) beagle_twldata.vpll2->constraints.name = “VDVI”; omap3_pmic_init(“twl4030”, &beagle_twldata); + omap_register_i2c_bus(2, 400, NULL, 0); /* Bus 3 is attached to the DVI port where devices like the pico DLP * projector don’t work reliably with 400kHz */ omap_register_i2c_bus(3, 100, beagle_i2c_eeprom, ARRAY_SIZE(beagle_i2c_eeprom));
so how to apply this patch for ubuntu or is there any chance to run monitor through bb-xm image u have said earlier

That's a "kernel" patch..

You need to 1st download the kernel source for your particular build..

so:

git clone git://kernel.ubuntu.com/ubuntu/ubuntu-precise.git
cd ubuntu-precise

git checkout origin/Ubuntu-3.2.0-23.36 -b tmp
zcat /proc/config.gz > .config
patch -p1 < ../../test.diff
make ARCH=arm menuconfig
make ARCH=arm uImage
sudo cp arch/arm/boot/uImage /boot/uImage

Good Luck!

If that's too much, pay someone to do it for you...

Regards,

hey , the image dt-beagl-xm that i have downloaded works well with putty and it shows all the three i2cs so is there any chance to enable the hdmi of xm so that i can use monitor

2 hours ago i asked you for your exact monitor model, such that i
could tell you how to override it..

You refused...

Regards,

model number is AC512. srry monitor is of acer

Add to the top of /boot/uboot/uEnv.txt

optargs=video=DVI-D-1:1024x768@60e

the 'e' forces output
1024x768 : obviously the resolution..
1280x720 (the old default..)

So try a couple..

Regards,

nothing happens the monitor don’t start… plz help

please reply as i am new to bb-xm i don,t know much about it.
thanks
Regards