From owner-freebsd-arm@freebsd.org Sun Dec 6 16:47:10 2015 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 520A39A077C for ; Sun, 6 Dec 2015 16:47:10 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qg0-x229.google.com (mail-qg0-x229.google.com [IPv6:2607:f8b0:400d:c04::229]) (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 0C8881FBD for ; Sun, 6 Dec 2015 16:47:10 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by qgcc31 with SMTP id c31so126995500qgc.3 for ; Sun, 06 Dec 2015 08:47:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Bfn1BWjjKve21aXJClLTZZkUjBbnyV4LrgQcWOx6NYY=; b=jZ5tkK543GqdkpScx6k09GFK2Dgs6mu1EJ7udWzagFU4PmGNba+eNAxXQ2fTer1bjY UiRW+WytN1XIWtPYr0rsQQXgaYd9mhK3oQL2Et5TvNhooqOqQDbMiM63tqPgcH5DmKm1 rrgJZ4FKCuOjlj2QyJez7cAIPANCeMx20S5z5awY3B2aM84izvpceqtcScvLw7J+Yjdm vYr8YZW7iHJGmAJO3i1BQfPZNyZMvHTm7N25sjQ43iQ5hisshDQ3qAwXJMTlBHvP5U18 K7tpxiNonS0wCehvZQtmPYeCbpgU/g00VGnz/nz+DKiY9ZUy8A8wk9455ztxMFobkAY9 X3LA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Bfn1BWjjKve21aXJClLTZZkUjBbnyV4LrgQcWOx6NYY=; b=TdaSJLv3dhtt0i4Ek3BiOU2I4txpvZCVulOrUpoJRg7Zn57H79TceO7uWxbcuOvv3a wpMEb4iFbxzCv/AIaZpcaoLASf6Gxokcn5K1Y2yg/I+ibqPi85m8+e1xpaGziqaFkbec RGts4fWl17EHP+GJO9TUF0s6mXdthbdY/kIhJxWRHEYDLi7hzjIsp1tvGe78VnQSGw9L qCgYzGX2ou6Y70aoUyPjtxX9NMM3mB9BVASizEXS81Ns21gZFw3Ktxz2aE4FZ0ANfgkk cYnTH3kPP+tEEhv5PgPNti5lcIs1pkKPlA3R7JIYXe8+OebYg2ZhW2E2pS42XjTog+TZ T9SQ== X-Gm-Message-State: ALoCoQnSLAd04HUiaL0F1mvfE79egRWHYsg6x/4/mVcabFXngp7eTT/wwf1SgS25ClNXnGsDMMXA MIME-Version: 1.0 X-Received: by 10.140.141.138 with SMTP id 132mr33283397qhn.74.1449420429050; Sun, 06 Dec 2015 08:47:09 -0800 (PST) Sender: wlosh@bsdimp.com Received: by 10.140.27.181 with HTTP; Sun, 6 Dec 2015 08:47:08 -0800 (PST) X-Originating-IP: [50.253.99.174] In-Reply-To: References: <44D770D9-F1EF-461E-BB1A-8A19E9FB4BC8@rcn.com> <4D7C44B3-8135-4431-A07B-6135284D0C02@bsdimp.com> <5663E1FA.3060602@kronometrix.org> <566407CE.4020403@gmail.com> Date: Sun, 6 Dec 2015 09:47:08 -0700 X-Google-Sender-Auth: yA-K6kqhxBNjCzf9l0Puxk2Y5CU Message-ID: Subject: Re: Raspberry Pi Zero From: Warner Losh To: Erik Moe Cc: Jukka Ukkonen , "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2015 16:47:10 -0000 On Sun, Dec 6, 2015 at 9:45 AM, Erik Moe wrote: > Firmware was the issue. I mounted the MSDOS partition of the latest RPI-= B > snapshot, replaced bootcode.bin, fixup.dat, fixup_cd.dat, start.elf and s= tart_cd.elf > from https://github.com/raspberrypi/firmware and the Zero booted right up > into multi-user mode. It didn=E2=80=99t seem to mind that the DTB was fo= r the > RPI-B. > > Cool. Any chance you can try the same image on an RPI-B? Warner