Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 6 matches

by csp
06 May 2008, 17:49
Forum: Development
Topic: JTAG cable / Kernel upgrade
Replies: 6
Views: 14698

johannes wrote:Ok, sorry for the delay, but now it's done. See this howto for details.
Many thanks, I'll take a look...
by csp
16 Apr 2008, 12:54
Forum: Development
Topic: JTAG cable / Kernel upgrade
Replies: 6
Views: 14698

Hi Björn,

Another way to reprogram the flash without a running system is to use the AT91's built in boot-loader. This however requires special software to run at your workstation, but requires nothing more in hardware than a slightly modified USB cable. We can release this software and a short ...
by csp
24 Mar 2008, 11:30
Forum: Bubba Server Support
Topic: How to power down via software?
Replies: 7
Views: 10655

Following up on this, the web admin script in /usr/lib/web-admin/backend.pl has code to do a shutdown. The relevant part, as a shell script, is as follows:


#!/bin/sh
MAGIC=/sys/devices/platform/buttons/bubbabuttons0/magic
if [ -e $MAGIC ]; then
echo 19088743 >> $MAGIC
/sbin/reboot
else
/sbin ...
by csp
22 Mar 2008, 20:08
Forum: Bubba Server Support
Topic: How to power down via software?
Replies: 7
Views: 10655

yeah, it works the same manually :-(
by csp
22 Mar 2008, 19:50
Forum: Bubba Server Support
Topic: How to power down via software?
Replies: 7
Views: 10655

I have never tried it in a cron-job, but why not just use "poweroff" instead of shutdown?

That does the same as "shutdown -h": powers down the disk, but leaves the LED blinking and the main power on. I was hoping for something that would turn the machine off totally, like holding down the power ...
by csp
22 Mar 2008, 15:42
Forum: Bubba Server Support
Topic: How to power down via software?
Replies: 7
Views: 10655

How to power down via software?

Hi,

Is there any way of powering down a bubba by software at a fixed time each day? My initial thought was to put "shutdown -P now" in root's crontab, but that seems to put the machine into single user mode rather than powering off (i.e. I can still ping it!). Using "shutdown -h now" powers off the ...