From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8B35C47082 for ; Mon, 7 Jun 2021 12:44:09 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5C2CC6108C for ; Mon, 7 Jun 2021 12:44:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5C2CC6108C Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=tutamail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 411DB82E96; Mon, 7 Jun 2021 14:43:06 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=quarantine dis=none) header.from=tutamail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=tutamail.com header.i=@tutamail.com header.b="aj2K/86L"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1F4BC81CDE; Mon, 7 Jun 2021 07:21:49 +0200 (CEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id F37F181671 for ; Mon, 7 Jun 2021 07:21:45 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=tutamail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=eimar.koort@tutamail.com Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id B1C781060168 for ; Mon, 7 Jun 2021 05:21:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1623043305; s=s1; d=tutamail.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=EsMIIFMReA3ggjMvdmAcX5l+wlumkFjrMrA2otlXE+o=; b=aj2K/86LUoke8bMhy/NIp4BCf2d4hSS3Zt847GzoJWeoXI5wcSmE6qPCTocQB0g0 zFTYXCdbi7OUY8vWOG6S/G1P2Lc2IvHhQGgzyj+R0yVeNCBvdbjgvxMzoI/DHzk9CgN YKMO0oxjB6ImNaSnHP4XvOyKtCTqMGxsFuXQ4KVyxXTfpS2wyrxr7bGSIs7NI967WE8 cPt9pie8bV+5CXWg2nrx4O4GV4Fs1z/x0Tp1/E3r+7p9wJAf8/ydrJqRvF2OoP07vNw 9uNPrI9jNlS9mzhVewhWDxgICNQ5wbUe4PpcVdHixCqFhFs7V1SkLXxpOey/iejeCtZ FVBHmeZQFA== Date: Mon, 7 Jun 2021 07:21:45 +0200 (CEST) From: Eimar Koort To: u-boot@lists.denx.de Message-ID: Subject: U-Boot does not boot from MicroSD card >1 USB storage devices are present MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 07 Jun 2021 14:43:02 +0200 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.4 at phobos.denx.de X-Virus-Status: Clean Hi all, There seems to be a bug in combination with RPI4 and 2 HDD-s are connected over same USB port. When HDD-s are present, then u-boot is not able to boot up OS from SD card. Created a FreeBSD bug report about this issue. However it seems not to be FreeBSD problem, but U-Boot bug instead. I have to mention that all this worked with older RPI4 firmware and U-Boot 2020.10, which came with then Freebsd13-current. Some updates (including rpi firmware update) later it stopped working. Steps to reproduce: take USB HUB, attach 2 or more HDD/usb thumb drives or something like that, connect it to RPI and try to boot up from SD card. Longer reading and much more details can be found here: Newer bug report created by Roger Leigh: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256441 And an older one: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253983 Regards, -- Eimar Koort ( eimar.koort@tutamail.com )