You are viewing outdated content for BUG. If you have a BUG Y.T. edition or 2.0 series device, please visit our updated wiki: http://wiki.buglabs.net
Kernel Debugging Tips
From BUG Wiki
Overview
This page describes techniques for isolating and identifying kernel problems. In most cases, this work requires a serial connection to the BUG via a Handylink<->Serial cable.
Increasing Kernel Debug Output
Execute the following line at a shell to cause the Linux Kernel to emit more debugging information in the event of a crash.
echo 8 > /proc/sys/kernel/printk
