При попытке прошивки платы Embedded Artists LPC2468 на системе Arch Linux командой
Код
lpcflash -vvv -i /dev/ttyUSB0 -f 12000 -w 0 -l /mnt/sda5/programs/mc\ images/u-boot.bin
получаю следующий ответ:
Код
Operation WRITE 0x00000000.
Set new port name
Initializing termios structure.
Entering to ISP mode
Opening port...
Retrive old port attributes...
Apply new port attributes...
Getting modem control lines state
Setting RTS & DTR lines to OFF
Opened.
Getting modem control lines state
Setting DTR line to ON
Getting modem control lines state
Setting RTS line to ON
Getting modem control lines state
Setting DTR line to OFF
Getting modem control lines state
Setting RTS line to OFF
Autobaud sequence #1
Wait for response: 'Synchronized
'
--> Synchronized
Wait for response: 'Synchronized
'
Wait for response: 'OK
'
--> OK
Send frequency (12000 kHz)
Wait for response: '12000
'
Wait for response: 'OK
'
--> OK
Turning echo off...
Wait for response: 'A 0
0
'
Request Part ID.
Wait for command response with data.
Part ID = '100925237
'
LPC2468 detected.
Request Boot code version
Wait for command response with data.
Boot code version = 1
Done
Writing memory.
W 0 163240
Wait for command response with data.
Error response: '3
14
'
Error writing to microcontroller.
Closing port...
Apply old modem control lines state...
Apply old port attributes...
Похоже, что инициализация проходит успешно, но потом возникает какая-то ошибка.
Кто-нибудь сталкивался с подобным? Может с джамперами что-то напутано (сейчас на ISP установлена перемычка)?
Сообщение отредактировал Raydan - Apr 15 2009, 07:06