We have a new product using the LTM4660 and the LTM4700. Both of these require the NVM to be updated so the board specific parameters are loaded on power up. In production we do not want to do that via LTpowerPlay, but program via our own processor already in the system. I took the Linduino code and ported it to our Linux OS. In attempting to debug the code, I get a error message of
"The META DATA EVENT type is not supported in your firmware. You will need to update your programming algorithms"
Questions:
1. Has the ISP data changed since the last update of the Linduino code?
2. Is there any updates to the programming?
3. Have others been successful doing this?
4. Is there a recommended version of main_record_processor.cpp?
Note: there is a chance that I am sorting or parsing he isp_data incorrectly. However, it seems to get fairly far into the file before erroring.
Thank you.