From 1500ef15d1cfe60938406f99a771e60b26c5afcf Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Mon, 30 Mar 2026 12:16:38 +0100 Subject: [PATCH] utils: raspberrypi: Add a README.md to the old RPi CTT directory This points to the GitHub repo hosting the RPi CTT source code and the python package on pypi. Signed-off-by: Naushir Patuck Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart [Kieran: Apply cleanup and reformat lines] Signed-off-by: Kieran Bingham --- utils/raspberrypi/ctt/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 utils/raspberrypi/ctt/README.md diff --git a/utils/raspberrypi/ctt/README.md b/utils/raspberrypi/ctt/README.md new file mode 100644 index 00000000..c3a738ad --- /dev/null +++ b/utils/raspberrypi/ctt/README.md @@ -0,0 +1,8 @@ +The Raspberry Pi CTT has moved from this location to the following GitHub +repository: + +https://github.com/raspberrypi/ctt + +A python package for the Raspberry Pi CTT is also available on PyPI to install: + +https://pypi.org/project/rpi-ctt/