Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Linux must have 32-bit compatibility turned on if it is x86_64.
  • DHCP must be available for the COB Mezzannine boards
  • NFS should be available in order to replace software on the CMBs.
  • Software firewalls such as iptables must be configured so that UDP packets from the CMB are accepted.
    • In the case of Penn's system, this required adding the following rule to iptables:
      iptables -I INPUT 4 -t filter -p udp -s 128.91.41.132 -j ACCEPT

Unpack all tarballs to a directory readable by your group. Create a setup script to be run when using code in this environment with the following contents:

...