No subject


Fri Jan 23 11:48:37 CET 2009


saw some people doing it so I tried it for kicks.  It didn't make a
difference.

Finally, my u-boot enviroment variables and version info are as follows:

U-Boot 1.1.5 (Jan  1 2007 - 00:01:12)

CPU:   MPC5200 v2.2, Core v1.4 at 396 MHz
       Bus 132 MHz, IPB 132 MHz, PCI 33 MHz
Board: Media5200 (FPGA 02090403)
I2C:   85 kHz, ready
DRAM:  128 MB
FLASH: 64 MB
PCI:   Bus Dev VenId DevId Class Int
        00  1c  10cf  201e  0380  00
        00  1d  1057  5809  0680  00
GFX:   CoralP at 0x40000000

Type "run tftp_nfs" to tfp kernel with nfs root

Hit any key to stop autoboot:  0
=> print
bootdelay=5
baudrate=115200
skipnetcheck=y
skipidecheck=y
autoload=no
autostart=no
install_usb=setenv script bootrc.img;run script_usb
script_usb=run usbstart;fatload usb 0:${usbpart} ${script_addr}
${script};autoscr ${script_addr}
usbstart=usb reset; usb storage
usbpart=1
reset_env=erase 0xfff80000 0xfffbffff
ethaddr=00:04:9f:00:6f:e0
script=bootrc.img
resetserial=setenv stdout serial; setenv stderr serial; echo
preboot=run resetserial; echo Type "run tftp_nfs" to tfp kernel with nfs
root;echo
kernel_flash_addr=ffd00000
jffs2args=setenv bootargs console=ttyPSC5,115200 root=/dev/mtdblock0 rw
rootfstype=jffs2
nfsargs=setenv bootargs console=ttyPSC5,115200 root=/dev/nfs rw
nfsroot=$(serverip):$(rootpath)
netdev=eth0
addip=setenv bootargs $(bootargs)
ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname):$(netdev):off
panic=1
tftp_nfs=tftp $(kernel_ram_addr) $(bootfile);run nfsargs addip;bootm
cpkernel=cp $(kernel_flash_addr) $(kernel_ram_addr) $(kernel_flash_size)
flash_nfs=run nfsargs addip cpkernel; bootm $(kernel_ram_addr))
flash_jffs2=run jffs2args cpkernel; bootm $(kernel_ram_addr)
bootcmd=run tftp_nfs
ethact=FEC ETHERNET
rootpath=/tftpboot/ltib
bootfile=/tftpboot/uImage
netmask=255.255.255.0
ipaddr=192.168.1.123
gatewayip=192.168.1.1
serverip=192.168.1.149
script_addr=0x400000
kernel_ram_addr=700000
kernel_flash_size=700000
stdin=serial
stdout=serial
stderr=serial

Any tips or advice would be greatly appreciated.  

Thanks,
Chris

Environment size: 1397/262140 bytes




More information about the U-Boot mailing list