From owner-freebsd-arm@freebsd.org Sat Feb 24 16:59:57 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86695F2E4A0 for ; Sat, 24 Feb 2018 16:59:57 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 02E7E6C8C0; Sat, 24 Feb 2018 16:59:56 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id w1OGxkpZ012245 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 24 Feb 2018 08:59:47 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id w1OGxj26012244; Sat, 24 Feb 2018 08:59:45 -0800 (PST) (envelope-from fbsd) Date: Sat, 24 Feb 2018 08:59:45 -0800 From: bob prohaska To: Ian Lepore Cc: George Rosamond , freebsd-arm@freebsd.org, bob prohaska Subject: Re: Custom kernel for RPi2 and 3 Message-ID: <20180224165945.GA12197@www.zefox.net> References: <20180220161900.GA2345@www.zefox.net> <20180221051801.GA73510@www.zefox.net> <1519229812.91697.61.camel@freebsd.org> <20180221181518.GA696@www.zefox.net> <1519242042.91697.116.camel@freebsd.org> <20180222012501.GA1313@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180222012501.GA1313@www.zefox.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2018 16:59:57 -0000 I've tried to edit the kernel configs for both Pi2 and Pi3, with some success. Both compile, boot and run. The Pi2 kernel seems to stall some hours into a j1 buildworld, but kept one ssh/cu session alive (until the pl2303 froze up, which is normal). That the ssh/cu session remained up when all other ssh connections froze is more than slightly strange. The Pi3 kernel seems to be working better, the make -j4 buildworld log file is over 11 MB after fourteen hours uptime. However, the top window refresh has become jerky; that likely portends trouble. If anyone is willing to examine and advise me on improvements to the kernel configuration files I'd be most grateful. The files, with some supporting information, can be found in: http://www.zefox.net/~fbsd/rpi2/kernel_config/ and http://www.zefox.net/~fbsd/rpi3/kernel_config/ Thanks for reading! bob prohaska