From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Guix with U-Boot Date: Mon, 29 Aug 2016 19:20:08 +0200 Message-ID: <20160829192008.188fd720@scratchpost.org> 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=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beQEM-00048e-AN for guix-devel@gnu.org; Mon, 29 Aug 2016 13:20:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beQEJ-0001Xn-5H for guix-devel@gnu.org; Mon, 29 Aug 2016 13:20:18 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:33532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beQEI-0001XZ-Ul for guix-devel@gnu.org; Mon, 29 Aug 2016 13:20:15 -0400 In-Reply-To: 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: David Craven Cc: guix-devel On Mon, 29 Aug 2016 18:51:45 +0200 David Craven wrote: > 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))) (use-modules ... (gnu system u-boot)) ^^^ Add this