Changeset c60eccb in rtems
- Timestamp:
- Feb 1, 2005, 8:05:00 PM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1d386ff
- Parents:
- 7eab0f78
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/uC5282/README
r7eab0f78 rc60eccb 86 86 5) Type 'goram<CR>' to start the downloaded program, or type 'program<CR>' 87 87 to burn the code onto the uCDIMM flash. 88 89 EPICS Bootstrap Information 90 =========================== 91 The EPICS startup code uses the following environment variables. If an 92 optional environment variable is missing the value in parentheses will be used. 93 All Internet addresses must be given in 'dotted-decimal' format. 94 HWADDR0 - Ethernet hardware address. 95 IPADDR0 - Internet address (192.168.0.2). 96 NETMASK - Local network address mask (255.255.252.0). 97 HOSTNAME - Internet host name (iocNobody). 98 GATEWAY - Internet address of gateway machine (NULL). 99 SERVER - Internet address of NFS server (192.168.0.1). 100 NAMESERVER - Internet address of DNS server (SERVER). 101 DOMAIN - DNS domain name (precompiled value from CONFIG_SITE). 102 NTPSERVER - Internet address of NTP server (SERVER). 103 LOGSERVER - Internet address of syslog server (SERVER). 104 BOOTFILE - Path to executable (epics/iocNobody/bin/RTEMS-uC5282/myApp.boot). 105 CMDLINE - Path to startup script (epics/iocBoot/iocNobody/st.cmd). 106 88 107 89 108 ============================================================================
Note: See TracChangeset
for help on using the changeset viewer.