Tool/software: Linux
Hi all
I am new in FR2633.
I am trying to update FW via I2C (guide: swra500.pdf MSP430™ Firmware Updates Over I2C Using Linux)
My host is Raspberry 3 Model B and connect with FR2633 by SDA, SCL, 3.3V, GND (is there wire miss?)
The I2C address is 0x0a (not 0x48?)
After entering the command "./msp430-i2cbsl-tool -i /dev/i2c-1 -s 0x0a -f firmware.txt"
The log is shown as bellow:
---------------------------------------------------------------
TI MSP430 I2C Linux BootLoader 01.00.00.00
---------------------------------------------------------------
INFO: I2C BUS /dev/i2c-1 specified
INFO: Slave address 0xa specified
INFO: Firmware file ../../../msp4302.txt specified
INFO: Opening TI-TXT firmware file firmware.txt... done!
INFO: Password file not found, defaulting to 0xFFs.
INFO: Invoking BSL (Attempt 1)... Invoke sent!
INFO: Delaying for 2 seconds to wait for invoke... done!
INFO: Attempting to unlocking device with password... Fail!
INFO: Device could not be unlocked. Resetting password and trying again.
INFO: Invoking BSL (Attempt 2)... Invoke sent!
INFO: Delaying for 2 seconds to wait for invoke... done!
INFO: Attempting to unlocking device with password... Fail!
INFO: Device could not be unlocked. Resetting password and trying again.
INFO: Invoking BSL (Attempt 3)... Invoke sent!
INFO: Delaying for 2 seconds to wait for invoke... done!
INFO: Attempting to unlocking device with password... Fail!
INFO: Device could not be unlocked. Resetting password and trying again.
INFO: Invoking BSL (Attempt 4)... Invoke sent!
INFO: Delaying for 2 seconds to wait for invoke... done!
INFO: Attempting to unlocking device with password... Fail!
INFO: Device could not be unlocked. Resetting password and trying again.
ERROR: When trying to invoke or unlock device (Response code 0x104).
The error code is I2C Transaction error
Could you know how to solve this problem?
Thanks,
Best Regards
Peter

