Software von hackdabetty
From Bettyhacks.com - Hack BettyTV-Remote
| Line 40: | Line 40: | ||
<pre> | <pre> | ||
./lpcload -d /dev/ttyUSB0 -f fwbc.hex -v -c 10000000 | ./lpcload -d /dev/ttyUSB0 -f fwbc.hex -v -c 10000000 | ||
| + | </pre> | ||
| + | Die Ausgabe sollte dann wie folgt ausehen. | ||
| + | <pre> | ||
| + | theborg@TBM:~/Desktop/betty/flash$ ./lpcload -d /dev/ttyS0 -f fwbc.hex | ||
| + | boot loader init ... | ||
| + | write firmware to ram ... | ||
| + | unlock go command ... | ||
| + | go ... | ||
| + | txrx bad return code! | ||
| + | |||
| + | the above error might be due to the jump! | ||
| + | |||
| + | continue listening on serial port? (ctrl+c to quit) [y|n]: n | ||
</pre> | </pre> | ||
'''Original Software Auslesen''' | '''Original Software Auslesen''' | ||