Search found 31 matches

by MrPec
Sun Feb 05, 2012 9:39 am
Forum: BeagleBoard&PandaBoard
Topic: First try of Linaro Android 12.01 Pandaboard
Replies: 23
Views: 19867

Re: First try of Linaro Android 12.01 Pandaboard

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:/...
by MrPec
Sat Feb 04, 2012 12:22 am
Forum: BeagleBoard&PandaBoard
Topic: use 'wget' command to retrieve files from a ftp server
Replies: 1
Views: 4641

Re: use 'wget' command to retrieve files from a ftp server

thats great, especially if you have a headless buildserver...
by MrPec
Fri Feb 03, 2012 7:14 am
Forum: BeagleBoard&PandaBoard
Topic: First try of Linaro Android 12.01 Pandaboard
Replies: 23
Views: 19867

Re: First try of Linaro Android 12.01 Pandaboard

Ok, thank you. We now face the issue with the missing/defect wifi driver. Do you have an idea whats wrong here?
by MrPec
Fri Feb 03, 2012 12:00 am
Forum: BeagleBoard&PandaBoard
Topic: First try of Linaro Android 12.01 Pandaboard
Replies: 23
Views: 19867

Re: First try of Linaro Android 12.01 Pandaboard

Ah, one last think. The touchscreen driver is in the wrong mode (relative, not absolute). We find out that you have to include an additional line in your tsc-beada driver: in method: static int __devinit tsc_beada_probe(struct i2c_client *client) add the line: __set_bit(INPUT_PROP_DIRECT, input_dev-...
by MrPec
Thu Feb 02, 2012 11:40 pm
Forum: BeagleBoard&PandaBoard
Topic: First try of Linaro Android 12.01 Pandaboard
Replies: 23
Views: 19867

Re: First try of Linaro Android 12.01 Pandaboard

I'm not sure what you mean with "we use the default panda-defconfig" - you should include at least the modules for beada, shouldn't you? We also tried that, but it seems there are some dependencies and the display does not work.... Btw, to get beada working on tracking a big issue (and easy to solve...
by MrPec
Thu Feb 02, 2012 11:34 pm
Forum: BeagleBoard&PandaBoard
Topic: First try of Linaro Android 12.01 Pandaboard
Replies: 23
Views: 19867

Re: First try of Linaro Android 12.01 Pandaboard

We tried your kernel, it works, but wifi is missing in landing from TI. It would be really great if you could make a diff on your branch against landing. We managed to create a patch for beada and tracking panda, and everything works (touch, pwm, wifi, gfx, ..). Unfortunatly, tracking suffers from b...
by MrPec
Thu Feb 02, 2012 8:15 am
Forum: BeagleBoard&PandaBoard
Topic: First try of Linaro Android 12.01 Pandaboard
Replies: 23
Views: 19867

Re: First try of Linaro Android 12.01 Pandaboard

Could you please also upload the kernel config you used to compile that kernel, or the whole sources? We got the display running with latest-tracking on our own, be there are many bugs in that branch....
by MrPec
Thu Feb 02, 2012 6:57 am
Forum: BeagleBoard&PandaBoard
Topic: First try of Linaro Android 12.01 Pandaboard
Replies: 23
Views: 19867

Re: First try of Linaro Android 12.01 Pandaboard

Thank you, I'm going to test it ASAP.
by MrPec
Sun Jan 29, 2012 11:58 pm
Forum: BeagleBoard&PandaBoard
Topic: First try of Linaro Android 12.01 Pandaboard
Replies: 23
Views: 19867

Re: First try of Linaro Android 12.01 Pandaboard

Have you made any progress on porting the driver to the latest linaro ICS sources? We just ordered 30 displays, and need the driver ASAP.

Regards,

Alex
by MrPec
Thu Jan 19, 2012 10:29 am
Forum: BeagleBoard&PandaBoard
Topic: Linaro Android Build Service Site
Replies: 2
Views: 5091

Re: Linaro Android Build Service Site

So, please give us an ready to use patch, so we can easily patch the official release and include the drivers. Btw, I was unable to find a working linaro release - I tried several releases, and ALL of them had issues. Sometimes the stirng "Android" was displayed forever (some kind of loop), sometime...