Hello Andrey,
I am trying to use the FNET for bootloading K60, But instead of using TFTP for getting the image as in FNET_BOOTLOADER demo (which works fine and i am able to bootload K60 from tftp server hosted on my PC), But I want to host a very small web page on FNET http server, just to browse to the image file and get the file by http get(). Store the image into external flash connected by SPI, then validate the image, backup the previous image and the burn the flash, So for start, I tried initializing the http services on FNET 2.4.0 by defining the FNET_CFG_HTTP (1) and FAPP_CFG_HTTP_CMD (1) , but I get following error when I issue the http command
BOOT> http
Error: HTTP initialization is failed!
I tried to single step and it might be something related to allocating socket descriptors
Do I need to start the http server in some other way?
How/Where do I store the web page that I am trying to host ? (in MQX 3.8 which I use for main application, I use the tfs to store web page)
Is there a some documentation for FNET where I should be looking
Thanks and regards
Nikhil