public inbox for gentoo-embedded@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-embedded] Embedded gentoo on Intel PXA2xx
@ 2006-12-15  9:09 Jacob Smit
  2006-12-15  9:11 ` Vladimir Pouzanov
  0 siblings, 1 reply; 12+ messages in thread
From: Jacob Smit @ 2006-12-15  9:09 UTC (permalink / raw
  To: gentoo-embedded

I am currently designing an embedded system based on Intel's PXA2xx
processors.

Does embedded gentoo currenlty support this processor and if so, how do I go
about getting the kernel source and setting up the cross compiling
environment.

Thanks in advance
Jacob Smit


-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-embedded] Embedded gentoo on Intel PXA2xx
  2006-12-15  9:09 [gentoo-embedded] Embedded gentoo on Intel PXA2xx Jacob Smit
@ 2006-12-15  9:11 ` Vladimir Pouzanov
  2006-12-15  9:25   ` Jacob Smit
  2006-12-15  9:37   ` Derkling
  0 siblings, 2 replies; 12+ messages in thread
From: Vladimir Pouzanov @ 2006-12-15  9:11 UTC (permalink / raw
  To: gentoo-embedded

On 12/15/06, Jacob Smit <jacob.smit@tallix.co.uk> wrote:
> I am currently designing an embedded system based on Intel's PXA2xx
> processors.
>
> Does embedded gentoo currenlty support this processor and if so, how do I go
> about getting the kernel source and setting up the cross compiling
> environment.

Yes, PXA2xx is armv5te, so you can use any arm toolchain. Personally
I'm running gentoo on PXA261 and it works fine.

You can also take a look at OpenEmbedded, but I prefer gentoo's
portage because it's less buggy and more usable.

-- 
Sincerely,
Vladimir "Farcaller" Pouzanov
http://hackndev.com
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: [gentoo-embedded] Embedded gentoo on Intel PXA2xx
  2006-12-15  9:11 ` Vladimir Pouzanov
@ 2006-12-15  9:25   ` Jacob Smit
  2006-12-15  9:55     ` Vladimir Pouzanov
  2006-12-15  9:37   ` Derkling
  1 sibling, 1 reply; 12+ messages in thread
From: Jacob Smit @ 2006-12-15  9:25 UTC (permalink / raw
  To: gentoo-embedded

Well that is good news :)

What bootloader do you use?

-----Original Message-----
From: Vladimir Pouzanov [mailto:farcaller@gmail.com]
Sent: 15 December 2006 09:12
To: gentoo-embedded@lists.gentoo.org
Subject: Re: [gentoo-embedded] Embedded gentoo on Intel PXA2xx


On 12/15/06, Jacob Smit <jacob.smit@tallix.co.uk> wrote:
> I am currently designing an embedded system based on Intel's PXA2xx
> processors.
>
> Does embedded gentoo currenlty support this processor and if so, how do I
go
> about getting the kernel source and setting up the cross compiling
> environment.

Yes, PXA2xx is armv5te, so you can use any arm toolchain. Personally
I'm running gentoo on PXA261 and it works fine.

You can also take a look at OpenEmbedded, but I prefer gentoo's
portage because it's less buggy and more usable.

--
Sincerely,
Vladimir "Farcaller" Pouzanov
http://hackndev.com
--
gentoo-embedded@gentoo.org mailing list



-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-embedded] Embedded gentoo on Intel PXA2xx
  2006-12-15  9:11 ` Vladimir Pouzanov
  2006-12-15  9:25   ` Jacob Smit
@ 2006-12-15  9:37   ` Derkling
  2006-12-15  9:57     ` Vladimir Pouzanov
  1 sibling, 1 reply; 12+ messages in thread
From: Derkling @ 2006-12-15  9:37 UTC (permalink / raw
  To: gentoo-embedded

Could I know what is your rootdisk choice? Are you using busybox
(baselayout-lite)
or a full system layout?
I'm using a baselayout and I've had a lot of trubles on tweaking bootscipts...

Patrick

On 12/15/06, Vladimir Pouzanov <farcaller@gmail.com> wrote:
> On 12/15/06, Jacob Smit <jacob.smit@tallix.co.uk> wrote:
> > I am currently designing an embedded system based on Intel's PXA2xx
> > processors.
> >
> > Does embedded gentoo currenlty support this processor and if so, how do I go
> > about getting the kernel source and setting up the cross compiling
> > environment.
>
> Yes, PXA2xx is armv5te, so you can use any arm toolchain. Personally
> I'm running gentoo on PXA261 and it works fine.
>
> You can also take a look at OpenEmbedded, but I prefer gentoo's
> portage because it's less buggy and more usable.
>
> --
> Sincerely,
> Vladimir "Farcaller" Pouzanov
> http://hackndev.com
> --
> gentoo-embedded@gentoo.org mailing list
>
>
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-embedded] Embedded gentoo on Intel PXA2xx
  2006-12-15  9:25   ` Jacob Smit
@ 2006-12-15  9:55     ` Vladimir Pouzanov
  0 siblings, 0 replies; 12+ messages in thread
From: Vladimir Pouzanov @ 2006-12-15  9:55 UTC (permalink / raw
  To: gentoo-embedded

On 12/15/06, Jacob Smit <jacob.smit@tallix.co.uk> wrote:
> Well that is good news :)
>
> What bootloader do you use?

Uh, that's Palm Tungsten T3 handheld, so I use a hack for PalmOS to
boot linux. However u-boot works fine too.

-- 
Sincerely,
Vladimir "Farcaller" Pouzanov
http://hackndev.com
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-embedded] Embedded gentoo on Intel PXA2xx
  2006-12-15  9:37   ` Derkling
@ 2006-12-15  9:57     ` Vladimir Pouzanov
  2006-12-15 11:09       ` Kelly Price
  0 siblings, 1 reply; 12+ messages in thread
From: Vladimir Pouzanov @ 2006-12-15  9:57 UTC (permalink / raw
  To: gentoo-embedded

On 12/15/06, Derkling <derkling@gmail.com> wrote:
> Could I know what is your rootdisk choice? Are you using busybox
> (baselayout-lite)
> or a full system layout?
> I'm using a baselayout and I've had a lot of trubles on tweaking bootscipts...

Currently I'm using full baselayout (baselayout-lite requires lots of
modifications to work correctly).

-- 
Sincerely,
Vladimir "Farcaller" Pouzanov
http://hackndev.com
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-embedded] Embedded gentoo on Intel PXA2xx
  2006-12-15  9:57     ` Vladimir Pouzanov
@ 2006-12-15 11:09       ` Kelly Price
  0 siblings, 0 replies; 12+ messages in thread
From: Kelly Price @ 2006-12-15 11:09 UTC (permalink / raw
  To: gentoo-embedded

armv5te... anyone trying to slap Gentoo as-is onto a Sharp Zaurus Cxx00 series?

On 12/15/06, Vladimir Pouzanov <farcaller@gmail.com> wrote:
> On 12/15/06, Derkling <derkling@gmail.com> wrote:
> > Could I know what is your rootdisk choice? Are you using busybox
> > (baselayout-lite)
> > or a full system layout?
> > I'm using a baselayout and I've had a lot of trubles on tweaking bootscipts...
>
> Currently I'm using full baselayout (baselayout-lite requires lots of
> modifications to work correctly).
>
> --
> Sincerely,
> Vladimir "Farcaller" Pouzanov
> http://hackndev.com
> --
> gentoo-embedded@gentoo.org mailing list
>
>


-- 
Kelly "STrRedWolf" Price
http://strredwolf.furrynet.com
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-embedded] Embedded gentoo on Intel PXA2xx
       [not found] <200612170400.kBH404jX001609@robin.gentoo.org>
@ 2006-12-17 19:50 ` Shvetsow Alexey V.
  2006-12-17 20:05   ` Vladimir Pouzanov
  0 siblings, 1 reply; 12+ messages in thread
From: Shvetsow Alexey V. @ 2006-12-17 19:50 UTC (permalink / raw
  To: gentoo-embedded

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

I have working  gentoo installation on my iPAQ hx4700
Iuse crossdev to generate toolchain... 
Now there is overlay for this deveice and other arm handhelds
You can browse it ftp://gentoo.ru/hx4700/portage
There is some  working stages for handhelds on this ftp

________________________________ 
Gentoo GNU/Linux 2.6.18 Dual Xeon
E-mail: alexxyum@nwgsm.ru

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-embedded] Embedded gentoo on Intel PXA2xx
  2006-12-17 19:50 ` Shvetsow Alexey V.
@ 2006-12-17 20:05   ` Vladimir Pouzanov
  0 siblings, 0 replies; 12+ messages in thread
From: Vladimir Pouzanov @ 2006-12-17 20:05 UTC (permalink / raw
  To: gentoo-embedded

On 12/17/06, Shvetsow Alexey V. <alexxyum@nwgsm.ru> wrote:
> Now there is overlay for this deveice and other arm handhelds
> You can browse it ftp://gentoo.ru/hx4700/portage

There's also embedded gentoo overlay on hackndev.com. Maybe it would
be useful to gather all embedded overlays into one (is there any
official gentoo-embedded overlay)?

-- 
Sincerely,
Vladimir "Farcaller" Pouzanov
http://hackndev.com
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-embedded] Embedded gentoo on Intel PXA2xx
       [not found] <200612240600.kBO6031W027313@robin.gentoo.org>
@ 2006-12-30 17:37 ` Shvetsow Alexey V.
  2006-12-30 18:09   ` Vladimir Pouzanov
  0 siblings, 1 reply; 12+ messages in thread
From: Shvetsow Alexey V. @ 2006-12-30 17:37 UTC (permalink / raw
  To: gentoo-embedded

[-- Attachment #1: Type: text/plain, Size: 737 bytes --]

Ok... Can you give me link to overlay on hackndev.com
As I know there is no official overlay for embedded systems
Overlay on gentoo.ru  contains some patches for X and other programs

> There's also embedded gentoo overlay on hackndev.com. Maybe it would
> be useful to gather all embedded overlays into one (is there any
> official gentoo-embedded overlay)?
>
> --
> Sincerely,
> Vladimir "Farcaller" Pouzanov
> http://hackndev.com
> --
> gentoo-embedded@gentoo.org mailing list


-- 
________________________________ 
Gentoo GNU/Linux 2.6.18 Dual Xeon
MobilePhone : +7-812-9670969
MobilePhone : +7-921-9670969
ICQ: 254227408
E-mail: alexxyum@nwgsm.ru
E-mail: alexxyum@gmail.com
E-mail: alexxy@omrb.pnpi.spb.ru

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-embedded] Embedded gentoo on Intel PXA2xx
  2006-12-30 17:37 ` Shvetsow Alexey V.
@ 2006-12-30 18:09   ` Vladimir Pouzanov
  0 siblings, 0 replies; 12+ messages in thread
From: Vladimir Pouzanov @ 2006-12-30 18:09 UTC (permalink / raw
  To: gentoo-embedded

On 12/30/06, Shvetsow Alexey V. <alexxyum@nwgsm.ru> wrote:
> Ok... Can you give me link to overlay on hackndev.com

http://git.hackndev.com/gitweb?p=portage.git

It contains only Qt stuff that we're working on now (5-6 ebuilds IIRC).

-- 
Sincerely,
Vladimir "Farcaller" Pouzanov
http://hackndev.com
-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 12+ messages in thread

* [gentoo-embedded] Embedded gentoo on Intel PXA2xx
       [not found] <200612310600.kBV603ZU027142@robin.gentoo.org>
@ 2007-01-07 19:17 ` Shvetsov Alexey V.
  0 siblings, 0 replies; 12+ messages in thread
From: Shvetsov Alexey V. @ 2007-01-07 19:17 UTC (permalink / raw
  To: gentoo-embedded

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

Yesterday  we made overlay for pdas such as iPAQ hx4700
It contains some pda stuff ( gpe fbreader )
And some e-related stuff
use
svn co svn://gentoo.ru/hx4700/portage
to add this overlay 

_________________________________ 
Gentoo GNU/Linux 2.6.18 Dual Xeon
E-mail: alexxy@gentoo.ru
E-mail: alexxyum@nwgsm.ru

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-01-07 19:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-15  9:09 [gentoo-embedded] Embedded gentoo on Intel PXA2xx Jacob Smit
2006-12-15  9:11 ` Vladimir Pouzanov
2006-12-15  9:25   ` Jacob Smit
2006-12-15  9:55     ` Vladimir Pouzanov
2006-12-15  9:37   ` Derkling
2006-12-15  9:57     ` Vladimir Pouzanov
2006-12-15 11:09       ` Kelly Price
     [not found] <200612170400.kBH404jX001609@robin.gentoo.org>
2006-12-17 19:50 ` Shvetsow Alexey V.
2006-12-17 20:05   ` Vladimir Pouzanov
     [not found] <200612240600.kBO6031W027313@robin.gentoo.org>
2006-12-30 17:37 ` Shvetsow Alexey V.
2006-12-30 18:09   ` Vladimir Pouzanov
     [not found] <200612310600.kBV603ZU027142@robin.gentoo.org>
2007-01-07 19:17 ` Shvetsov Alexey V.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox