Other Parts Discussed in Thread: MSPBSL, MSP-EXP432E401Y
Hi,
I used CCS. I initial loaded using USB link to initially program the dev board with "boot_serial_emac_flash_MSP_EXP432E401Y_nortos_ccs.out". The devboard has wired ethernet connection to the same ethernet switch hub as my PC, and the switch hub is connected to the office LAN.
In the command prompt, I run this: D:\ti\workspace_v8\boot_emac_flash_app_magicpacket_update_MSP_EXP432E401Y_nortos_ccs\Debug>bsl-scripter script_2.txt
below is what appeared on my screen:
---------------------------------------------------------
BSL Scripter 3.3.0
PC software for BSL programming
2018-Oct-05 14:44:19
---------------------------------------------------------
Input file script is : D:/ti/workspace_v8/boot_emac_flash_app_magicpacket_update_MSP_EXP432E401Y_nortos_ccs/Debug/script_2.txt
//
// MSP432E4xx - Ethernet Bootloader Example (2st step)
//
// This script invoke the Custom Ethernet bootloder
// and download the boot_emac_flash_magicpacket_MSP_EXP432E401Y application
//
// Please insert the correct MAC address of the
// MSP432E4xx device,
// the IPClient parameter which is the IP that
// would be assigned to the MSP432E4xx device,
// and the IPServer parameter which is the local
// PC where the BSL-Scripter is executed.
//
// This application will be invoke the Custom Ethernet bootloader
// in flash when the magic packet is sent by the BSL-Scripter
// To try this feature, please execute the script_3.txt
//
LOG
MODE E4xx Ethernet MAC=70:FF:76:1C:5D:B4 IPClient=192.168.56.10 IPServer=192.168.56.1
Local IP Address is given in the parameter
Local IP Address of Host: 192.168.56.1
Waiting for BOOTP request!
Waiting for BOOTP request!
BOOTP request received!
Send BOOTP reply!
Ready to receive the Tftp read request!
Client IP address: 192.168.56.10
Waiting for TFTP read request!
[ERROR_MESSAGE]There is invalid TFTP Read Request in the packet received!
So what might be wrong?
Thanks,
Neiz