AVR reboot
24 July, 2011 - 10:55
Hi,
Is it possible to reboot the microcontroller via a lua script without reboot the HAH?
Thanks,
Garry
Hi,
Is it possible to reboot the microcontroller via a lua script without reboot the HAH?
Thanks,
Garry
I suspect you want to do this because the URF isn't stable... well I've been working with Karl on fixing this and we are almost there - things are on hold whilst I'm moving. Karl can tell you about our progress...
Technically might possible caveat I've not tried the script below
echo "reboot" >/dev/console
sleep 1
echo "+++" >/dev/console
The sleep and the +++ echo are IMPORTANT due to the way in which the AVR firmware works.