summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2005-02-01 20:05:00 +0000
committerEric Norum <WENorum@lbl.gov>2005-02-01 20:05:00 +0000
commitc60eccb1449d91ee27e8096409f351d1f2570049 (patch)
treedb5820258bc5c81152ccf6da90afb38eaf450434 /c
parentAdd some bootrom system calls. (diff)
downloadrtems-c60eccb1449d91ee27e8096409f351d1f2570049.tar.bz2
Add EPICS information.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/uC5282/README b/c/src/lib/libbsp/m68k/uC5282/README
index d553478f01..f49af1dd76 100644
--- a/c/src/lib/libbsp/m68k/uC5282/README
+++ b/c/src/lib/libbsp/m68k/uC5282/README
@@ -86,6 +86,25 @@ port into RAM then executed or programmed into flash memory.
5) Type 'goram<CR>' to start the downloaded program, or type 'program<CR>'
to burn the code onto the uCDIMM flash.
+EPICS Bootstrap Information
+===========================
+The EPICS startup code uses the following environment variables. If an
+optional environment variable is missing the value in parentheses will be used.
+All Internet addresses must be given in 'dotted-decimal' format.
+HWADDR0 - Ethernet hardware address.
+IPADDR0 - Internet address (192.168.0.2).
+NETMASK - Local network address mask (255.255.252.0).
+HOSTNAME - Internet host name (iocNobody).
+GATEWAY - Internet address of gateway machine (NULL).
+SERVER - Internet address of NFS server (192.168.0.1).
+NAMESERVER - Internet address of DNS server (SERVER).
+DOMAIN - DNS domain name (precompiled value from CONFIG_SITE).
+NTPSERVER - Internet address of NTP server (SERVER).
+LOGSERVER - Internet address of syslog server (SERVER).
+BOOTFILE - Path to executable (epics/iocNobody/bin/RTEMS-uC5282/myApp.boot).
+CMDLINE - Path to startup script (epics/iocBoot/iocNobody/st.cmd).
+
+
============================================================================
Memory map as set up by dBUG bootstrap and BSP initialization