From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon South Subject: Re: Building installation image for ROCK64 Date: Sun, 12 Apr 2020 12:19:59 -0400 Message-ID: <87eessisls.fsf@simonsouth.net> References: <87sgh9iz1v.fsf@simonsouth.net> <877dyl7mn0.fsf@yucca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43681) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNfLT-0000Hz-Cr for help-guix@gnu.org; Sun, 12 Apr 2020 12:20:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jNfLR-0007uG-UH for help-guix@gnu.org; Sun, 12 Apr 2020 12:20:30 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:57624) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jNfLR-0007ts-QA for help-guix@gnu.org; Sun, 12 Apr 2020 12:20:29 -0400 In-Reply-To: <877dyl7mn0.fsf@yucca> (Vagrant Cascadian's message of "Sat, 11 Apr 2020 14:12:03 -0700") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Vagrant Cascadian Cc: help-guix@gnu.org Vagrant Cascadian writes: > This might avoid playing whack-a-mole with arbitrarily complex sets of drivers: > > (kernel linux-libre-arm64-generic) > (initrd-modules '()) Thanks, Vagrant. That definitely got me further, though the machine still fails to finish booting: [ 0.243248] rockchip-pinctrl pinctrl: pin gpio0-2 already requested by vcc-host-5v-regulator; cannot claim for vcc-host1-5v-regulator [ 0.243264] rockchip-pinctrl pinctrl: pin-2 (vcc-host1-5v-regulator) status -22 [ 0.243279] rockchip-pinctrl pinctrl: could not request pin 2 (gpio0-2) from group usb20-host-drv on device rockchip-pinctrl [ 0.243291] reg-fixed-voltage vcc-host1-5v-regulator: Error applying setting, reverse things back GC Warning: pthread_getattr_np or pthread_attr_getstack failed for main thread GC Warning: Couldn't read /proc/stat Welcome, this is GNU's early boot Guile. Use '--repl' for an initrd REPL. loading kernel modules... loading '/gnu/store/6a4pyi34awj0jkd6ipl39dylj675ipxm-system/boot'... ERROR: In procedure open-file: In procedure open-file: No such file or directory: "/var/run/utmpx" Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. GNU Guile 2.2.6 Copyright (C) 1995-2019 Free Software Foundation, Inc. I assume the missing file is the actual reason for the failure and whatever's going on with the voltage-regulator drivers is unimportant for now. Any chance something in the output above rings a bell? I'll start diagnosing from here---it's probably time to write a real "operating-system" definition for this machine and see what a newly generated image contains. -- Simon South simon@simonsouth.net