From owner-freebsd-arm@freebsd.org Fri Jan 31 19:19:17 2020 Return-Path: Delivered-To: freebsd-arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8142B1EA005 for ; Fri, 31 Jan 2020 19:19:17 +0000 (UTC) (envelope-from maciphone2@googlemail.com) Received: from mail-wm1-x332.google.com (mail-wm1-x332.google.com [IPv6:2a00:1450:4864:20::332]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 488Rq92hlkz46wD; Fri, 31 Jan 2020 19:19:17 +0000 (UTC) (envelope-from maciphone2@googlemail.com) Received: by mail-wm1-x332.google.com with SMTP id p9so9189279wmc.2; Fri, 31 Jan 2020 11:19:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:date:references:to:in-reply-to:message-id; bh=C3uE9Dux5AezpwOFByn4aQJkGpJcfYEhbRc8kCojuEU=; b=YQ8cGQXQjm8hbjscelnLgxZYcTL9IR/omLUjGYcxSfvdhU6Qzs6rDUzHTi/3YBoQV5 1KpxkcwsQcESgcbHwHINYoKij49LRd3HPka98uApAucbbxWoZheT6QFkHLZ+zrd8NQDs QJc6qIIaSby+B0g5IWfneLWZ1MOSqyNlDzOz6w5l4SAAbG+DmWx1zTTy4Z5ZHfKDI+ba 4/sGeqmHNYl9H3fLcngEglUHgEv7VtlSv2hh/w5AtC7qZIO47AmTX5g3eTm91POtk11u JHpfJooS8NzRQ2xrDCjUdnoSjIvZK27yf6UEG6Hui7CtPj8vMF0ZLAE55+izY9gJtL8W BZRQ== X-Gm-Message-State: APjAAAXMdWLzbP7InHT/tK8W9H2J/A23+HqCyl76t0ipdRMqk0fH0Kj/ rTUE6YMW8Jd65xUlBU5KW13HS/Wr X-Google-Smtp-Source: APXvYqx8D/jQYHjKkR3zjmlSeCu00PdT+DfnNMXfd81zlTN0Uf/SkAAZX8Jx6VTfOFGFEDXu/YnFyg== X-Received: by 2002:a7b:ce94:: with SMTP id q20mr13954780wmj.4.1580498355717; Fri, 31 Jan 2020 11:19:15 -0800 (PST) Received: from [192.168.1.167] ([46.114.105.62]) by smtp.googlemail.com with ESMTPSA id a9sm11827556wmm.15.2020.01.31.11.19.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Jan 2020 11:19:14 -0800 (PST) From: =?utf-8?Q?Klaus_K=C3=BCchemann?= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.40.2.2.4\)) Subject: Re: RPi4 Firmware Files (spawned from "arm64 as Tier 1 for FreeBSD 13") Date: Fri, 31 Jan 2020 20:19:13 +0100 References: To: Kyle Evans , freebsd-arm@freebsd.org In-Reply-To: Message-Id: <7C1006B7-D5F8-4C91-B68D-DF71D378F429@googlemail.com> X-Mailer: Apple Mail (2.3608.40.2.2.4) X-Rspamd-Queue-Id: 488Rq92hlkz46wD X-Spamd-Bar: ----- X-Spamd-Result: default: False [-5.99 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.993,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] 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: Fri, 31 Jan 2020 19:19:17 -0000 > Am 31.01.2020 um 17:01 schrieb Kyle Evans : >=20 > On Thu, Jan 30, 2020 at 3:04 PM Klaus K=C3=BCchemann > wrote: >>=20 >>=20 >>=20 >>> Am 30.01.2020 um 21:36 schrieb Kyle Evans : >>> =E2=80=A6 >>> .. >>> I think there's some kind of impedance mismatch here, but I'm not = sure >>> where. The steps are exactly as I wrote for the last RPi4 I stood = up, >>> and shouldn't have changed in the past month or two, even. You = should >>> only need to bring your own U-Boot and copy the rpi4 config.txt = over. >>=20 >> No no, everything is surprisingly good, you made a quite good job, no = mismatches :-) >> It began to work with me with the following files downloaded from = RPI-foundation and copied to >> Msdos-partition : >> bcm2711-rpi-4-b.dtb(already there if I remember correctly) >> fixup4.dat >> fixup4cd.dat >> fixup4db.dat >> fixup4x.dat >> start4.elf >> start4cd.elf >> start4db.elf >> start4x.elf >>=20 >=20 > Whoops -- it turns out that this was a local diff that never quite got > committed. I've now done so in r357335- sorry about that! They should > be there in next week's snapshots. >=20 >> Additionally the WHOLE(not only a part) folder =E2=80=9Eoverlays=E2=80=9C= in msdos-partition had to be overwritten >> with the files from RPI-foundation. >=20 > Yeah, so by default we just install the overlays that our stock > config.txt wants to use. This is a decision that we should perhaps > consider revisiting so that users of RPi* can just enable an overlay > they may have just heard about or discovered rather than also having > to fetch it and install it. >=20 > Thanks, >=20 > Kyle Evans thanks for r35733 , without overwriting the overlays it didn=E2=80=99t boot from uSD. See you later in D15955 =E2=80=94 Regards=20 Klaus=