From bd8a7f282e787d61e40df1b65c2563baa0c3b83d Mon Sep 17 00:00:00 2001 From: nicoboy Date: Sat, 18 Jul 2026 14:29:03 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20ajoute=20proc=C3=A9dure=20de=20mise=20?= =?UTF-8?q?=C3=A0=20jour=20du=20Pi=20Zero=20via=20Jetson?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index d166a6d..2f682a2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -59,4 +59,15 @@ python3 camera_server.py ## Repo git.syoul.fr/nicoboy/wireclaw-pizero -Après clone : `bash install.sh` \ No newline at end of file +Après clone : `bash install.sh` + ## Mise à jour du code sur le Pi Zero + +Le Pi Zero n'est joignable que depuis le Jetson (hotspot WireClaw, +10.42.0.0/24). Après un commit/push sur ce repo (fait depuis le PC +ou l'interface web Gitea), synchroniser le Pi Zero avec : + + ssh jetson-pi "cd ~/wireclaw-pizero && git pull" + +Puis redémarrer le service concerné, par exemple : + + ssh jetson-pi "sudo systemctl restart wireclaw-cam.service" \ No newline at end of file