From owner-freebsd-arm@freebsd.org Tue Dec 29 12:15:06 2015 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 A62A0A54B7A for ; Tue, 29 Dec 2015 12:15:06 +0000 (UTC) (envelope-from brett@lariat.net) Received: from mail.lariat.net (mail.lariat.net [66.62.230.51]) by mx1.freebsd.org (Postfix) with ESMTP id 4FEE11634; Tue, 29 Dec 2015 12:15:05 +0000 (UTC) (envelope-from brett@lariat.net) Received: from Toshi.lariat.net (IDENT:ppp1000.lariat.net@localhost [127.0.0.1]) by mail.lariat.net (8.9.3/8.9.3) with ESMTP id VAA02387; Sun, 27 Dec 2015 21:50:15 -0700 (MST) Message-Id: <201512280450.VAA02387@mail.lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sun, 27 Dec 2015 21:50:14 -0700 To: Ian Lepore , freebsd-arm@freebsd.org From: Brett Glass Subject: Re: Getting started with freebsd-arm on Cubox-i2 In-Reply-To: <1451272216.1369.25.camel@freebsd.org> References: <201512272145.OAA28860@mail.lariat.net> <1451264046.1369.21.camel@freebsd.org> <201512280230.TAA01501@mail.lariat.net> <1451272216.1369.25.camel@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 12:15:06 -0000 At 08:10 PM 12/27/2015, Ian Lepore wrote: >Since there are no video drivers in the image you're running, there's >no memory wasted on a framebuffer. The remaining memory is the kernel >itself and page tables and other things that aren't accounted for by >the vm system, which is where the numbers in top come from. Great! My next question: How to get more storage. When I flashed onto an 8 GB card, booted, and then brought in the package manager, I filled the card. If I put in a 16 GB card, will FFS automatically be expanded to fill the card? Or will I have to do that manually? --Brett