From owner-freebsd-arm@freebsd.org Wed Mar 23 08:02:41 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 59DF9ADA363 for ; Wed, 23 Mar 2016 08:02:41 +0000 (UTC) (envelope-from onborodin@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2302182B for ; Wed, 23 Mar 2016 08:02:40 +0000 (UTC) (envelope-from onborodin@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id p65so12441708wmp.0 for ; Wed, 23 Mar 2016 01:02:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:organization :mime-version:content-transfer-encoding; bh=N8liGZ3bDIbxpunq06VEuuWrK6g74lejzrn/B86TpRE=; b=XS01ZMI/ZG7PJrH69C1ldohIdPkuoOtEy6MsR8jFby6ZmEmu5kFVSmGElgRvDJ1HUW UNPh7p6Ktk7dyAaC4BgRlBTqTiXwsYn37itWAPlmGJA2DDbxvXYoh+jdEp2r73Xo64jB kvYMvIBZAApb+NtuHDo5isWaYDfasX6sCghXiPk5HzgpKL+ihHWCbbdODZ73TsZTIgAz MkST4ai8Q3WDLOpnSC4GKP/uxfhYwDKetBa+HnTTGUZquV45nCC8RcwCLslyj8z3Zimv Wr7wjdNRHEosgdY/2SQ4lZchFCw2CdTqpr/lp1a+HZWGtXdcAa7jyqXxT6po+kxzte9o 1DHw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=N8liGZ3bDIbxpunq06VEuuWrK6g74lejzrn/B86TpRE=; b=HePZPoWDGlQ91WqZLx116AF0TnJC7SD9XANt1VtTkygMV8FVL7JO1FNA2j0IZLmFzP c09SPlOKiLC1CpzhPrFPo0XAqOvEwRoQiguWD0RhPQTeSha/rbolvc+7EpmmMqHNaHVK V7nnVHylZH8GP9aYYgK56yaFvesVkBJcLs+xGSP43JpCyePpz0MrbAVuklt5vCXRwKmi NPv/rEkdgeVAUrLpr5p6MSEHJwGaDbhryTAEW8586un5zb+Qip6d6VzPZSNewft+1hpL EIzKe6XMXnNsiREGt4/2UGsgAw5gA9taHZw+9BtrcK8MSdiScgtFESM8tObpifDvpDWV sIWA== X-Gm-Message-State: AD7BkJJim9o1mibCRFM3knk9b/KCD3svbuDC6FTvONybX8QP7oaqbDgaXXlyzAYSsz3ggA== X-Received: by 10.28.172.132 with SMTP id v126mr2250327wme.28.1458720159455; Wed, 23 Mar 2016 01:02:39 -0700 (PDT) Received: from zee.home (mail-kgd.lazurit.us. [195.191.50.4]) by smtp.gmail.com with ESMTPSA id k124sm1597955wmb.11.2016.03.23.01.02.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Mar 2016 01:02:39 -0700 (PDT) Date: Wed, 23 Mar 2016 10:02:32 +0200 From: Borodin Oleg To: freebsd-arm@freebsd.org Subject: Re: Using one RPI2 as a serial terminal for a second RPI2 Message-ID: <20160323100232.00576347@zee.home> In-Reply-To: References: <20160323012413.GA86944@www.zefox.net> Organization: The Home X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.28; i386-pc-freebsd10) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2016 08:02:41 -0000 On Wed, 23 Mar 2016 00:49:03 -0300 Luiz Otavio O Souza wrote: > On 22 March 2016 at 22:24, bob prohaska wrote: > > > > Is there a way to operate an RPI2 single user with the HDMI monitor > > and a USB keyboard? > > Try this: > > # sysctl kern.console=ttyv0 > > and then: > > # shutdown now How use usb keyboard _before_ kernel loading, with uboot/loader? --- With best regards, Oleg Borodin onborodin@gmail.com