From owner-freebsd-arm@freebsd.org Thu Aug 25 06:15:38 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62892BC5BB3 for ; Thu, 25 Aug 2016 06:15:38 +0000 (UTC) (envelope-from bdha@mirrorshades.net) Received: from lab.pobox.com (lab.pobox.com [208.72.237.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 456881970 for ; Thu, 25 Aug 2016 06:15:37 +0000 (UTC) (envelope-from bdha@mirrorshades.net) Received: from lab.int.icgroup.com (localhost [127.0.0.1]) by lab.pobox.com (Postfix) with ESMTP id A961E19D9C for ; Thu, 25 Aug 2016 02:09:59 -0400 (EDT) Received: (from bdha@localhost) by lab.int.icgroup.com (8.14.4+Sun/8.14.4/Submit) id u7P69xxO069220 for freebsd-arm@freebsd.org; Thu, 25 Aug 2016 02:09:59 -0400 (EDT) X-Authentication-Warning: lab.int.icgroup.com: bdha set sender to bdha@mirrorshades.net using -f Date: Thu, 25 Aug 2016 02:09:58 -0400 From: Bryan Horstmann-Allen To: freebsd-arm@freebsd.org Subject: mfsroot size limit on BBB? Message-ID: <20160825060958.GB72784@lab.int.icgroup.com> Reply-To: bdha@mirrorshades.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2016 06:15:38 -0000 Hi folks! I'm working on a Beaglebone Black project. FreeBSD/arm has worked great in all my testing thus far. Really excited by the possibilities here. My next goal is to run everything out of an mfsroot. However, if I make the mfsroot any bigger than 50MB, the system hangs and then reboots itself before booting. I've tried bumping NKPT2NG in src/sys/arm/include/pmap-v6.h to 60-80 with no luck. With the default, and the <50MB mfsroot, I can boot. Is there a hard limit on KPT/mfsroot on BBB, or am I tweaking the wrong variable? Thanks in advance for any guidance! Cheers. -- bdha