Hi Markus,

The kernel and user-space parts can be treated pretty much
independently.  If you grab the kernel pieces from LTIB (the easiest is
to go here http://www.bitshrine.org/autodocs/bsp_ext_ava_mcf547x_8x.html
and you can click the links and apply the patches yourself (remember the
order probably matters).

Once you've done this you have to figure out how to add a new kernel
into uClinux-dist.  The other thing to remember as that this Coldfire
has an MMU so make sure you set that appropriately so you get fork (not
vfork) etc.

Regards, Stuart

On Tue, 2007-12-11 at 15:48 +0100, Markus Franke wrote:
> Hi Stuart,
> 
> Zitat von Stuart Hughes <[EMAIL PROTECTED]>:
> > You can get a BSP here (this for mcf547x_8x):
> > http://www.freescale.com/webapp/sps/site/overview.jsp?nodeId=0127260061033202A9
> > or by going here:
> > http://www.bitshrine.org/
> 
> I know this BSP already.
> 
> > I believe the kernel is 2.6.10.  To the configure the kernel, after the
> > first build run: ./ltib -p kernel -c
> >
> > If you want you should be able to pull out just the kernel sources and
> > cross-toolchain and integrate it to uClinux-dist if that's your
> > preference.
> 
> Well, that's exactly what I want to do but I don't know how much  
> effort this would mean. I mean, the code from the Freescale BSP is  
> native Linux code and has nothing to do with uClinux, so "integration"  
> should be maybe replaced by "adaption".
> Currently, I am thinking of porting the M5475EVB support from the  
> "uClinux-dist/linux-2.4.x" tree into the "uClinux-dist/linux-2.6.x"  
> tree. I think this might be easier at least for the kernel. Drivers  
> could be maybe integrated later on from the Freescale BSP.
> 
> Any comments on this?
> 
> Regards,
> Markus
> 
> 
> 

_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to