Tool/software: Linux
I am new to the MSP platform, I have obtained a MSP430FR4133 dev board. Using ubuntu Linux I tried to upload to it using MSPdebug, I got a message saying the firmware needed updating, so I ran MSPdebug firmware update. The update seemed to be going ok until it got to 100% then it failed.
$ mspdebug tilib --allow-fw-update
MSPDebug version 0.22 - debugging tool for MSP430 MCUs
Copyright (C) 2009-2013 Daniel Beer <dlbeer@gmail.com>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
MSP430_GetNumberOfUsbIfs
MSP430_GetNameOfUsbIf
Found FET: ttyACM0
MSP430_Initialize: ttyACM0
FET firmware update is required.
Starting firmware update (this may take some time)...
Initializing bootloader...
Programming new firmware...
75 percent done
84 percent done
84 percent done
91 percent done
100 percent done
tilib: MSP430_FET_FwUpdate: MSP-FET / eZ-FET core(communication layer) update failed (error = 74)
tilib: device initialization failed
After the update failure I have been unable to connect to the board. Previously it showed up as a /dev/ttyAMA device. Linux still recognises it as a USB device but it does not mount as a ttyAMA0:
[ 4546.769995] usb 1-2: new full-speed USB device number 17 using xhci_hcd
[ 4546.934999] usb 1-2: New USB device found, idVendor=2047, idProduct=0203
[ 4546.935028] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4546.937253] hid-generic 0003:2047:0203.0004: hiddev0,hidraw0: USB HID v1.01 Device [HID 2047:0203] on usb-0000:00:14.0-2/input0
Is there anything i can do to fix this or is the board bricked?