> I am using HaRET S/W to port linux to my > PDA(SAMGSUNG_SPH-M4655). This PDA is based on pxa300 cpu.
Hey, it's funny that Samsung doesn't eat it's own food. They make a PDA with a Marvell Processor, not with their own s3c24xx ... > I couldn't find my device in the supported device list. > http://www.handhelds.org/moin/moin.cgi/HaRET That's rigth, and it's not even in the source code. AFAIK no one wrote yet support code for the PXA3xx. If you want to do this, look at haret/src/mach/arch-pxa.cpp and arch-pxa27x. That will give you an idea on what to do. However, the existing Intel PXA2xx support is very extensive. You won't need all of this for a start. I wrote the support for the Freescale i.MX21. Just look at arch-imx.cpp, it's way simpler than the PXA ones. It's just very minimal support, but works. _______________________________________________ Haret mailing list [email protected] https://handhelds.org/mailman/listinfo/haret
