From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: Porting GuixSD to ARM article. Date: Fri, 22 Dec 2017 23:43:51 +0100 Message-ID: <87r2rmpemw.fsf@gmail.com> References: <87shc2c3fh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSW2q-0005zy-8W for guix-devel@gnu.org; Fri, 22 Dec 2017 17:44:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSW2n-0002Mt-5X for guix-devel@gnu.org; Fri, 22 Dec 2017 17:44:00 -0500 Received: from mail-wr0-x231.google.com ([2a00:1450:400c:c0c::231]:45634) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSW2m-0002MD-UG for guix-devel@gnu.org; Fri, 22 Dec 2017 17:43:57 -0500 Received: by mail-wr0-x231.google.com with SMTP id h1so29023301wre.12 for ; Fri, 22 Dec 2017 14:43:56 -0800 (PST) In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Vincent Legoll Cc: Guix-devel Hi Vicent, > The definition on an installation image for the BeagleBone Black. > s/on an/of an/ Thanks for pointing it out. > In "Preparing a dedicated system configuration", I'm not sure, > but you have a "tty-O-0" in the system configuration: > > (tty "ttyO0") > > Isn't that a typo also ? Nope it is not. It's the name of serial port on some Omap targets. Mathieu