Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _flasher
- X-seq: zsh-workers 22005
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _flasher
- Date: Wed, 16 Nov 2005 21:43:19 -0500
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Non-free command-line tool for flashing the Nokia 770 Internet
Tablet. This is probably slightly incorrect.
Index: Completion/Unix/Command/_flasher
===================================================================
RCS file: Completion/Unix/Command/_flasher
diff -N Completion/Unix/Command/_flasher
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_flasher 17 Nov 2005 02:41:46 -0000
@@ -0,0 +1,29 @@
+#compdef flasher
+
+_arguments \
+ '(--fiasco -F)'{--fiasco,-F}':location of a FIASCO image:_files' \
+ '(--kernel -k)'{--kernel,-k}':location of kernel image:_files' \
+ '(--initfs -n)'{--initfs,-n}':location of initfs image:_files' \
+ '(--rootfs -r)'{--rootfs,-r}':location of root JFFS2 image:_files' \
+ '(--xloader -x)'{--xloader,-x}':location of X-Loader image:_files' \
+ '(--secondary -s)'{--secondary,-s}':location of NOLO secondary bootloader image:_files' \
+ '(--2nd -2)'{--2nd,-2}':location of NOLO cold flasher ("2nd") image:_files' \
+ '(--unpack -u)'{--unpack,-u}'::unpack a FIASCO image:_files' \
+ '(--flash -f)'{--flash,-f}'[load and flash all supplied images]' \
+ '(--load -l)'{--load,-l}'[only load all supplied images]' \
+ '(--boot -b)'{--boot,-b}'::kernel cmdline' \
+ '(--reboot -R)'{--reboot,-R}'[reboot the board]' \
+ '(--read-board-id -i)'{--read-board-id,-i}'[print out the board type]' \
+ '(--serial-port -S)'{--serial-port,-S}':serial port used for cold flashing' \
+ '(--initialize-port -I)'{--initialize-port,-I}':something' \
+ '(--cold-flash -c)'{--cold-flash,-c}'[cold flash the device]' \
+ '--enable-rd-mode[enable R&D mode on the device]' \
+ '--disable-rd-mode[disable R&D mode on the device]' \
+ '--set-rd-flags::R&D mode flags to set' \
+ '--clear-rd-flags::R&D mode flags to clear' \
+ '--query-rd-mode[query the device R&D mode status and flags]' \
+ '--set-root-device:default root device' \
+ '--query-root-device[query the default root device]' \
+ '--enable-usb-host-mode[set the device into USB host mode]' \
+ '--disable-usb-host-mode[set the device into USB peripheral mode]' \
+ '--flash-only:components'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author