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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 428BFC433EF for ; Wed, 16 Mar 2022 13:24:34 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 829A48395F; Wed, 16 Mar 2022 14:24:13 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=tu-braunschweig.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=tu-braunschweig.de header.i=@tu-braunschweig.de header.b="NxSsiQKP"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B3D468395B; Wed, 16 Mar 2022 10:07:41 +0100 (CET) Received: from mailfront1.rz.tu-bs.de (mailfront1.rz.tu-bs.de [134.169.12.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id C831B81D5A for ; Wed, 16 Mar 2022 10:07:38 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=tu-braunschweig.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=t.tuschik@tu-braunschweig.de DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; d=tu-braunschweig.de; s=mail; bh=ZuplucltHXNfo/9QoLNtmVSPuxitWzFSk4kAd9XNPhA=; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:Cc:To: Subject:From; b=NxSsiQKPUBLtnyRZ8Gt/9dASw3oi+EBzl/qijLQeGhF7SHvDjGtevs5LHCRNh XoNOwMpImBu4S5XVMCuHIamnUfit5iGWwBD0wNPkjX26nWRElkPz2b7+7G1sgG0NV8n9DK1zeo0XS flSV0iYX5OovLc8NOziqhCTDv9uCbYxUI= Received: from [134.169.236.44] (account y0096929@tu-braunschweig.de) by tu-braunschweig.de (CommuniGate Pro WEBUSER 7.0.3) with HTTP id 10760377; Wed, 16 Mar 2022 10:07:38 +0100 From: "Tuschik Thilo" Subject: booting of renesas rcar v3u To: u-boot@lists.denx.de Cc: hapka@ida.ing.tu-bs.de X-Mailer: CommuniGate Pro WebUser v7.0.3 Date: Wed, 16 Mar 2022 10:07:38 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8; format="flowed" Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Wed, 16 Mar 2022 14:24:02 +0100 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.5 at phobos.denx.de X-Virus-Status: Clean Good morning, I am doing my master thesis /w the rcar v3u of renesas and I am facing the issue that the booting of the linux does stop at one point. It seems to be a problem with *Starting Rebuild Dynamic Linker Cache...* and *Starting Network Time Synchronization...*. It gives me the output, that Network Time Synchronization is stopped, because it is not able to be started correctly (even NTP messages are not being sent). It also gives a log like: A start job is running for…amic Linker Cache Is this still part of the u-boot code? Do you have any clue how to resolve this? Or where I could look for a resolution at least? Best regards Thilo Tuschik