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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E79F7C3DA4B for ; Wed, 17 Jul 2024 10:58:56 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8934A10E0CD; Wed, 17 Jul 2024 10:58:56 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.b="BxQ1EAr0"; dkim-atps=neutral Received: from madrid.collaboradmins.com (madrid.collaboradmins.com [46.235.227.194]) by gabe.freedesktop.org (Postfix) with ESMTPS id 71EB310EA61 for ; Wed, 17 Jul 2024 10:58:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1721213933; bh=EdgVTC9mwn/uE7dO4pwg1gNZTdOh/OK4yKOhc1s2sok=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=BxQ1EAr0xrf6AzibLKy4aVpRo3G1BscNDFzxTRh4ObTxojbXhHwyt/hlemfpIOSm3 eTic2F/wjPpV6e9t0g7ztbGmAY4AkWcIOeNhSof+3pPv6O44aEi2iXHF3LGmzubJ6P z7aGRS+Cjp80nVfMd1lJqULsmwJxh4aHe9ZrZkPT3n2wh0HufZfDeOL08txaXUoCbf Vegcnwjtc3ta7EQipDcJxJ0LahxCRQ8IzEjV6bQeOEyAjaMlE+Z+26ZmYlZlas8nf4 fBtg1E7GXewy8FVfpK/Vp2mr+5ize79p1mtV0T+z3pbB2Fyw6AurTCEslbWVVxP5pv XFE4OMrjsL4NA== Received: from [100.95.196.25] (cola.collaboradmins.com [195.201.22.229]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: koike) by madrid.collaboradmins.com (Postfix) with ESMTPSA id 4FD9F3780BC9; Wed, 17 Jul 2024 10:58:51 +0000 (UTC) Message-ID: <5a5b64bc-4aad-4f7a-a549-890a912ef03a@collabora.com> Date: Wed, 17 Jul 2024 07:58:49 -0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH i-g-t v2] docs/chamelium: update broken links To: Vignesh Raman , igt-dev@lists.freedesktop.org Cc: robdclark@gmail.com, robdclark@chromium.org, daniels@collabora.com, kamil.konieczny@linux.intel.com References: <20240703015514.688088-1-vignesh.raman@collabora.com> Content-Language: en-US From: Helen Koike In-Reply-To: <20240703015514.688088-1-vignesh.raman@collabora.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" On 02/07/2024 22:55, Vignesh Raman wrote: > The previous links to the chamelium documentation > and setup instructions were no longer working. > Update with new valid links. > > Cc: Rob Clark > Cc: Rob Clark > Cc: Helen Koike > Cc: Daniel Stone > Acked-by: Kamil Konieczny > Signed-off-by: Vignesh Raman (in case this wans't applied already) Reviewed-by: Helen Koike Thanks Helen > --- > docs/chamelium.txt | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/docs/chamelium.txt b/docs/chamelium.txt > index f82c8b0c3..64f851c28 100644 > --- a/docs/chamelium.txt > +++ b/docs/chamelium.txt > @@ -47,15 +47,16 @@ Chamelium V2 Documentation > -------------------------- > > Documentation about the Chamelium is made available by Google through the > -ChromiumOS projet wiki: https://www.chromium.org/chromium-os/testing/chamelium > +ChromiumOS projet wiki: > +https://www.chromium.org/chromium-os/developer-library/guides/hardware-schematics/chamelium/ > > Setting up Chamelium V2 > ----------------------- > > Instructions from the ChromiumOS wiki detail how to setup the Chamelium: > -https://www.chromium.org/chromium-os/testing/chamelium#TOC-Setting-up-Chamelium > +https://www.chromium.org/chromium-os/developer-library/guides/hardware-schematics/chamelium/#setting-up-chamelium > > -The should be followed up until the "Setup your Linux host, DUT and the FPGA" > +It should be followed up until the "Setup your Linux host, DUT and the FPGA" > section. At this point, IGT has to be configured to connect to the Chamelium. > > It may be necessary to give the Chamelium a static IP address, depending on