From owner-freebsd-embedded@FreeBSD.ORG Wed Oct 9 17:35:48 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2C4912B4 for ; Wed, 9 Oct 2013 17:35:48 +0000 (UTC) (envelope-from jeclark2006@aim.com) Received: from omr-d09.mx.aol.com (omr-d09.mx.aol.com [205.188.108.133]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DAA3C2853 for ; Wed, 9 Oct 2013 17:35:47 +0000 (UTC) Received: from mtaout-mb06.r1000.mx.aol.com (mtaout-mb06.r1000.mx.aol.com [172.29.41.70]) by omr-d09.mx.aol.com (Outbound Mail Relay) with ESMTP id 0AFEF7015325A; Wed, 9 Oct 2013 13:35:41 -0400 (EDT) Received: from [10.0.0.205] (wsip-68-105-252-106.sd.sd.cox.net [68.105.252.106]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mtaout-mb06.r1000.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id 4948FE000092; Wed, 9 Oct 2013 13:35:40 -0400 (EDT) Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: Routerboard RB800 From: John Clark In-Reply-To: Date: Wed, 9 Oct 2013 10:35:37 -0700 Message-Id: References: <2A185DB2-09B3-4D5B-9C63-1CBC542A570D@gmail.com> <0A2EBEC9-DE86-4B74-AD31-84A74516F5A2@gmail.com> <30933434-4F94-466A-8952-FE5675210AA2@gmail.com> <523DA66C.6090204@freebsd.org> To: Adrian Chadd X-Mailer: Apple Mail (2.1510) x-aol-global-disposition: G DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.com; s=20121107; t=1381340140; bh=IENlajpiKcOkhlshJAwNivpgjvmr1eP8lrfNAMIUlX8=; h=From:To:Subject:Message-Id:Date:Mime-Version:Content-Type; b=jEuOzIXmCL+6Cl+8HJxzhFR7AdTDMuYXSYWgjQldc4bIEcuMi6ph7uuwLXrQNkvvT rnqLImajX6U1YS8vVE8mHyePDx+9WI4eSYNGOWeMVrEDN0NA1AL35bDxZDUaLjQPP3 /wCklU6EPbREwO73WXaPFKqN7rOfP1/v3r/YHZ18= x-aol-sid: 3039ac1d2946525593ec7a5e X-AOL-IP: 68.105.252.106 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Benjamin Perrault , "freebsd-embedded@freebsd.org" X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 17:35:48 -0000 On Oct 1, 2013, at 1:31 AM, Adrian Chadd wrote: > Make sure you're building the right base kernel config before = tweaking. >=20 > http://wiki.openwrt.org/toh/tp-link/tl-wr842nd >=20 > This indicates it's an AR7241. So, start with the AP91 or AP99 kernel = configs. Try building that and tftpload/boot'ing it. Thanks for the hint=85 with a bit of hook and crook, I was able to build = a bootable kernel, a compressed mfsroot, and it appears that the kernel does find the compressed image, but then when it attempts to = run 'init', it gives a list of attempted paths=85 and finally death. Anyone have any further debug suggestions=85 Thanks, John Clark.