From owner-freebsd-arm@freebsd.org Mon Apr 1 22:59:47 2019 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 B7BB815714D4 for ; Mon, 1 Apr 2019 22:59:47 +0000 (UTC) (envelope-from sem@semmy.ru) Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D2F48D524 for ; Mon, 1 Apr 2019 22:59:47 +0000 (UTC) (envelope-from sem@semmy.ru) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=semmy.ru; s=dkim; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version: Date:Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=1cq6nsEIZms9ZlTLL/1NCREQmqfB8nWondcROJUaaYQ=; b=gEv9i0jclc5I/hS+YNP5x8lD83 WKSu6t+zugvpNx9aoVvrxgmBcvuR1rng8isS+FvxTODmPHdmYMqOQVxvpQ510c1EAhsRuj4wxE/15 oUWNsZT1ER7GJPJJgwAX+50QzT4XKgJVfBCD6X7kQkU+rP90XD6iWhPI+cci56wValXA=; Received: from [2a02:2168:8c97:fe00:1169:9d86:58a3:2643] (helo=notebook.home.semmy.ru) by sunner.semmy.ru with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91 (FreeBSD)) (envelope-from ) id 1hB5u5-0002gQ-EG; Tue, 02 Apr 2019 01:59:45 +0300 Subject: Re: Can't boot 12.0-RELEASE on Raspberry Pi 3 B+ To: Warner Losh Cc: "freebsd-arm@freebsd.org" References: <56f70560-a1fe-8278-79c9-834bf2df97e5@semmy.ru> From: Sergey Matveychuk Message-ID: Date: Tue, 2 Apr 2019 01:59:45 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1D2F48D524 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=semmy.ru header.s=dkim header.b=gEv9i0jc; spf=pass (mx1.freebsd.org: domain of sem@semmy.ru designates 2a00:14d0:0:20::3 as permitted sender) smtp.mailfrom=sem@semmy.ru X-Spamd-Result: default: False [-0.07 / 15.00]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; R_DKIM_ALLOW(-0.20)[semmy.ru:s=dkim]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:14d0:0:20::3]; NEURAL_HAM_LONG(-0.71)[-0.711,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[semmy.ru]; NEURAL_SPAM_MEDIUM(0.52)[0.516,0]; NEURAL_SPAM_SHORT(0.06)[0.062,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[semmy.ru:+]; RCPT_COUNT_TWO(0.00)[2]; MX_GOOD(-0.01)[cached: mail.semmy.ru]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(0.57)[asn: 8331(2.86), country: RU(0.00)]; ASN(0.00)[asn:8331, ipnet:2a00:14d0::/32, country:RU]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2019 22:59:47 -0000 02.04.2019 1:57, Warner Losh пишет: > > > On Mon, Apr 1, 2019 at 4:47 PM Sergey Matveychuk > wrote: > > Hi. > > I've took an image FreeBSD-12.0-RELEASE-arm-armv6-RPI-B.img, wrote > it on > microSD with dd(1) and tried to boot on my Raspberry Pi 3 B+. Green LED > blinks shortly and I see only rainbow screen on my HDMI display and it > stuck. And I see no data on UART interface. > > What's problem? How to debug? Give me a hint please. > > > The PRI3 is a arm64 box, maybe use that image instead? > Ah, I was mistaken with RPI-B in image name. Thanks.