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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E61E2C433EF for ; Fri, 24 Sep 2021 18:50:48 +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 215AD61241 for ; Fri, 24 Sep 2021 18:50:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 215AD61241 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gerhold.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 92E3F8347F; Fri, 24 Sep 2021 20:50:45 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=gerhold.net 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; unprotected) header.d=gerhold.net header.i=@gerhold.net header.b="OSfGwhTk"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id CD9D883480; Fri, 24 Sep 2021 20:50:42 +0200 (CEST) Received: from mo4-p00-ob.smtp.rzone.de (mo4-p00-ob.smtp.rzone.de [85.215.255.21]) (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 F4180832E0 for ; Fri, 24 Sep 2021 20:50:39 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=gerhold.net Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=stephan@gerhold.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1632509439; s=strato-dkim-0002; d=gerhold.net; h=In-Reply-To:References:Message-ID:Subject:Cc:To:From:Date:Cc:Date: From:Subject:Sender; bh=1RKoSje4rPICvD+0l5HJDMiRtXb6vLKRSfWZczwG7zo=; b=OSfGwhTkXgHaDdUFBXJ92TvaA90CqyT5NCcr3Nt4kBSlnIFcuravidUaS+BjAa2WmZ 06uYcF/CID3FjjP2s76FZaSkvuAy4uU7ywW5/w3eOeBDdOeHTm+115YzWbkwBI6cNoDZ rRYPgtPZtVe6SyHq9ugc7/L+slUo9zwdvv4VC8m9olTlViAzkaUUU3OJKwgwKsyjroyw UG/Gs3irn66Nb8mbA9FNG+C60ZjuK2+woXK/5alYAtDLTMS2VvfrUeVqDI+tUWEKiPWb F84hh7KdXSWgFhN/E1ClOYJwtKYJNgpbPuYE+zBdJQPp+kEAycDfi3IfKPfMOWkZhlh/ MA0Q== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":P3gBZUipdd93FF5ZZvYFPugejmSTVR2nRPhVOQ/OcYgojyw4j34+u261EJF5OxJD4pWA8p2M1A==" X-RZG-CLASS-ID: mo00 Received: from gerhold.net by smtp.strato.de (RZmta 47.33.8 DYNA|AUTH) with ESMTPSA id 301038x8OIocU33 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Fri, 24 Sep 2021 20:50:38 +0200 (CEST) Date: Fri, 24 Sep 2021 20:50:33 +0200 From: Stephan Gerhold To: Dzmitry Sankouski Cc: u-boot@lists.denx.de, Ramon Fried , Tom Rini Subject: Re: [PATCH 6/6 v3] board: samsung: add Samsung Galaxy S9/S9+(SM-G96x0) board Message-ID: References: <20210923185732.7679-1-dsankouski@gmail.com> <20210923185732.7679-7-dsankouski@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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.103.2 at phobos.denx.de X-Virus-Status: Clean Hi, On Fri, Sep 24, 2021 at 05:35:57PM +0300, Dzmitry Sankouski wrote: > I haven't tried to install u-boot on the phone with Android boot image > yet(though another guy in the community project I contribute, reported it > works). > I can only test u-boot with kexec, it's the only way to get debug uart for > me, without disassembling the phone. > Hmm, does Samsung not have UART via the USB connector anymore on newer devices? This is quite sad, on the Samsung devices I have used it was always quite comfortable. :) > Also I have to track down the issues with booting linux. > > So, once I'll got linux booted by u-boot, I will be able to pack and > install it in Android boot partition, and write more detailed instructions. > Ah okay, maybe just submit a follow-up patch later then once you have proper installation instructions. :) Thanks! Stephan