Am Donnerstag, den 12.04.2007, 15:31 +0200 schrieb Wolf, Josef: > Hello, > > How do I reboot from the uClinux shell prompt? I tried the /bin/reboot > command from busybox, but with this I get: > > # reboot > # > The system is going down NOW !! > Sending SIGTERM to all processes. > Jan 1 00:14:12 dhcpcd[41]: terminating on signal 15 > > munmap of non-mmaped memory by process 45 (boa): 811f2a60 > > Bye ! > > Sending SIGKILL to all processes. > # Restarting system. > mm-armv.c 315 > Reboot failed -- System halted > > The system just hangs after that. Any idea why it is not restated? > > BTW: This is with lpc2292 armnommu from uClinux-dist-20051014
Hi, there's no architecture specific code for hardware reset for your cpu. You have to do that in include/asm/arch/system.h. Regards, Erwin _______________________________________________ uClinux-dev mailing list [EMAIL PROTECTED] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [EMAIL PROTECTED] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
