From debbugs-submit-bounces@debbugs.gnu.org Wed May 20 02:30:22 2020 Received: (at submit) by debbugs.gnu.org; 20 May 2020 06:30:23 +0000 Received: from localhost ([127.0.0.1]:52014 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbIFC-00037P-KR for submit@debbugs.gnu.org; Wed, 20 May 2020 02:30:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:56870) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbIFB-00037I-T1 for submit@debbugs.gnu.org; Wed, 20 May 2020 02:30:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56864) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbIFB-0001DJ-8w for guix-patches@gnu.org; Wed, 20 May 2020 02:30:21 -0400 Received: from mail.inskydata.com ([184.68.229.6]:55973 helo=server.inskydata.com) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jbIF9-0006FL-Qj; Wed, 20 May 2020 02:30:20 -0400 Received: from [192.168.34.174] (unknown [192.168.34.174]) by server.inskydata.com (Postfix) with ESMTPSA id A97AD5F7AD30; Wed, 20 May 2020 00:29:34 -0600 (MDT) Content-Type: multipart/alternative; boundary=Apple-Mail-DC2D4EEC-461D-4286-8B3C-2F9CB19A31B7 Content-Transfer-Encoding: 7bit From: Brian Woodcox Mime-Version: 1.0 (1.0) Date: Wed, 20 May 2020 00:29:01 -0600 Subject: [bug#39617] [PATCH 0/2] Add initial Pinebook Pro support Message-Id: <71EBF8FA-DEEF-47A8-A1CB-5856B631A31E@InSkyData.com> To: guix-patches@gnu.org X-Mailer: iPad Mail (15F79) Received-SPF: none client-ip=184.68.229.6; envelope-from=bw@InSkyData.com; helo=server.inskydata.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/20 02:30:01 X-ACL-Warn: Detected OS = Mac OS X 10.x X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, MIME_QP_LONG_LINE=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: janneke@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --Apple-Mail-DC2D4EEC-461D-4286-8B3C-2F9CB19A31B7 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Regarding this issue: sudo sed 's,FDTDIR \([^ ]*\),FDT \1/rockchip/rk3399-pinebook-pro.dtb,' I only ran into this issue with a few newer Pinebook Pro=E2=80=99s It turns out the stock Debian=E2=80=99s u-boot on the emmc is causing the bo= ot process to look for rockchip-evb_rk3399.dtb. For example if you install the Manjaro u-boot files to the emmc, this proble= m goes away. That=E2=80=99s why only some of us encounter this problem and others do not.= Brian.= --Apple-Mail-DC2D4EEC-461D-4286-8B3C-2F9CB19A31B7 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Regarding this issue:
sudo sed 's,FDTDIR \([^ ]*\),FDT \1/rockchip/=
rk3399-pinebook-pro.dtb,'
I only ran into this iss=
ue with a few newer Pinebook Pro=E2=80=99s
It turn=
s out the stock Debian=E2=80=99s u-boot on the emmc is causing the boot proc=
ess to look for rockchip-evb_rk3399.dtb.
For example=
 if you install the Manjaro u-boot files to the emmc, this problem goes away=
.
That=E2=80=99s why only some of us encounter thi=
s problem and others do not.
Brian.<=
/pre>
= --Apple-Mail-DC2D4EEC-461D-4286-8B3C-2F9CB19A31B7--