Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 9 and Version 10 of TBR/BSP/Gen83xx


Ignore:
Timestamp:
03/25/11 23:55:51 (13 years ago)
Author:
Richard Campbell
Comment:

/* Firmware Setup */ Added RTEMS Lab board settings

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Gen83xx

    v9 v10  
    5353  *  JTAG/COP for debugging
    5454= Board Setup =
     55= RTEMS Lab Board =
    5556
     57Use the "printenv" command to view the firmware settings:
     58{{{= >  printenv
     59baudrate =115200
     60loads_echo=1
     61hostname=mpc8313erdb
     62bootfile=/tftpboot/uImage
     63loadaddr=200000
     64load_uboot=tftp 100000 /tftpboot/u-boot.bin
     65update_uboot=protect off fe000000 fe06ffff; era fe000000 fe06ffff; cp.b 100000 fe000000 $filesize
     66burn_uboot=run load_uboot;run update_uboot
     67netdev=eth1
     68nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath}
     69ramargs=setenv bootargs root=/dev/ram rw
     70addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}:off panic=1
     71addtty=setenv bootargs ${bootargs} console=ttyS0,${baudrate}
     72load_vscfw=tftp 100000 /tftpboot/vsc2bin
     73update_vscfw=protect off fe7fe000 fe7fffff;erase fe7fe000 fe7fffff; cp.b 100000 fe7fe000 $filesize
     74burn_vscfw=run load_vscfw; run update_vscfw
     75run_vscld=tftp 40000 /tftpboot/vsc7385_load.bin;go 40004
     76run_vscld1=cp.b fe710000 40000 11000; go 40004
     77ethaddr=04:00:00:00:00:0A
     78eth1addr=04:00:00:00:00:0B
     79rootpath=/tftpboot/192.168.1.100
     80ethact=TSEC0
     81bootdelay=3
     82serverip=192.168.1.92
     83bootcmd=setenv ethact TSEC1;tftp 1000000 /mpc8313erdb.img; bootm
     84ipaddr=192.168.1.242
     85stdin=serial
     86stdout=serial
     87stderr=serial
    5688
    57 If there are special jumper or ROM monitor settings, describe them.
     89Environment size: 1131/8188 bytes
     90}}}
    5891= Downloading and Executing =
    5992
     
    73106|Report  = reports that something happened.
    74107}}
    75 = References =
     108
     109=References=
    76110
    77111