Other Parts Discussed in Thread: UNIFLASH, TM4C1294NCPDT
Hi,
Using the reference designs from the IWR1443boost, a new board with very few modifications was made. These modifications should have only affected layout, and not the operation of the board.
When plugging in the new board, it introduces itself:
[854837.980078] usb 3-2: New USB device found, idVendor=1cbe, idProduct=00ff
[854837.980095] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[854837.980097] usb 3-2: Product: Tiva Device Firmware Update
[854837.980099] usb 3-2: Manufacturer: Texas Instruments Incorporated
[854837.980100] usb 3-2: SerialNumber: 00000000
Versus the typical IWR1443boot board:
[85071.015855] usb 3-1: New USB device found, idVendor=0451, idProduct=bef3
[85071.015860] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[85071.015863] usb 3-1: Product: XDS110 (02.03.00.07) Embed with CMSIS-DAP
[85071.015866] usb 3-1: Manufacturer: Texas Instruments
[85071.015869] usb 3-1: SerialNumber: R0031206
Uniflash doesn't seem to recognize it when loaded as the tiva board TM4C1294NCPDT. xdsdfu seems to load the firmware without complaints, but nothing changes in the dmesg. The command used was:
./uscif/xds110/xdsdfu -f ./uscif/xds110/firmware.bin -r
What firmware is *supposed* to be loaded here if any? Is there any guide on how-to bring up a new board from scratch?