From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: Guix with U-Boot Date: Mon, 29 Aug 2016 18:51:45 +0200 Message-ID: References: <20160822132018.19828-1-david@craven.ch> <20160822132018.19828-6-david@craven.ch> <20160827104228.5db67f6a@scratchpost.org> <20160829123149.0e260af6@scratchpost.org> <20160829161919.5277eb35@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bePmq-00029f-Q7 for guix-devel@gnu.org; Mon, 29 Aug 2016 12:51:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bePmn-0004RO-Jn for guix-devel@gnu.org; Mon, 29 Aug 2016 12:51:52 -0400 Received: from mail-yb0-x233.google.com ([2607:f8b0:4002:c09::233]:34391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bePmm-0004QY-AK for guix-devel@gnu.org; Mon, 29 Aug 2016 12:51:49 -0400 Received: by mail-yb0-x233.google.com with SMTP id x93so6269201ybh.1 for ; Mon, 29 Aug 2016 09:51:47 -0700 (PDT) In-Reply-To: <20160829161919.5277eb35@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel So I think that dtc and uboot are good now, I'll give it a few days before merging... I'm getting an Unbound variable: error :/ Here's my bootloader configuration. Any suggestions? =) (bootloader (u-boot-configuration (board "vexpress_ca9x4") (device "/dev/sdX") (u-boot armhf-linux-uboot))) Thank you, David