[ELDK] No serial output after arch: exit
Chris Alfred
c.alfred at internode.on.net
Tue Apr 15 14:47:39 CEST 2008
I am trying the latest git kernel on a lite5200.
To compile I used:
make CROSS_COMPILE=ppc_82xx ARCH=ppc lite5200_defconfig
make CROSS_COMPILE=ppc_82xx ARCH=ppc uImage
My uBoot arguments are:
---------------------
baudrate=115200
preboot=echo;echo Type "run flash_nfs" to mount root filesystem over
NFS;echo
netdev=eth0
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}
rootpath=/opt/eldk/ppc_82xx
ethact=FEC ETHERNET
netmask=255.255.255.0
ethaddr=00:01:AF:52:01:01
ipaddr=192.168.1.8
gatewayip=192.168.1.100
serverip=192.168.1.103
hostname=lite
bootcmd=run net_nfs
bootdelay=2
net_nfs=tftp ${loadaddr};run nfsargs addip;bootm
autoload=no
jffs2args=setenv bootargs root=/dev/mtdblock0 rw rootfstype=jffs2
flash_jffs2=run jffs2args;bootm
bootfile=MPC5200/uImage
loadaddr=200000
nfsargs=setenv bootargs ${console} root=/dev/nfs rw
nfsroot=${serverip}:${rootpath}
console=console=ttyPSC0,115200
stdin=serial
stdout=serial
stderr=serial
-----------------
The serial output after reset (bootcmd = run net_nfs) is:
-----------------
U-Boot 1.1.4 (Dec 21 2006 - 16:09:31)
CPU: MPC5200 v1.2 at 396 MHz
Bus 132 MHz, IPB 66 MHz, PCI 33 MHz
Board: Motorola MPC5200 (IceCube)
I2C: 85 kHz, ready
DRAM: 64 MB
FLASH: 16 MB
PCI: Bus Dev VenId DevId Class Int
00 1a 1057 5803 0680 00
In: serial
Out: serial
Err: serial
Net: FEC ETHERNET
IDE: Bus 0: not available
Type "run flash_nfs" to mount root filesystem over NFS
Hit any key to stop autoboot: 0
Using FEC ETHERNET device
TFTP from server 192.168.1.103; our IP address is 192.168.1.8
Filename 'MPC5200/uImage'.
Load address: 0x200000
Loading:
#################################################################
#################################################################
#################################################################
########################################################
done
Bytes transferred = 1282152 (139068 hex)
## Booting image at 00200000 ...
Image Name: Linux-2.6.25-rc8-01233-g6249f9d-
Created: 2008-04-15 12:34:32 UTC
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 1282088 Bytes = 1.2 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
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
-----------------
Then after about 3 seconds, the board reboots.
Thanks for any help,
Chris
More information about the eldk
mailing list