From 74825d9c273263cf41d5d351552670663e669b44 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 25 Oct 2022 13:55:56 +0200 Subject: [PATCH] docs: nfs -> NFS Reviewed-by: Yonggang Luo Part-of: --- docs/ci/bare-metal.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ci/bare-metal.rst b/docs/ci/bare-metal.rst index 7d1171fbad8..f8c51b28999 100644 --- a/docs/ci/bare-metal.rst +++ b/docs/ci/bare-metal.rst @@ -31,7 +31,7 @@ DRM functionality, or to fix kernel bugs. The boards must have networking, so that we can extract the dEQP XML results to artifacts on GitLab, and so that we can download traces (too large for an initramfs) for trace replay testing. Given that we need networking already, and -our dEQP/Piglit/etc. payload is large, we use nfs from the x86 runner system +our dEQP/Piglit/etc. payload is large, we use NFS from the x86 runner system rather than initramfs. See `src/freedreno/ci/gitlab-ci.yml` for an example of fastboot on DB410c and @@ -127,7 +127,7 @@ google, that was easier than figuring it out from finding the switch's MIB database. You can query the POE status from the switch serial using the `show power inline` command. -Other than that, find the dnsmasq/tftp/nfs setup for your boards "servo" above. +Other than that, find the dnsmasq/tftp/NFS setup for your boards "servo" above. See `src/broadcom/ci/gitlab-ci.yml` and `src/nouveau/ci/gitlab-ci.yml` for an examples of POE for Raspberry Pi 3/4, and Jetson Nano.