From 3e89296d6a3ecbcd430d3569fdc28a355ac36a0d Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 21 Jan 2010 11:57:01 +0000 Subject: Import ipod-time-sync from libgpod This copies ipod-time-sync from libgpod and strips it of unneccesary code + Makefile and README are added. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24306 a1c6a512-1295-4272-9138-f99709370657 --- utils/time-sync/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 utils/time-sync/README (limited to 'utils/time-sync/README') diff --git a/utils/time-sync/README b/utils/time-sync/README new file mode 100644 index 0000000000..31a876f428 --- /dev/null +++ b/utils/time-sync/README @@ -0,0 +1,20 @@ +time-sync is a utility to sync the time with any Rockbox target that runs the +software USB stack. + +It was originally take from libgpod and stripped of unnecessary code. + +http://gtkpod.git.sourceforge.net/git/gitweb.cgi?p=gtkpod/libgpod + +To compile and install, just run: + make + make install + +Example run: + mcuelenaere@wim2160:~/rockbox/utils/time-sync$ sudo time-sync /dev/sdb1 + Data Payload: 07 da 00 14 04 0c 30 2b 00 00 00 00 + Write buffer cmd: 3b 01 00 0c 00 00 00 00 0c 00 + Time was synced! + +Example udev rule (for Onda VX747): + # automatically adjust my Rockboxed DAP RTC + ACTION=="add", ATTRS{idVendor}=="07c4", ATTRS{idProduct}=="a4a5", KERNEL=="sd?", NAME="%k", RUN+="/usr/local/bin/time-sync /dev/%k" -- cgit