Other Parts Discussed in Thread: UNIFLASH
The hard-coded Provisioning web page includes the line "<script src='user.js'></script>
This is presumably intended to make it possible for additional functions to be added to the Provisoning page - which is exactly what I want to do.
My ideal scenario would be to add a new menu tab to top of the page, so instead of reading "Status, Profiles, Device..." it reads "Status, MyConfig, Profiles, Device.." where MyConfig would be a sub-page allowing the user to set up operating parameters for my application.
However, I can't see how one could do this
Can someone point me to a document which gives a few worked examples of exploiting the user.js feature? A web search has not turned up anything helpful, and neither have any of the many TI documents I have already reviewed.