Hi,
ich versuche grade zu flashen (die uniFB firmware) mit lpctool v0.9 unter Linux. Leider klappt es nicht, Kommando:
./lpctool -d /dev/ttyS0 -i -v -e -a Flash1_UniFB.bin
es kommt entweder:
Info : ram upload complete, total bytes: 0x000049CC
Info : ram uploaded
Info : executing code at ram address 0x40000200
Info : code execution started 0x40000200
Info : opening ram tool
ERROR: wrong response, expected HELO
Info : closing serial device /dev/ttyS0
und auf dem Display steht unten "sent HELO"
oder es kommt
Info : ram upload complete, total bytes: 0x000049CC
Info : ram uploaded
Info : executing code at ram address 0x40000200
Info : code execution started 0x40000200
Info : opening ram tool
Info : opened ramtool
Info : opening flash0 image Flash1_UniFB.bin
Info : uploading flash0 image Flash1_UniFB.bin
Info : setting address to 0x80000000
ERROR: wrong response, expected ACK!
ERROR: failed to set address
Info : closing file descriptor
Info : closing serial device /dev/ttyS0
und auf dem Display steht
Addr: 0x8000000000 ACK!
und es flimmert etwas.
wenn ich beide flash beschreiben will: ./lpctool -d /dev/ttyUSB0 -i -v -e -E -a Flash1_UniFB.bin -b Flash2_UniFB.bin
passiert gar nichts, er wartet :
Info : opening bootloader
Info : initiating auto-baud
Info : awaiting autobaud response
Den Bootloaderstart führe ich per Hand aus.
Woran könnte das liegen? Die Serielle, die ich nutze geht 1A bei nem andren 3.3V chip.
Thnx