From owner-freebsd-arm@freebsd.org Sat Jan 14 20:57:01 2017 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 85904CAF6F2 for ; Sat, 14 Jan 2017 20:57:01 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from lamora.getmail.no (lamora.getmail.no [84.210.184.7]) by mx1.freebsd.org (Postfix) with ESMTP id 3DB8F1711 for ; Sat, 14 Jan 2017 20:57:00 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from localhost (localhost [127.0.0.1]) by lamora.getmail.no (Postfix) with ESMTP id 1680B69246; Sat, 14 Jan 2017 21:51:38 +0100 (CET) Received: from lamora.getmail.no ([127.0.0.1]) by localhost (lamora.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id kgMMK0aLNH78; Sat, 14 Jan 2017 21:51:37 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lamora.getmail.no (Postfix) with ESMTP id 88DA669284; Sat, 14 Jan 2017 21:51:37 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.9.2 lamora.getmail.no 88DA669284 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=getmail.no; s=8A9C8B4C-D727-11E2-8095-B6466E6B3FA2; t=1484427097; bh=pe4H1CFs/Sx2fd2lfQwHofxnLWlPDbgvgMWG/4ErIcQ=; h=Date:From:To:Subject:Message-Id:Mime-Version:Content-Type: Content-Transfer-Encoding; b=cJeMkBO4Heqea3Bh4inygop3yDv0mtATzViSD82g3idbXZuBjb85Lc6D6o/hjmso+ G6kjvR8GiCHzgsi//xHLi0SbqR7m4nBkgKQUhQjafWhMAvddPc+Br0Yk7z8if6O+iR +fYqM0MrNw4A74a9YCWnDa1kUmIW0LA4vrE6s1W4= X-Virus-Scanned: amavisd-new at lamora.get.c.bitbit.net Received: from lamora.getmail.no ([127.0.0.1]) by localhost (lamora.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id lLJFMIXtS0Cq; Sat, 14 Jan 2017 21:51:37 +0100 (CET) Received: from kg-core1.kg4.no (cm-84.209.39.108.getinternet.no [84.209.39.108]) by lamora.getmail.no (Postfix) with ESMTPSA id 5936E69246; Sat, 14 Jan 2017 21:51:37 +0100 (CET) Date: Sat, 14 Jan 2017 21:51:37 +0100 From: Torfinn Ingolfsen To: freebsd-arm@FreeBSD.org Cc: Thomas Skibo Subject: Re: Finally bringing FreeBSD to Parallella Message-Id: <20170114215137.4b77f54ef7d7b9cb3b11bc6c@getmail.no> In-Reply-To: <4B0F21E0-D0FD-409D-81A5-C0DBBFF26251@yahoo.com> References: <2CAC521E-AB65-453F-B1CC-DE025DA43596@yahoo.com> <4B0F21E0-D0FD-409D-81A5-C0DBBFF26251@yahoo.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2017 20:57:01 -0000 Hello, On Mon, 2 Jan 2017 10:08:59 -0800 Thomas Skibo via freebsd-arm wrote: >=20 > I found the instructions I wrote a while ago on booting FreeBSD on Parall= ella and put it back on my site: http://www.skibo.net/zedbsd/#parallella . = It explains how to modify the Zedboard SD card image and > boot it on Parallella. I updated the .dtb file in the tarball because th= e old one isn?t compatible with 11-release. It would help if somebody coul= d give this a whirl and give me feedback. The instructions works. There is one small change: the bitstreams are no lo= nger discussed in in Parallella's guide for creating an SD card. I just use= d a bistream I had from back when I got the card. The image created appears to work also, but I get no output on the serial c= onsole. Is this image supposed to have serial console? I use cu -l /dev/cuau0 -s 115200 with a PL2303HX usb-to-serial cable Also, which username and password can log in via ssh? I tried root/root, freebsd/freebsd and variations. Now I only get here: tingo@kg-core1$ ssg 10.1.161.32 Warning: Permanently added '10.1.161.32' (ECDSA) to the list of known hosts. Password for tingo@zedboard: Password for tingo@zedboard: Password for tingo@zedboard: Permission denied (publickey,keyboard-interactive). HTH --=20 Torfinn Ingolfsen