linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* boot LITE5200B
@ 2007-03-05 17:57 Juan Lopez
  2007-03-05 18:00 ` Sylvain Munaut
  0 siblings, 1 reply; 2+ messages in thread
From: Juan Lopez @ 2007-03-05 17:57 UTC (permalink / raw)
  To: linuxppc-embedded

Hello all,

I have a problem to boot a linux image in a Freescale LITE5200B, I
compile a Kernel image and a rootfs image with the scripts where I
found in the page http://cross-stuff.sourceforge.net/ , the LITE5200B
post in the screen:

## Booting image at ff0a0000 ...
   Image Name:   Linux MPC5200
   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
   Data Size:    1298549 Bytes =  1.2 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 my  variables are:

=> printenv
baudrate=115200
preboot=echo;echo Type "run flash_nfs" to mount root filesystem over NFS;echo
skipnetcheck=y
skippcicheck=y
skipidecheck=y
verify=n
netdev=eth0
nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=$(serverip):$(rootpath)
ramargs=setenv bootargs root=/dev/ram rw
addip=setenv bootargs $(bootargs)
ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname):$(netdev):off
panic=1
flash_nfs=run nfsargs addip;bootm $(kernel_addr)
flash_self=run ramargs addip;bootm $(kernel_addr) $(ramdisk_addr)
net_nfs=tftp 200000 $(bootfile);run nfsargs addip;bootm
rootpath=/opt/eldk/ppc_82xx
autoload=no
autostart=no
ethaddr=00:04:9f:00:5b:46
ethact=FEC ETHERNET
mtd_args=setenv bootargs
root=8.142.77:10.48.142.152:10.48.142.152:255.255.255.0:::off
jff2args=setenv bootargs root=/dev/mtdblock0 rw rootfstype=jffs2
flash_jffs2=run jffs2args
kernel_adrr=0xFF0A0000
kernel_addr=0xFF0A0000
hostname=dhcp30-56139
dnsip=10.30.1.2
bootfile=uImage-LITE5200
ipddr=192.168.0.20
filesize=f8
fileaddr=200000
gatewayip=192.168.0.1
netmask=255.255.0.0
ipaddr=192.168.0.20
serverip=192.168.0.11
bootdelay=3
bootargs=root=/dev/mtdblock3 ro console=ttyS1 rootfstype=jffs2
bootcmd=bootm 0xFF0A0000
stdin=serial
stdout=serial
stderr=serial

Environment size: 1348/65524 bytes


somebody knows that it happens??

Thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: boot LITE5200B
  2007-03-05 17:57 boot LITE5200B Juan Lopez
@ 2007-03-05 18:00 ` Sylvain Munaut
  0 siblings, 0 replies; 2+ messages in thread
From: Sylvain Munaut @ 2007-03-05 18:00 UTC (permalink / raw)
  To: Juan Lopez; +Cc: linuxppc-embedded

Juan Lopez wrote:
> Hello all,
>
> I have a problem to boot a linux image in a Freescale LITE5200B, I
> compile a Kernel image
What kernel  version, what origin ? ...

> bootargs=root=/dev/mtdblock3 ro console=ttyS1 rootfstype=jffs2
>
>   
The console = ttyS1 sounds weird ... there is only 1 serial on the
lite5200b IIRC


For 2.4 that's ttyS0
For 2.6 ttyPSC0


    Sylvain

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-05 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-05 17:57 boot LITE5200B Juan Lopez
2007-03-05 18:00 ` Sylvain Munaut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).