It is not necessary for functioning but is self-generated by RTE in the alias folder HW_DIR (or in USER_DIR in case HW_DIR results full) following the AUTOCONFIG shell command.
This is followed by the RSW.CFGX file (xml format) related to the uRMC control (AS1017.001):
<?xml version="1.0" encoding="UTF-8" ?> <!-- ROBOX Cpu PN AS1017.001 - self created /F@/RSW.CFG file --> <Rsw> <network> <interfaces> <ETH1 type="inet" status="off" simulation="NETINT"> <ip configuration="static"/> <ip address="192.168.0.11"/> <ip netmask="255.255.255.0"/> <ip gateway="192.168.0.1"/> </ETH1> </interfaces> <services> <!-- Robox services --> <bcc3-tcp status="off" security="off" debug="off" verbose="off" dump_msgs="off"> <transport protocol="tcp"/> <transport port="8000"/> </bcc3-tcp> <!-- Standard services --> <tftp-udp status="off" debug="off" verbose="off" dump_msgs="off"> <transport protocol="udp"/> <transport port="69"/> </tftp-udp> </services> </network> <devices> <ramdisk> <!-- Robox ramdisk devices definition --> <RAMDISK1 status="disabled"> <disk type="RRD"/> <disk devicename="rdska"/> <disk ksize="4096"/> <disk mountpoint1="/rdska1"/> </RAMDISK1> <RAMDISK2 status="disabled"> <disk type="RRD"/> <disk devicename="rdskb"/> <disk ksize="4096"/> <disk mountpoint1="/rdskb1"/> </RAMDISK2> <RAMDISK3 status="disabled"> <disk type="RRD"/> <disk devicename="rdskc"/> <disk ksize="4096"/> <disk mountpoint1="/rdskc1"/> </RAMDISK3> <RAMDISK4 status="disabled"> <disk type="RRD"/> <disk devicename="rdskd"/> <disk ksize="4096"/> <disk mountpoint1="/rdskd1"/> </RAMDISK4> </ramdisk> </devices> </Rsw> |