From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45365) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4dCx-0007ez-OP for guix-patches@gnu.org; Wed, 19 Feb 2020 23:13:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4dCw-0006Lp-Of for guix-patches@gnu.org; Wed, 19 Feb 2020 23:13:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37714) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j4dCw-0006Ll-Kt for guix-patches@gnu.org; Wed, 19 Feb 2020 23:13:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j4dCw-0003UJ-FA for guix-patches@gnu.org; Wed, 19 Feb 2020 23:13:02 -0500 Subject: [bug#39617] [PATCH 0/2] Add initial Pinebook Pro support Resent-Message-ID: From: Vagrant Cascadian In-Reply-To: <20200216191911.26df0ad7@scratchpost.org> References: <87tv3rd6sz.fsf@gnu.org> <20200216191911.26df0ad7@scratchpost.org> Date: Wed, 19 Feb 2020 20:12:32 -0800 Message-ID: <87tv3lew27.fsf@yucca> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic , Jan Nieuwenhuizen Cc: 39617@debbugs.gnu.org On 2020-02-16, Danny Milosavljevic wrote: > On Sat, 15 Feb 2020 19:49:48 +0100 > Jan Nieuwenhuizen wrote: >> sudo sed 's,FDTDIR \([^ ]*\),FDT \1/rockchip/rk3399-pinebook-pro.dtb,' /boot/extlinux/extlinux.conf I didn't do this manually and mine booted without it; is this implemented in the patches directly? > It might make sense to find out why this is necessary. > > https://lists.denx.de/pipermail/u-boot/2014-January/171682.html describes that it > should be possible to set up u-boot environment variables (in uEnv.txt) to make > it find the correct FDT file anyway. uEnv.txt is not necessarily widely supported; some arbitrary boards implement it, but I wouldn't rely on it. live well, vagrant