MPC8308 - without u-boot / linux kernel

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC8308 - without u-boot / linux kernel

554 Views
indevio
Contributor I

Hello,

 

Suppose I would like to remove the U-boot /  linux kernel in my application.

In fact, I would like to reuse the U-boot source code as a skeleton for my software ,

for a platform very similar to MPC8308RDB  ...

 

 

The U-boot source code from sourceforge seems not up to date , and not customized for the MCP8308 ...

 

I suppose that Freescale engineer have adapted their code for the RDB ...  How can I get the last version of the source code?

 

Thank you

 

 

Tags (1)
0 Kudos
1 Reply

273 Views
dmarks_ls
Senior Contributor I

Might you be better off using U-Boot as your bootloader, then developing your application as a binary that can be loaded by U-Boot?  That would retain the flexibility of U-Boot in terms of being able to load your app over the network for development, using U-Boot to load your app into flash, etc.  U-Boot isn't just for Linux.

0 Kudos