I am following this tutorial: http://dev.ti.com/tirex/explore/content/simplelink_academy_msp432e4sdk_3_30_01_00/modules/msp432/msp432e4_bootloader/msp432e4_bootloader.html#introduction
But I cannot get past step 6. I always get the following error: [ERROR_MESSAGE]There is invalid TFTP Read Request in the packet received!
I am using the latest BLS-Scripter download (V 3.4.0.2) but when I run BSL-Scripter it shows 3.4.0.1 as shown in the following screenshot:
I know that IP address I am using for client is reachable from my host computer because when I run the HTTP server example from the Simplelink SDK I can reach the homepage:
Then I run a target configuration -> Run -> Connect Target -> Script -> Defaults -> MASS FLASH ERASE to erase main memory as shown here:
Also I know my IPServer is 192.168.1.22 because of ipconfig:
I have tried using other IP addresses for the IPClient field on which ping command fails.
If I flash the emac bootloader image through debug in CCS I get the same results.
I can provide Wireshark logs if needed. and I allowed BSL scripter through windows firewall
Can someone help me figure out this problem please?