Problem when Porting Linux Image to Lite5200b board

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

Problem when Porting Linux Image to Lite5200b board

1,130 Views
szwkg4
Contributor I

Hi All,

         I am new to linux. I took the iso image for Lite5200b target and using ltib utility built the image for the target.But when I port the image to target I get the following output

 

=> tftpboot 0x200000 uImage
Using FEC ETHERNET device
TFTP from server 10.246.75.165; our IP address is 10.246.75.13
Filename 'uImage'.
Load address: 0x200000
Loading: #################################################################
         #################################################################
         #################################################################
         ################################################################
done
Bytes transferred = 1321215 (1428ff hex)
=> bootm
## Booting image at 00200000 ...
   Image Name:   Linux-2.6.16.11-rt18
   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
   Data Size:    1321151 Bytes =  1.3 MB
   Load Address: 00000000
   Entry Point:  00000000
   Uncompressing Kernel Image ... OK
id mach(): done
MMU:enter
MMU:hw init
MMU:mapin
MMU:setio
MMU:exit
setup_arch: enter
setup_arch: bootmem
arch: exit

and after this the board resets.

 

Can you please let me know why this problem exists?

 

Thanks,

Srinivas

Labels (1)
0 Kudos
1 Reply

251 Views
fsl_linux_spt
Contributor III

Check your kernel command line and make sure that you have set to console= correctly.  For detailed instructions see the BSP User Manual on the bsp iso.  The easiest way to access all of the bsp docs is via the START_HERE.html that is also on the bsp iso.

 

- Coray

0 Kudos