User Tools

Site Tools


chumbyhackerboard:rootfs

This is an old revision of the document!


Interesting things in the root filesystem

(placeholder, work in progress)

/psp has files for the timezone, hostname, and a few other things.

For: /psp/network_config

<configuration allocation="dhcp" key="password" encoding="ascii"

              encryption="WPA2" auth="WPAPSK" hwaddr="00:D0:4B:32:15:32"
              ssid="wifinetwork" type="wlan" />  
              
   This sets up a WiFi connection using WPA2 authentication for the wifinetwork with the password password.
   The hwaddr is the MAC address of the WiFi device.
   This will set up the network automatically when you reboot.
   For more, see: http://forum.chumby.com/viewtopic.php?id=5480

(add instructions as to which files and how to change them)

/etc/init.d/rcS.background starts the daemons - you might want to add /usr/bin/sshd and/or /usr/bin/inetd

(sshd not started by default, clone the httpd line, note network must be up)

(add note about ntpdate after wifi is configured)

(check that things are mounted noatime)

(maybe add splash screen info, or do a video page) http://forum.chumby.com/viewtopic.php?id=5415

/home/ladyada/public_html/wiki/data/attic/chumbyhackerboard/rootfs.1328743986.txt.gz · Last modified: 2016/01/28 18:05 (external edit)