This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
We have tested the bootloader examples on both the Launchpad432e401y and our own hardware, and it works fine as described in slau746a.pdf . Using the BSl-scripter we first load the output from
boot_serial_emac_flash_MSP_EXP432E401Y_nortos_ccs
and then we can repeatedly reload the
boot_emac_flash_app_magicpacket_update_MSP_EXP432E401Y_nortos_ccs
The idea was to use the code from the "magic" example and merge this into our code. This is done, but we have not been able to get anything to work.
Our code is built from a tirtos example(tcp_echo) and the "magic" is a "nortos", is this a part of the problem?
The .cmd files are different and we have not been able to really understand how to merge these. How can we update the .cmd file and .syscfg file in our code to support the "magic" functions.
We found an easier way to update the firmware by using FlashErase(0) from our program, reboot and send our new program with BSL-scripter!