Hi William,
Since you don't plan on using a display you can ssh into the black and run:
opkg update
opkg install x11vnc
opkg install angstrom-x11vnc-xinit
reboot
And the vnc in with your vnc client of choice.
-Wil
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
[service_home]
Type = wifi
Name = yourSSID
Security = wpa2-psk
Passphrase = yourPassPhrase
/usr/lib/connman/test/test-connman services
As for power everything I've seen says wifi requires a wall wart, but I presume you're already on one. There are some power management features for the CPU, but I haven't located much info yet.
-Dale
ACTION=="add", SUBSYSTEM=="net", KERNEL=="wlan*" RUN+="/usr/sbin/iw dev %k set power_save off"
--