Page 3 of 3

Re: First try of Linaro Android 12.01 Pandaboard

Posted: Sun Feb 05, 2012 6:43 pm
by esky-sh
MrPec wrote:Did you compile your kernel from the latest sources? You have to do so, because in tacking 1201 release there are still many bugs - unfortunately, sgx crashes after about 5-10 minutes each time on tracking. Therefore, linaro team suggested me to use landing.
Btw, you can see whats working on https://docs.google.com/spreadsheet/ccc ... n_US#gid=0

I think think the best bet is to use landing and try to integrate the wifi driver from http://www.omappedia.org/wiki/L27.IS.1_ ... LAN_driver

Btw, In the pictures you posted, you seem to have wifi - is that landing? And if yes, how did you manage to get it to work?

Alex
I compiled the kernel on the tracking release tag, it did not work with DVI output settings.
For landing release, seems like no wifi setting tab in Android, we just connect to Internet through Ethernet.

Re: First try of Linaro Android 12.01 Pandaboard

Posted: Sun Feb 05, 2012 11:03 pm
by MrPec
Do get dvi to work on tracking, you have to apply the following fix (dvi is disabled by intent to favor hdmi 1080p, see https://bugs.launchpad.net/linaro-android/+bug/893000 ):

edit arch/arm/mach-omap2/board-omap4panda.c

--------------
static struct omap_dss_device *omap4_panda_dss_devices[] = {
&omap4_panda_dvi_device,
&omap4_panda_hdmi_device,
};

static struct omap_dss_board_info omap4_panda_dss_data = {
.num_devices = ARRAY_SIZE(omap4_panda_dss_devices),
.devices = omap4_panda_dss_devices,
.default_device = &omap4_panda_dvi_device, };

Re: First try of Linaro Android 12.01 Pandaboard

Posted: Mon Feb 06, 2012 1:07 am
by esky-sh
I make same changes as yours and first time I boot the board, a message 'Unfortunately, UI does not start" appear on screen, I reboot the board and then screen stuck on 'Android' logo forever...

Re: First try of Linaro Android 12.01 Pandaboard

Posted: Thu Mar 29, 2012 10:09 pm
by esky-sh
Have you had a try with linaro 12.03 on tracking branch yet?
https://android-build.linaro.org/builds ... e/#build=6

I would like to know if they already have pushed some improvement in this release. e.g. issue for SGX crash?
https://bugs.launchpad.net/linaro-android/+bug/920010
MrPec wrote:Did you compile your kernel from the latest sources? You have to do so, because in tacking 1201 release there are still many bugs - unfortunately, sgx crashes after about 5-10 minutes each time on tracking. Therefore, linaro team suggested me to use landing.
Btw, you can see whats working on https://docs.google.com/spreadsheet/ccc ... n_US#gid=0

I think think the best bet is to use landing and try to integrate the wifi driver from http://www.omappedia.org/wiki/L27.IS.1_ ... LAN_driver

Btw, In the pictures you posted, you seem to have wifi - is that landing? And if yes, how did you manage to get it to work?

Alex