Note: This is mostly an abridged version of the Linux on HPS webpage with the parts omitted that will not be relevant for this semester.
- If you are working with a windows machine, The sections 2.1 and 2.2 Using Linux on the DE1-SoC shows how to install Linux on an SDcard.
- If you are on a Mac, use something like ApplePiBaker.
- The Cornell 10space system is not reachable from wireless devices!
- The MAC address and IP address are locked down and must match.
- You will use a static address assigned to your group. You may not use another group's addresses.
- IP:
10.253.17.xx- MAC:
12:34:56:78:90:yy
/etc/network/interfaces and open it using a command-line editor. It will look like this:auto eth0
iface eth0 inet static
hwaddress ether 12:34:56:78:90:yy
address 10.253.17.xx
netmask 255.255.255.0
gateway 10.253.17.1
dns-nameservers 132.236.56.250 128.253.180.2 192.35.82.50/etc/init.d/networking restart.
- If you get a eth0 error, then run
reboot
root@10.253.17.xx (where xx is your group's assigned IP).bigred5760passwd!!