LPCTool
From Bettyhacks.com - Hack BettyTV-Remote
(→Boop Flashen) |
|||
Line 80: | Line 80: | ||
./lpctool -d /dev/ttyS0 -i -v -e -a boop_rom.bin | ./lpctool -d /dev/ttyS0 -i -v -e -a boop_rom.bin | ||
</pre> | </pre> | ||
+ | |||
+ | ===Lpctool-Probleme=== | ||
+ | |||
+ | Falls nach dem Laden des Bootloaders die Fernbedienung neu startet (reset!) - | ||
+ | im Quellcode die Geschwindigkeit (u.a. TOOLBAUD) von 115.200 baud auf 38.400 baud | ||
+ | reduzieren. Da "tcsetattr" beim Baud-Wechsel (38.400->115.200) den reset-Pin toggelt. | ||
+ | (Linux, CentOS 5, USB-Seriell-Kabel) |