rmac321 wrote: > > There was some discussion in this thread about different configuration > utilities on different ports. It appears that the need to specify port > 8080 is no longer necessary. I get a blank screen when I specify > ip:8080, no 404 or other error, just a blank screen. Specifying just > the ip address gives me the CSOS Home Page, as does specifying port > 8081.
Docs need updating... Triode lua gui is now the default ... "http://wandboard.local/" or "http://wandboard.local:8081/". The original Java gui should be accessible via "http://wandboard.local/squeeze" or "http://wandboard.local:8080/squeeze". rmac321 wrote: > > As far as flashing the sd card, the guide assumes everyone is using > windows. I would suggest adding a section on flashing from linux for > those that are learning (or in my case relearning after a long absence) > linux. Plug the card in. Get the disk name from "dmesg". eg. /dev/sde Code: -------------------- sudo dd if=name_of_image.img of=/dev/sde bs=1M sync sudo eject /dev/sde -------------------- rmac321 wrote: > > One last idea would be to address updating. If it is recomended or not > and how to use the yum command to get it going. Windows users and > Debian/Linux users could use a brief section on updating if it is > recommended. General updates. (Fedora and CSOS stable) Code: -------------------- sudo yum update -------------------- Specific updates, as and when posted to this thread, have an update cmd to run. ------------------------------------------------------------------------ JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069 View this thread: http://forums.slimdevices.com/showthread.php?t=99395 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
