LPCTool
From Bettyhacks.com - Hack BettyTV-Remote
(→LPCTool aus dem svn Laden und instalieren) |
(→Help) |
||
Line 12: | Line 12: | ||
=== Help === | === Help === | ||
− | |||
+ | <pre> | ||
+ | usage: lpctool [-d NAME] [-i] [-r [NAME]] [-R ADDRESS] [-X [ADDRESS]] [-a [NAME] [-A ADRDESS]] [-e] [-b [NAME] [-B ADDRESS]] [-E] [-s] [-S] [-c] [-C] [-v] [-V] | ||
-d NAME specify serial device, default is /dev/ttyS0 | -d NAME specify serial device, default is /dev/ttyS0 | ||
-i use compiled-in flash-tool instead of external ram image file | -i use compiled-in flash-tool instead of external ram image file | ||
Line 55: | Line 56: | ||
using the file image.bin as source for the ram, use /dev/ttyS1 as serial device : | using the file image.bin as source for the ram, use /dev/ttyS1 as serial device : | ||
lpcload -r image.bin -d /dev/ttyS1 | lpcload -r image.bin -d /dev/ttyS1 | ||
− | + | </pre> | |
− | + |