Searching \ for '[EE] Raspberry Pi getting Icecream Sandwich' in subject line. ()
Make payments with PayPal - it's fast, free and secure! Help us get a faster server
FAQ page: techref.massmind.org/techref/index.htm?key=raspberry+getting
Search entire site for: 'Raspberry Pi getting Icecream Sandwich'.

Exact match. Not showing close matches.
PICList Thread
'[EE] Raspberry Pi getting Icecream Sandwich'
2012\08\02@055458 by alan.b.pearce

face picon face
Raspberry Pi is getting a port of Android Icecream Sandwich, done officially.


http://www.reghardware.com/2012/08/02/raspberry_pi_drizzled_with_ice_cream_sandwich/


-- Scanned by iCritical.

2012\08\02@064739 by Yigit Turgut

picon face
I wonder which touchscreens Razdroid can support. I think it can be
achieved through the DSI interface ?

On Thu, Aug 2, 2012 at 12:53 PM,  <spam_OUTalan.b.pearceTakeThisOuTspamstfc.ac.uk> wrote:
> Raspberry Pi is getting a port of Android Icecream Sandwich, done officially.
>
>
> http://www.reghardware.com/2012/08/02/raspberry_pi_drizzled_with_ice_cream_sandwich/
>
>
> --
> Scanned by iCritical.
>
>

2012\08\02@132808 by Joe Wronski

flavicon
face
That was my immediate thought.  There should be DSI hardware available at some point, as a quick search indicates:
<www.raspberrypi.org/phpBB3/viewtopic.php?f=7&t=5493>
I designed a carrier board for a compilab cmx-270 at one time, and configuration was as simple as choosing the correct LCD header file, or editing it.  This might be a different interface though.  Should be do-able for someone with a bit of time for research.

I set up a cross-compile environment on a Debian virtual machine last night and was able to actually build the kernel.  Getting that onto an SD card and working will be another story.  This would be to cut down the kernel size and eliminate unneeded modules and peripheral firmware to squeeze it onto smaller cards.

Joe W


On 8/2/2012 6:47 AM, Yigit Turgut wrote:
{Quote hidden}

>> -

2012\08\02@185501 by Yigit Turgut

picon face
On Thu, Aug 2, 2012 at 8:27 PM, Joe Wronski <jwronskispamKILLspamstillwatereng.net> wrote:
> That was my immediate thought.  There should be DSI hardware available
> at some point, as a quick search indicates:
> <www.raspberrypi.org/phpBB3/viewtopic.php?f=7&t=5493>
> I designed a carrier board for a compilab cmx-270 at one time, and
> configuration was as simple as choosing the correct LCD header file, or
> editing it.  This might be a different interface though.  Should be
> do-able for someone with a bit of time for research.

Unless there comes a modification to Raspbian that will use GPIO's as
the touch panel/screen interface, it's probably the -ancient- DSI
interface.

>
> I set up a cross-compile environment on a Debian virtual machine last
> night and was able to actually build the kernel.  Getting that onto an
> SD card and working will be another story.  This would be to cut down
> the kernel size and eliminate unneeded modules and peripheral firmware
> to squeeze it onto smaller cards.
>

What are your requirements , which modules did you include ? If it's
not a commercial one, I might like to check it out

2012\08\04@000605 by Joe Wronski
flavicon
face
On 8/2/2012 6:55 PM, Yigit Turgut wrote:
> On Thu, Aug 2, 2012 at 8:27 PM, Joe Wronski <.....jwronskiKILLspamspam.....stillwatereng.net> wrote:
>> That was my immediate thought.  There should be DSI hardware available
>> at some point, as a quick search indicates:
>> <www.raspberrypi.org/phpBB3/viewtopic.php?f=7&t=5493>
>> I designed a carrier board for a compilab cmx-270 at one time, and
>> configuration was as simple as choosing the correct LCD header file, or
>> editing it.  This might be a different interface though.  Should be
>> do-able for someone with a bit of time for research.
> Unless there comes a modification to Raspbian that will use GPIO's as
> the touch panel/screen interface, it's probably the -ancient- DSI
> interface.
The PXA-270 ARM processor I used previously had a lower level interface with RGB buses and framing signals.   I don't know anything about DSI buses, other than the brief wikipedia page.
>
>> I set up a cross-compile environment on a Debian virtual machine last
>> night and was able to actually build the kernel.  Getting that onto an
>> SD card and working will be another story.  This would be to cut down
>> the kernel size and eliminate unneeded modules and peripheral firmware
>> to squeeze it onto smaller cards.
>>
> What are your requirements , which modules did you include ? If it's
> not a commercial one, I might like to check it out.
I have no requirements right now.  Just exercising the hardware and exploring the software.  I just used the existing config as in 'make oldconfig', which had me simply pressing return to accept the already set up options of the latest raspbian release.    I followed instructions from here:
<http://elinux.org/RPi_Kernel_Compilation>
the cross-compile software for debian I got here:
http://wiki.debian.org/EmdebianToolchain
using:
apt-get install emdebian-archive-keyring
Add this to /etc/apt/sources.list:
deb http://www.emdebian.org/debian squeeze main
apt-get install g++-4.4-arm-linux-gnueabi
This last line might not be exact, I think 'g++' could be 'gcc'
and finally:
make ARCH=arm CROSS_COMPILE=/usr/bin/arm-linux-gnueabi- oldconfig
or, you can make menuconfig
finally
make ARCH=arm CROSS_COMPILE=/usr/bin/arm-linux-gnueabi-    -k
To make the kernel and modules (specified in the .config)

I may do more when a need for a $35 computer presents itself.

Joe W

More... (looser matching)
- Last day of these posts
- In 2012 , 2013 only
- Today
- New search...