HIP:TS7400

From Earlham CS Department
Revision as of 13:27, 18 March 2007 by Copelco (talk | contribs) (Board Configuration)
Jump to navigation Jump to search

Board Configuration

Auto development (debian) startup

  • Bypass fastboot and proceed directly into starting the SD card version of linux

From the fastboot shell

ln -sf /linuxrc-sdroot /linuxrc; save

Networking

  • I'm having trouble acquiring a DHCP lease. I believe it has something to do with the DHCP configuration, but for now I'm manually assigning an IP address.

/etc/network/interfaces:

iface eth0 inet static
address 192.168.1.138
network 192.168.1.1
netmask 255.255.255.0
broadcast 192.168.1.255

Add default route

route add default gw 192.168.1.1 eth0

Edit rc#.d to run, because ifup -a only brings up interfaces assigned with auto

ifup eth0

Links