P4080 DS - PB board bring-up

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

P4080 DS - PB board bring-up

1,686 Views
powernova
Contributor I

Hi Folks,

I have got a P4080 DS - PB board.  How do I bring-up this board?  Any pointers?

Thanks.

Tags (1)
0 Kudos
4 Replies

1,164 Views
Farrukh
Contributor II

You should have LTIB supplied by the manufacturer for this board which will have its BSP for Linux kernel, using that you can build your kernel image, root fileystem and bootloader for this board.

0 Kudos

1,164 Views
powernova
Contributor I

Unfortunately the board doesn't come with a CD/DVD that has LTIB (the packing just contained HW Documentation CD).  BSP has to be downloaded separately :smileysad:

I am able to boot the dev board just by powering on.  For the toolchain I guess need to wait for the BSP media.

Thanks

0 Kudos

1,164 Views
Farrukh
Contributor II

A Quick search revelaed following two links which might be helpful for you

 

MEL Eval (Mentor Embedded Linux)

http://www.mentor.com/embedded-software/linux/mel-essentials-freescale/

 

Linux BSP

http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=SDKLINUXDPAA&fsrch=1

 

These might be helpful.

0 Kudos

1,164 Views
powernova
Contributor I

Thanks.  I am able to download and install the system builder on development host. 

 

I have done till "bitbake devel-image" to get the cross-compilation tools.  Now, I can see that gcc compiler present in directory "freescale-2011.03/powerpc-linux-gnu/bin/gcc".

 

But while compiling a simple test program this error is seen -

gcc: error trying to exec 'cc1': execvp: No such file or directory

 

How do I use the powerpc compiler?  Is there anything to be done as environment setting.

 

Thanks.

 

 

0 Kudos