From mboxrd@z Thu Jan 1 00:00:00 1970 From: alayrac Date: Thu, 19 Oct 2006 13:35:59 +0200 Subject: [U-Boot-Users] U-boot hang after uncompressing kernel. In-Reply-To: <1F211FE03383644EAA6BB7A52FCD9B9BFE7CF6@sohm.kpit.com> References: <1F211FE03383644EAA6BB7A52FCD9B9BFE7CF6@sohm.kpit.com> Message-ID: <1161257759.4894.7.camel@Serge-Linux> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Ashay > Uncompressing Kernel Image ... OK > > After the above message kernel hangs. I face the same problem some times ago because of bad bootargs passed to the kernel from u-boot. If you manually start the kernel from u-boot command line then you should not set bootargs env variable to empty string (with background idea that Linux will use default bootagrs compiled with the source). In that case the kernel try to boot with empty bootargs and then hangs. If it is autostart process then you should check what bootargs are set in the config file (in u-boot/include/configs/*.h, * stand for your specific board). You can found a lot of information in doc file u-boot/README and on the u-boot documentation http://www.denx.de/wiki/DULG/Manual Regards Chris