Modify the .bin file of NetxDuo example called Nx_WebServer
I am working with AZURE RTOS and I have implemented an HTTP web server application following the application example called Nx_WebServer and prepared for the demo board STM32F429ZI-Nucleo.
The example uses files html, js, jpg, svg to create a web site. These files are written in the flash of the STM32F429 starting from address 0x08100000.
To write these files into the flash it is necessary to create the file web_demo.bin that is provided with the other files of the example.
Now I need to change some of the files of the Web Site (essentially index.html and dashboard.html) an so I have to regenerate the corresponding web_demo.bin, but I not able to do that.
Someone can help to do this step?
Thanks
PS: I have seen an other identical question did by an other community member (@agalindo) in the past, but that question did not have a satisfactory answer.
