Initial commit
[remote/remote-mci.git] / diku_mch / setup / etc / diku_mch.cfg
blob0b23918cbade2b6d93782c505f62e7d16e11463e
2 ############ Server connection options
4 # DNS or IP address of the mote server.
5 #serverAddress = "localhost"
6 serverAddress = "amigos30"
8 # Port number for connecting to the mote server.
9 serverPort = 10001
11 # Number of seconds to wait between server connection retries.
12 serverConnectionRetryInterval = 30
15 ############ USB and serial device related options
17 # Path to the usbserial device file.
18 usbserialPath = "/proc/tty/driver/usbserial"
20 # Path to the usb system device file.
21 usbdevicePath = "/proc/bus/usb/devices"
23 # Path to the fifo notifying the motehost of mote hotplug events.
24 usbPlugEventPipe = "/var/run/motehost.events"
26 # The initial part of MAC adresses for DIG528-2 boards.
27 #macPrefix = 0x0050C237 to be fixed!
29 # USB Vendor ID for the DIG528-2 boards.
30 vendorId = "0050"
32 # USB Product ID for the DIG528-2 boards.
33 productId = "c237"
35 # Path pattern of usb devices
36 usbSerialDevicePath = "/dev/ttyUSB%u"
38 # Maximum size in bytes of the device info files.
39 maxDeviceFileSize = 10000
42 ############ Mote flash programmer options
44 # Path to the DIG528-2 flash programmer.
45 moteProgrammerPath = "/sbin/hc08sprg"
47 # Temporary naming of flash image files.
48 flashImagePath = "/var/run/motehost_flash%u.s19"