From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8v46-00019G-Gz for guix-patches@gnu.org; Tue, 26 Mar 2019 19:01:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8uuN-00005N-32 for guix-patches@gnu.org; Tue, 26 Mar 2019 18:51:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47133) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h8uuM-00004q-A6 for guix-patches@gnu.org; Tue, 26 Mar 2019 18:51:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h8uuM-0002Q3-2w for guix-patches@gnu.org; Tue, 26 Mar 2019 18:51:02 -0400 Subject: [bug#34978] Enable support for veyron chrombooks Resent-Message-ID: From: Vagrant Cascadian In-Reply-To: <87mulkgmga.fsf@ponder> References: <87wokogngm.fsf@ponder> <87mulkgmga.fsf@ponder> Date: Tue, 26 Mar 2019 15:50:24 -0700 Message-ID: <87y351qmhb.fsf@aikidev.net> 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: 34978@debbugs.gnu.org On 2019-03-24, Vagrant Cascadian wrote: > On 2019-03-24, Vagrant Cascadian wrote: >> Attached is a patch series that adds a linux-libre kernel variant for >> "veyron" type chromebooks, tested on an Asus-C201 >> (a.k.a. veyron-speedy), and corresponding support for installing the >> kernel so that the "depthcharge" bootloader can boot it, and an example >> system config used on the veyron-speedy. It may also work on other >> veyron models; they are untested. > > A bonus caveat: > > * currently u-boot-tools and tdb fail tests on armhf; but those should > probably be their own bugs... "guix system reconfigure" works just fine when done from a checkout (e.g. ./pre-inst-env guix system reconfigure ...), but unfortunately, if I guix pull the very same commit: $ guix system reconfigure /home/vagrant/src/config/asus-c201-spdygx.scm guix system: error: failed to load '/home/vagrant/src/config/asus-c201-spdygx.scm': ice-9/boot-9.scm:2803:6: In procedure resolve-interface: no code for module (gnu bootloader depthcharge) How could that happen? live well, vagrant