From owner-freebsd-current@FreeBSD.ORG Wed Feb 13 11:15:09 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6F8463F4 for ; Wed, 13 Feb 2013 11:15:09 +0000 (UTC) (envelope-from kolyasir@gmail.com) Received: from mail-qa0-f46.google.com (mail-qa0-f46.google.com [209.85.216.46]) by mx1.freebsd.org (Postfix) with ESMTP id 1C226AE7 for ; Wed, 13 Feb 2013 11:15:08 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id o13so2074692qaj.19 for ; Wed, 13 Feb 2013 03:15:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=S+I81k9j65MjNg+bwW9Yrp+DMLh0z/eRHH8Oqb2Szio=; b=Mab2vV8jM0YrhhU2pMDFFFuPMmx2edukOHf1FCObKYcdTnbdZAUUK1pN8T2jHJUbUu RImsYVK1sQ++rZWRZ0yP2Ti5SsK4KD0NKRD1ZLaAxc+LXcpvR/zgqotBAwAOa5InpESC G63OUqwzc45pK9jc0J3xWuYxEekk8foOY7KnakzxlQz6MZvQDQtsX9Lgt2wbrKvFws1B ToNGShNPGGRHAH6McAlBITDM2oScdujSMUOnp+6mXElLXNXZltUW2C0Dl4goqF90ROUD eLXGoU1woCl816gfyeIY1dldDuyI3pGeXUYl9VxF3AFHnbOty2MQgSMmlqAqm9qidSHm UDSw== MIME-Version: 1.0 X-Received: by 10.224.216.8 with SMTP id hg8mr8555590qab.74.1360754108054; Wed, 13 Feb 2013 03:15:08 -0800 (PST) Received: by 10.49.71.232 with HTTP; Wed, 13 Feb 2013 03:15:07 -0800 (PST) Date: Wed, 13 Feb 2013 06:15:07 -0500 Message-ID: Subject: kernel boot failier From: Yasir hussan To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2013 11:15:09 -0000 hi, i am have make some changes in my freebsd acutally have replaced mii bus with my own switch bus and have put some code of switch but after i successfully build kernel and world when i try to run it on machine it just hangs up at boot time after this ar7100> bootm change bootargs console=ttyS0,115200 root=31:03 rootfstype=jffs2 init=/sbin/init mtdparts=ar7100-nor0:256k(u-boot),64k(u-boot-env),1152k@384k (uImage),6592k@1536k(rootfs),64k@320k(ART),64k@8128M ## Booting image at 84000000 ... Image Name: FreeBSD-9.0-Paxym AR7161 Created: 2013-02-01 7:54:28 UTC Image Type: MIPS NetBSD Kernel Image (gzip compressed) Data Size: 2301863 Bytes = 2.2 MB Load Address: 80050120 Entry Point: 80050120 Verifying Checksum ... crc32_fw: 84000040 - 84231fe6 (len:00231fa7) calc... OK Uncompressing Kernel Image ... OK ## Transferring control to NetBSD stage-2 loader (at address 80050120) ... One method is that i should revert all changes which will take time, Is there is other way to debug my code, and can identify correct problem thanks