[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Rebuilding kernel on Qube 3



> 2) How does one rebuild the kernel on Qube 3. 


please note that this is unsupported.  

cd /usr/src/linux
make config
make dep clean cobalt
cp /boot/vmlinux.gz /boot/vmlinux.gz.dist
cp vmlinux.gz /boot
<reboot>


if this kernel fails, you can use the serial console to get the old one back,
or you can use the LCD Boot from ROM option.


Tim