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.

assist execution steps for concerto ethernet example program

This example application demonstrates the operation of the Concerto
//! Ethernet controller using the lwIP TCP/IP Stack. DHCP is used to obtain
//! an Ethernet address. If DHCP times out without obtaining an address,
//! AutoIP will be used to obtain a link-local address. The address that is
//! selected will be shown on the UART.
//!
//! Once an address has been obtained, a simple web server can be accessed
//! through the network. The files served are located in the 'fs' directory.
//! Instead of implementing a full file system, the included command-line
//! application 'makefsfile.exe' is used to convert the 'fs' directory to the
//! header file 'lmi-fsdata.h'. This file contains byte arrays for each file
//! and is accessed using the functions in 'lmi_fs.c'. The header file must be
//! re-generated after any changes to files in the 'fs' directory.
//!
//! For more information on 'makefsfile.exe' usage, run 'makefsfile.exe -?'.
//!
//! UART0, connected to the FTDI virtual COM port and running at 115,200,
//! 8-N-1, is used to display messages from this application.
//!
//! For additional details on lwIP, refer to the lwIP web page at:
//! http://savannah.nongnu.org/projects/lwip/
//

This is the procedure for example program please help in detail working and how to execute program and what is the output for above example

Thanks and regards

akhil