CFE version 1.0.37 for BCM947XX (32bit,SP,LE) Build Date: Fri Dec 12 02:01:12 CST 2003 (vlinux@Test) Copyright (C) 2000,2001,2002,2003 Broadcom Corporation. Initializing Arena. Initializing Devices. et0: Broadcom BCM47xx 10/100 Mbps Ethernet Controller 3.50.21.0 CPU type 0x29007: 200MHz Total memory: 0x2000000 bytes (32MB) Total memory used by CFE: 0x8032B9F0 - 0x80430EF0 (1070336) Initialized Data: 0x8032B9F0 - 0x8032DB40 (8528) BSS Area: 0x8032DB40 - 0x8032EEF0 (5040) Local Heap: 0x8032EEF0 - 0x8042EEF0 (1048576) Stack Area: 0x8042EEF0 - 0x80430EF0 (8192) Text (code) segment: 0x80300000 - 0x80309420 (37920) Boot area (physical): 0x00431000 - 0x00471000 Relocation Factor: I:00000000 - D:00000000 Device eth0: hwaddr 00-12-17-70-07-73, ipaddr 192.168.1.245, mask 255.255.255.0 gateway not set, nameserver not set Automatic startup canceled via Ctrl-C CFE> ^C CFE> ^C CFE> help Available commands: et Broadcom Ethernet utility. nvram NVRAM utility. reboot Reboot. flash Update a flash memory device autoboot Automatic system bootstrap. batch Load a batch file into memory and execute it go Verify and boot OS image. boot Load an executable file into memory and execute it load Load an executable file into memory without executing it save Save a region of memory to a remote file via TFTP ping Ping a remote IP host. arp Display or modify the ARP Table ifconfig Configure the Ethernet interface unsetenv Delete an environment variable. printenv Display the environment variables setenv Set an environment variable. help Obtain help for CFE commands For more information about a command, enter 'help command-name' *** command status = 0 CFE> setenv setenv [-ro] [-p] varname value This command sets an environment variable. By default, an environment variable is stored only in memory and will not be retained across system restart. -p Store environment variable permanently in the NVRAM device, if present -ro Causes variable to be read-only (cannot be changed in the future, implies -p) *** command status = -2 CFE> printenv Variable Name Value -------------------- -------------------------------------------------- BOOT_CONSOLE uart0 CFE_VERSION 1.0.37 CFE_BOARDNAME BCM947XX CFE_MEMORYSIZE 32 NET_DEVICE eth0 NET_IPADDR 192.168.1.245 NET_NETMASK 255.255.255.0 NET_GATEWAY 0.0.0.0 NET_NAMESERVER 0.0.0.0 STARTUP go; *** command status = 0 CFE>