View previous topic :: View next topic |
Author |
Message |
Dr.Dran l33t
Joined: 08 Oct 2004 Posts: 766 Location: Imola - Italy
|
Posted: Mon Jul 11, 2005 5:27 pm Post subject: [OLD] Intel Cotulla PXA255 become [NEW] CerfPod 255SE Cool! |
|
|
Hi Guys,
I have the fortune to take that board for experiments... but what's the trouble? I'm a very very newbe for the embedded systems, I search for documentation for gentoo to make a cross-compiling system for developing systems & application for the embedded PXA device. Have someone made the same experience? Any url, docs and other docuemntation are very welcome!
P.S. Excuse me for my worst english
Last edited by Dr.Dran on Wed Sep 21, 2005 7:20 pm; edited 1 time in total |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54578 Location: 56N 3W
|
Posted: Mon Jul 11, 2005 6:06 pm Post subject: |
|
|
DranXXX,
There is a linux installl for PXA at www.handhelds.org. The PXA is used in things like iPaqs.
There are also some cross compilers there and scripts to build one of your own cross toolchains.
Good luck. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
Dr.Dran l33t
Joined: 08 Oct 2004 Posts: 766 Location: Imola - Italy
|
Posted: Mon Jul 11, 2005 6:57 pm Post subject: |
|
|
Thanx for the information, I have found in portage a package called "crossdev", that seems a package that built cross-toolchain utilities... but there is a lack of documentation, does anyone could help me?
And that packages may help me to build a developmente enviroment for PXA's chips? |
|
Back to top |
|
|
Redhatter Retired Dev
Joined: 20 Sep 2003 Posts: 548 Location: Brisbane, QLD, Australia
|
Posted: Tue Jul 12, 2005 1:28 am Post subject: |
|
|
crossdev is pretty simple to use. I'm guessing, that if the PXA is related to machines like the iPaq, then it's running an Intel StrongARM architecture.
Code: | # [b]crossdev -t arm-unknown-linux-gnu[/b] |
That should give you a Linux/arm cross compiler, which you can use to build up a userland. µClibc's buildroot utility will be handy too, it also builds cross-compilers. http://buildroot.uclibc.org/
Simply unpack the buildroot tarball, then type make menuconfig, set everything up, then run make. _________________ Stuart Longland (a.k.a Redhatter, VK4MSL)
I haven't lost my mind - it's backed up on a tape somewhere...
Gentoo/MIPS Cobalt developer, Mozilla herd member. |
|
Back to top |
|
|
Dr.Dran l33t
Joined: 08 Oct 2004 Posts: 766 Location: Imola - Italy
|
Posted: Tue Jul 12, 2005 1:20 pm Post subject: |
|
|
Thanx my friends, now I'm going to work and to built the enviroment, but if someone else have another kind of informatin please tell me more...
P.S. There is any developer for the ARM/STRONGARM achitecture on gentoo, because I have seen the zynot project dead...
I'm very intentioned to begin the support of that architecture, but I guess that not be the one |
|
Back to top |
|
|
Dr.Dran l33t
Joined: 08 Oct 2004 Posts: 766 Location: Imola - Italy
|
Posted: Wed Sep 21, 2005 7:17 pm Post subject: |
|
|
YEahhhhhhhhhhhh!!! Now I'm the lucky owner of a Cerfpod 255SE!!!
Redhatter wrote: | crossdev is pretty simple to use. I'm guessing, that if the PXA is related to machines like the iPaq, then it's running an Intel StrongARM architecture.
Code: | # [b]crossdev -t arm-unknown-linux-gnu[/b] |
That should give you a Linux/arm cross compiler, which you can use to build up a userland. µClibc's buildroot utility will be handy too, it also builds cross-compilers. http://buildroot.uclibc.org/
Simply unpack the buildroot tarball, then type make menuconfig, set everything up, then run make. |
Well I try the build root script, and I was impressed for the semplicity of the installation and bilding of the image and the cross-compiling tools... and I decide to study a metod to implement a tool similar to build root to utilize the powerfull emerge like crossdev... do you have any suggestions before I start the project? Opinions are welcome _________________ :: [Dr.Dran] Details ::
- Linux User # 286282
- IT FreeLance Consultant
- President of ImoLUG [Imola & Faenza Linux User Group] |
|
Back to top |
|
|
Redhatter Retired Dev
Joined: 20 Sep 2003 Posts: 548 Location: Brisbane, QLD, Australia
|
Posted: Wed Sep 21, 2005 11:21 pm Post subject: |
|
|
DranXXX wrote: | YEahhhhhhhhhhhh!!! Now I'm the lucky owner of a Cerfpod 255SE!!!
Redhatter wrote: | crossdev is pretty simple to use. I'm guessing, that if the PXA is related to machines like the iPaq, then it's running an Intel StrongARM architecture.
Code: | # [b]crossdev -t arm-unknown-linux-gnu[/b] |
That should give you a Linux/arm cross compiler, which you can use to build up a userland. µClibc's buildroot utility will be handy too, it also builds cross-compilers. http://buildroot.uclibc.org/
Simply unpack the buildroot tarball, then type make menuconfig, set everything up, then run make. |
Well I try the build root script, and I was impressed for the semplicity of the installation and bilding of the image and the cross-compiling tools... and I decide to study a metod to implement a tool similar to build root to utilize the powerfull emerge like crossdev... do you have any suggestions before I start the project? Opinions are welcome |
I believe there is already work being done to support this in Portage.
http://dev.gentoo.org/~vapier/CROSS-COMPILE-SYSTEM
http://dev.gentoo.org/~vapier/CROSS-COMPILE-HOWTO _________________ Stuart Longland (a.k.a Redhatter, VK4MSL)
I haven't lost my mind - it's backed up on a tape somewhere...
Gentoo/MIPS Cobalt developer, Mozilla herd member. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|