Hello, Mr. Denk, I forgot to give you the uboot printenv output. => printenv bootcmd=run flash_self bootdelay=5 baudrate=115200 loads_echo=1 preboot=run setup_phys;echo;echo Type "run flash_nfs" to mount root filesystem over NFS;echo netdev=eth0 hostname=ep440xs nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=$(serverip):$(rootpath) ramargs=setenv bootargs ramdisk=65536 root=/dev/ram rw addip=setenv bootargs $(bootargs) ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname):$(netdev):off panic=1 addtty=setenv bootargs $(bootargs) console=ttyS0,$(baudrate) flash_nfs=run nfsargs addip addtty;bootm $(kernel_addr) flash_self=run ramargs addip addtty;bootm $(kernel_addr) $(ramdisk_addr) net_nfs=tftp 200000 $(bootfile);run nfsargs addip addtty;bootm kernel_addr=fe000000 ramdisk_addr=fe180000 load=tftp 0x200000 u-boot.bin update=protect off 0xfff60000 0xffffffff;era 0xfffa0000 0xffffffff;cp.b 0x200000 fffa0000 60000 upd=run load;run update usbact=hostdev fixedip=setenv bootargs $(bootargs) ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname):$(netdev):off panic=1 dhcp=setenv bootargs $(bootargs) ip=dhcp initphy=mii w ${phy} 14 e3;mii w ${phy} 18 4101;mii w ${phy} 9 e00;mii w ${phy} 4 1e1;mii w ${phy} 0 9140;mii w ${phy} 0 1140 setup_phys=setenv phy 0;run initphy;setenv phy 1;run initphy;setenv phy progee=mw 0x100000 0x87788252;mw 0x100004 0x0957a030;mw 0x100008 0x40082350;mw 0x10000c 0x0d050000;eeprom write 0x54 0x100000 0x0 0x10 diags=cp.b 0xFFF40000 0x40000 0x20000;go 0x40004 dhcp_user-class-id=u-boot_test rootpath=/opt/ppc/ppc_4xx bootfile=cuImage.ep440xs ipaddr=192.168.0.201 netmask=255.255.255.0 ethaddr=00:01:ec:01:12:83 eth1addr=00:01:ec:81:12:83 ethact=ppc_4xx_eth0 gateway=192.168.0.1 bootargs=$(bootargs) console=ttyS0,$(baudrate) serverip=192.168.0.196 gatewayip=192.168.0.1 stdin=serial stdout=serial stderr=serial ver=U-Boot 1.1.6 (Oct 25 2009 - 13:26:41)
Thanks, Allan
_______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev