Changeset 11541 for firmware/FTM


Ignore:
Timestamp:
07/22/11 17:10:15 (13 years ago)
Author:
weitzel
Message:
FTM IP changed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • firmware/FTM/ftm_definitions.vhd

    r11514 r11541  
    170170
    171171  -- network settings Zuerich, for backup/test FTM
    172   constant MAC_ADDRESS : mac_type := (X"FAC7", X"0FAD", X"1101");
    173   constant NETMASK     : ip_type  := (255, 255, 248, 0);
    174   constant IP_ADDRESS  : ip_type  := (192, 33, 99, 246);  --registered as ftmboard1.ethz.ch
    175   constant GATEWAY     : ip_type  := (192, 33, 96, 1);
     172  -- constant MAC_ADDRESS : mac_type := (X"FAC7", X"0FAD", X"1101");
     173  -- constant NETMASK     : ip_type  := (255, 255, 248, 0);
     174  -- constant IP_ADDRESS  : ip_type  := (192, 33, 99, 246);  --registered as ftmboard1.ethz.ch
     175  -- constant GATEWAY     : ip_type  := (192, 33, 96, 1);
     176  -- constant FIRST_PORT  : integer  := 5000;
     177
     178  -- network settings La Palma (internal subnet), for FTM in camera
     179  constant MAC_ADDRESS : mac_type := (X"FAC7", X"1FAD", X"1102");
     180  constant NETMASK     : ip_type  := (255, 255, 255, 0);
     181  constant IP_ADDRESS  : ip_type  := (10, 0, 100, 140);
     182  constant GATEWAY     : ip_type  := (10, 0, 100, 1);
    176183  constant FIRST_PORT  : integer  := 5000;
    177 
    178   -- network settings La Palma (internal subnet), for FTM in camera
    179   -- constant MAC_ADDRESS : mac_type := (X"FAC7", X"1FAD", X"1102");
    180   -- constant NETMASK     : ip_type  := (255, 255, 255, 0);
    181   -- constant IP_ADDRESS  : ip_type  := (10, 0, 100, 140);
    182   -- constant GATEWAY     : ip_type  := (10, 0, 100, 1);
    183   -- constant FIRST_PORT  : integer  := 5000;
    184184 
    185185  -- W5300 settings
Note: See TracChangeset for help on using the changeset viewer.