Microsemi Pest Repeller Running Secure Webserver on SmartFusion2 User Guide

June 9, 2024
Microsemi

Microsemi-SmartFusion2-SoC-FPGA-Code-Shadowing-from-SPI-Flash-to-DDR-
Memory-logo

Microsemi Pest Repeller Running Secure Webserver on SmartFusion2

Microsemi-Pest-Repeller-Running-Secure-Webserver-on-SmartFusion2-product-
image

Revision History

The revision history describes the changes that were implemented in the document.
The changes are listed by revision, starting with the most current publication.

Revision 9.0
The following is a summary of the changes made in this revision.

  • Updated the document for Libero SoC v2021.1.
  • Removed the references to Libero version numbers.

Revision 8.0
Updated the document for Libero v11.8 SP1 software release.

Revision 7.0
The following are the changes done in revision 7.0 of this document.

  • Libero SoC, FlashPro, and SoftConsole design requirements are updated. For more information, see Design Requirements, page 5.
  • Throughout the guide, the names of SoftConsole projects used in the demo design and all the associated figures are updated.

Revision 6.0
Updated the document for Libero v11.7 software release (SAR 76931) in revision 6.0 of this document.

Revision 5.0
Updated SoftConsole Firmware Project, page 9 (SAR 73518).

Revision 4.0
Updated the document for Libero v11.6 software release (SAR 72058).

Revision 3.0
Updated the document for Libero v11.5 software release (SAR 63973).

Revision 2.0
Updated the document for Libero v11.4 software release (SAR 60685).

Revision 1.0
Revision 1.0 was the first publication of this document.

Running Secure Webserver Demo Design on SmartFusion2 Devices

Using PolarSSL, lwIP, and FreeRTOS

This demo explains the secure webserver capabilities using Transport Layer Security (TLS),
Secure Sockets Layer (SSL) protocol, and tri-speed ethernet medium access controller (TSEMAC) of the SmartFusion®2 devices. This demo describes:

  • Using SmartFusion2 Ethernet Media Access Control (MAC) connected to a Serial Gigabit Media Independent Interface (SGMII) PHY.
  • Integrating SmartFusion2 MAC driver with the PolarSSL library (free TLS/SSL protocol library), Lightweight IP (lwIP) TCP/IP stack, and the free Real Time Operating System (RTOS).
  • Using Microsemi cryptographic system services to implement the TLS/SSL protocol.
  • Implementing a secure webserver application on the SmartFusion2 Advanced Development Kit board.
  • Running the demo.

The TSEMAC peripheral instance in the SmartFusion2 Microcontroller Subsystem (MSS) can be configured to transfer data between the host PC and the Ethernet network at the following data rates (line speed):

  • 10 Mbps
  • 100 Mbps
  • 1000 Mbps

For more information about the TSEMAC interface for SmartFusion2 devices, refer to the UG0331: SmartFusion2 Microcontroller Subsystem User Guide.
Secure Webserver Demo Design Overview

The secure webserver application supports TLS/SSL security protocol that encrypts and decrypts messages, securing the communication against message tampering. Communication from the secure webserver ensures that sensitive data can be translated into a secret code that makes it difficult to tamper with the data.

The secure webserver demo design consists of the following layers, as shown in Figure 1, :

  • Application Layer
  • Security Layer (TLS/SSL Protocol)
  • Transport Layer (lwIP TCP/IP Stack)
  • RTOS and Firmware Layer

Running Secure Webserver Demo Design on SmartFusion2 Devices Using PolarSSL, lwIP, and FreeRTOS

Figure 1 • Secured Webserver Layers

**** Application Layer (HTTPS) FreeRTOS

Security Layer (TLS/SSL Protocol)
Transport Layer (IwIP TCP/IP Stack)
Firmware Layer
SmartFusion2 Advanced Development Kit (HW)|

Application Layer
The secure webserver application is implemented on the SmartFusion2 Advanced Development Kit board. The application handles the HTTPS request from the client browser and transfers the static pages to the client in response to their requests. These pages run on the client (host PC) browser. The following figure shows the block diagram of the connecting server (Secure webserver application running on the SmartFusion2 device) and client (web browser running on host PC).

Figure 2 • Client Server Communication Block Diagram

Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-01

Figure 2 • Client Server Communication Block Diagram

Security Layer (TLS/SSL Protocol)
Internet browsers and webservers use the TLS/SSL protocol to securely transmit information.
TLS/SSL is used to authenticate the server and client to establish secure communication between authenticated parties using encryption. This protocol is layered above the transport protocol, TCP/IP as shown in Figure 1, page 3. An open source PolarSSL library is used to implement the TLS/SSL protocol for the secure webserver application in this demo.

Refer to the following URLs for complete TLS/SSL protocol implementation details:

The PolarSSL library includes cryptographic and TLS/SSL protocol implementations. This library provides application programming interface functions to implement a secure webserver application using the TLS/SSL protocol and the software cryptographic algorithms.

For more information about TLS/SSL protocol library source code written in C and licensing information, refer to the https://polarssl.org/.

Transport Layer (lwIP TCP/IP Stack)
The lwIP stack is suitable for embedded systems because it uses few resources, and can be used with or without an operating system. The lwIP consists of actual implementations of the IP, Internet Control Message Protocol (ICMP), User Datagram Protocol (UDP), and TCP protocols, as well as support functions such as buffer and memory management.

The lwIP is available (under a BSD license) as C source code for download from the following address: http://download.savannah.gnu.org/releases/lwIP/

RTOS and Firmware Layer
FreeRTOS is an open source real time operating system kernel. FreeRTOS is used in this demo to prioritize and schedule tasks. For more information and the latest source code, refer to the
http://www.freertos.org.

The firmware provides a software driver implementation to configure and control the following MSS components:

  • Ethernet MAC
  • System controller services
  • Multi-Mode universal Asynchronous/synchronous Receiver/Transmitter (MMUART)
  • General Purpose Input and Output(GPIO)
  • Serial Peripheral Interface (SPI)
Design Requirements

The following table lists the hardware and software design requirements for this demo design.

Table 1 • Design Requirements

  • Requirement /Version
    Operating System 64 bit Windows 7 and 10

  • Hardware
    SmartFusion2 Advanced Development Kit:

    • 12 V adapter
    • FlashPro5 programmer
    • USB A to Mini-B cable
  • Ethernet cable RJ45

  • Host PC or Laptop

  • Software
    FlashPro Express
    Note: Refer to the readme.txt file provided in the design files for the software versions used with this reference design.

  • Libero  ® System-on-Chip (SoC) for viewing the design files

  • SoftConsole

  • MSS Ethernet MAC drivers

  • Host PC Drivers USB to UART drivers

  • One of the following serial terminal emulation programs:

    • HyperTerminal
    • TeraTerm
    • PuTTY
  • Browser
    Mozilla Firefox version 24 or later
    Internet Explorer version 8 or later

Note: Libero SmartDesign and configuration screen shots shown in this guide are for illustration purpose only.
Open the Libero design to see the latest updates.

Prerequisites
Before you begin:
Download and install Libero SoC (as indicated in the website for this design) on the host PC from the following location.
https://www.microsemi.com/product-directory/design-resources/1750-libero-soc

Demo Design
The demo design files are available for download from the following link:
http://soc.microsemi.com/download/rsc/?f=m2s_dg0516_df
The following figure shows the top-level structure of the design files. For further details, refer to the Readme.txt file.

Figure 3 • Demo Design Files Top-Level Structure

Demo Design Features
The demo design has the following options:

  • Blinking LEDs
  • HyperTerminal Display
  • SmartFusion2 Google Search

Demo Design Description
The demo design is implemented using an SGMII PHY interface by configuring the TSEMAC for the Ten-Bit Interface (TBI) operation.
For more information about the TSEMAC TBI interface, refer to the UG0331: SmartFusion2 Microcontroller Subsystem User Guide.

Libero SoC Hardware Project
The following figure shows the Libero SoC hardware design implementation for this demo design.

Figure 4 • Libero SoC Top-Level Hardware Design

Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-03

Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-04

Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-05

The Libero SoC hardware project uses the following SmartFusion2 MSS resources and IPs:

  • TSEMAC TBI interface.
  • MMUART_0 for RS-232 communications on the SmartFusion2 Advanced Development Kit.
  • GPIO: Interfaces with the light-emitting diodes (LEDs)
  • Dedicated input pad 0 as the clock source
  • High speed serial interface (SERDESIF) SERDES_IF IP: Configured for SERDESIF_3 EPCS lane3, as shown in the following figure.
    For more information about high-speed serial interfaces, refer to the UG0447: IGLOO2 and Smart-Fusion2 High Speed Serial Interfaces User Guide.

Figure 5 • High-Speed Serial Interface Configurator Window

Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-06

  1. Cryptographic system controller services: To implement TLS/SSL protocol.

Package Pin Assignments
Package pin assignments for LEDs and PHY interface signals are shown in the following tables.

Table 2 •  LED to Package Pins Assignments

Port Name Package Pin
LED_1 D26
LED_2 F26
LED_3 F27
LED_4 C26
LED_5 C28
LED_6 B27
LED_7 C27
LED_8 E26

Table 3 • PHY Interface Signals to Package Pins Assignments

Port Name Direction Package Pin
PHY_MDC Output F3
PHY_MDIO Input K7
PHY_RST Output F2

SoftConsole Firmware Project
Invoke the SoftConsole project using standalone SoftConsole IDE.

The following stacks are used for this demo design:

  • PolarSSL library version 1.2.8
  • lwIP TCP/IP stack version 1.4.1
  • FreeRTOS

The following figure shows an example of a SoftConsole software directory structure of the demo design.

Figure 6 • SoftConsole Project Explorer Window

Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-07

This project contains the secure webserver application implementation using PolarSSL, lwIP, and FreeRTOS.

The Advanced Encryption Standard (AES) and Non-deterministic Random Bit Generator (NRBG) system services are used to implement the secure webserver application. The AES and NRBG can be implemented using the SmartFusion2 hardware engine or software PolarSSL library. In this demo design, AES and NRBG are implemented using SmartFusion2 hardware engine through system services.

Table 4 • Macros to Enable or Disable System Controller Services

System Service Macro / Macro Location

  • AES

    • define HW_AES 1

      <$Design_Files_Directory>\m2s_dg0516_df\SF2_Secure_Webserver_T
      CP_Demo_DF\Libero\Webserver_TCP\SoftConsole\Webserver_TCP_M
      SS_CM3\polarssl-1.2.8\include\polarssl\aes.h

  • NRBG

    • define HW_NRBG 1

      <$Design_Files_Directory>\m2s_dg0516_df\SF2_Secure_Webserver_T
      CP_Demo_DF\Libero\Webserver_TCP\SoftConsole\Webserver_TCP_M
      SS_CM3\polarssl-1.2.8\include\polarssl\ssl.h
      Note: The system services AES and NRBG are supported for data security enabled SmartFusion2 devices like M2S0150TS. If the SmartFusion2 device is not data security enabled, disable the macros mentioned in the preceding table to use the software PolarSSL AES and NRBG algorithms.
      The following figure shows the driver versions used for the demo.
      Figure 7 • Demo Design Driver Versions
      Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-08

TLS/SSL Protocol Implementation using PolarSSL Library
The TLS/SSL protocol is divided into the following two protocol layers:

  • Handshake protocol layer
  • Record protocol layer

Handshake Protocol Layer
This layer consists of the following sub protocols:

  • Handshake: Used to negotiate session information between the server and the client. The session information includes the session ID, peer certificates, the cipher spec, the compression algorithm, and a shared secret code that is used to generate required keys.
  • Change Cipher spec: Used to change the key used for encryption between the client and the server. The key is computed from the information exchanged during the client-server handshake.
  • Alert: Alert messages are generated during the client-server handshake to report an error or a change in status to the peer.

The following figure shows the overview of the TLS/SSL handshake procedure.
For more information about handshake protocol, record protocol, and cryptographic algorithms, refer to the http://tools.ietf.org/html/rfc5246.

Figure 8 • TLS/SSL Handshake Procedure

Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-09

Record Protocol Layer
The record protocol receives and encrypts data from the application and transfers it to the transport layer. The record protocol fragments the received data to a size appropriate to the cryptographic algorithm and optionally compresses the data. The protocol applies a MAC or keyed-hash message authentication code (HMAC) and encrypts or decrypts the data using the information negotiated during the handshake protocol.

Setting Up the Demo Design
The following steps describe how to set up the demo for the SmartFusion2 Advanced Development Kit board:

  1. Connect the host PC to the J33 Connector using the USB A to mini-B cable. The USB to universal asynchronous receiver/transmitter (UART) bridge drivers are automatically detected.
    Note: If the COM ports are not detected automatically, install the FTDI D2XX driver for serial terminal  communication through the FTDI mini-USB cable. The driver, along with the installation guide, is available at www.microsemi.com/soc/documents/CDM_2.08.24_WHQL_Certified.zip.

  2. Right-click each of the four detected COM ports, and click Properties to find the port with the location on USB FP5 Serial Converter C, as shown in the following figure. Make a note of the COM port number for use during serial terminal configuration, as shown in the following figure.
    Figure 9 • Device Manager Window
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-10

  3. Connect the jumpers on the SmartFusion2 Advanced Development Kit board, as shown in the following table. For information about jumper locations, refer to Appendix 3: Jumper Locations, .
    Caution: Switch OFF the power supply switch, SW7, before making the jumper connections.
    Table 5 • SmartFusion2 Advanced Kit Jumper Settings
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-31

  4. In the SmartFusion2 Advanced Development Kit, connect the power supply to the J42 connector.

  5. This design example can run in both static IP and dynamic IP modes. By default, programming files are provided for dynamic IP mode.

    • For static IP, connect the host PC to the J21 connector of the SmartFusion2 Advanced Development Kit board using an RJ45 cable.
    • For dynamic IP, connect any one of the open network ports to the J21 connector of the SmartFusion2 Advanced Development Kit board using an RJ45 cable.

Board Setup Snapshot
Snapshots of the SmartFusion2 Advanced Development Kit board with all the configured setup is given in Appendix 2: Board Setup for Running the Secure Webserver,

Running the Demo Design
The following steps describe how to run the demo design:

  1. Download the demo design from: http://soc.microsemi.com/download/rsc/?f=m2s_dg0516_df

  2. Switch ON the SW7 power supply switch.

  3. Start any serial terminal emulation programs such as:

    • HyperTerminal

    • PuTTY

    • TeraTerm
      Note: In this demo PuTTY is used.
      The configuration for the program is:

    • Baud Rate: 115200

    • Eight data bits

    • One stop bit

    • No Parity

    • No flow control
      For more information about configuring the serial terminal emulation programs, refer to the Configuring Serial Terminal Emulation Programs Tutorial.

  4. Program the SmartFusion2 Advanced Development Kit board with the job file provided as part of the design files using FlashPro Express software, refer to Appendix 1: Programming the Device Using FlashPro Express, .
    Note: The demo can be run in static and dynamic modes. To run the design in static IP mode, follow the steps mentioned in the Appendix 4: Running the Design in Static IP Mode,.

  5. Power cycle the SmartFusion2 Advanced Development Kit board.
    A welcome message with the dynamic IP address is displayed in the serial terminal emulation program, as shown in the following figure.
    Figure 10 • User Options
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-11

  6. The IP address displayed on PuTTY should be entered in the address bar of the browser to run the secure webserver. If the IP address is 10.60.3.120, enter https://10.60.3.120 in the address bar of the browser. This demo supports both Microsoft Internet Explorer and Mozilla Firefox browsers.

Running the Secure Webserver Demo with Microsoft Internet Explorer
The following steps describe how to run the secure webserver demo with Microsoft Internet Explorer:

  1. Open the Microsoft Internet Explorer and type the URL (for example, https://10.60.3.120) in the address bar. The browser shows a warning message, as shown in the following figure.
    Figure 11 • Microsoft Internet Explorer showing Certificate Error Warning Message
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-12

  2. Click Continue to this website (not recommended) to start secure communication with the webserver. The Microsoft Internet Explorer displays the main menu of the secure webserver, as shown in the following figure.
    Figure 12 • Main Menu of Secure Webserver in Internet Explorer
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-32

Running the Secure Webserver Demo with Mozilla Firefox
The following steps describe how to run the secure webserver demo with Mozilla Firefox:

  1. Open the Mozilla Firefox browser and enter the URL (for example, https://10.60.3.120) in the address bar. The browser shows a warning message, as shown in the following figure.
    Figure 13 • Mozilla Firefox showing Warning Message
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-14

  2. Select I Understand the Risks and click Add Exception….

  3. Click Confirm Security Exception in Add Security Exception window, as shown in the following figure, to start secure communication with the webserver. Figure 14 • Add Security Exception Window
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-15 Note: Adding security exception for the IP Address is required for first-time browsing only.
    Note: If you get any handshake failed message in the terminal, ignore that message.

  4. The Mozilla Firefox browser displays the main menu, as shown in the following figure.
    Figure 15 • Main Menu of the Secure Webserver in Mozilla Firefox
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-16 The main menu has the following options:

    • Blinking LEDs
    • HyperTerminal Display
    • SmartFusion2 Google Search
      Note: These options can be verified using either Microsoft Internet Explorer or Mozilla Firefox web browsers. In this demo, the options are demonstrated using Mozilla Firefox web browser.

Blinking LEDs

  1. Click Blinking LEDs on the main menu. You can observe a running LED pattern on the SmartFusion2 board. The webpage gives an option to enter the values to blink the LEDs manually as shown in the following figure.
    Figure 16 • Blinking LEDs Page
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-17

  2. Enter any number between 1-255 to light up the LEDs manually. For example, if you enter 1, blinking LED1 goes OFF. If you enter 255, all the eight blinking LEDs go OFF.

  3. Click Home to return to the main menu.
    Note: SmartFusion2 Advanced Development Kit has active low LEDs.

HyperTerminal Display

  1. Click HyperTerminal Display on the main menu. The following figure shows a webpage that gives an option to enter a string value.
    Figure 17 • HyperTerminal Display Page
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-18The entered string is displayed on PuTTY, as shown in the following figure.
    Figure 18 • String Display on PuTTY
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-19

  2. Click Go Back One Page (arrow button) or Home to go back to the main menu.

SmartFusion2 Google Search

  1. Click SmartFusion2 Google Search on the main menu.
    Note: Internet connection is required with proper access rights to get to the SmartFusion2 Google Search page. The following figure shows a web page with Google search.
    Figure 19 • SmartFusion2 Google Search Page
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-20

  2. Click Home to go back to the main menu.

Appendix 1: Programming the Device Using FlashPro Express

This section describes how to program the SmartFusion2 device with the programming job file using FlashPro Express.

To program the device, perform the following steps:

  1. Ensure that the jumper settings on the board are the same as those listed in Table 5, .
    Note: The power supply switch must be switched off while making the jumper connections.

  2. Connect the power supply cable to the J42 connector on the board.

  3. Power ON the power supply switch SW7.

  4. On the host PC, launch the FlashPro Express software.

  5. Click New or select New Job Project from FlashPro Express Job from Project menu to create a new job project, as shown in the following figure.
    Figure 20 • FlashPro Express Job Project
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-21

  6. Enter the following in the New Job Project from FlashPro Express Job dialog box:

    • Programming job file: Click Browse, and navigate to the location where the .job file is located and select the file. The default location is:

      \m2s_dg0516_df\SF2_Secure_Webserver_TCP_Demo_DF\Programm ing_Job
    • FlashPro Express job project name: Click Browse and navigate to the location where you want to save the project.
      Figure 21 • New Job Project from FlashPro Express Job
      Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-22

  7. Click OK. The required programming file is selected and ready to be programmed in the device.

  8. The FlashPro Express window appears as shown in the following figure. Confirm that a programmer number appears in the Programmer field. If it does not, confirm the board connections and click Refresh/Rescan Programmers.
    Figure 22 • Programming the Device
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-23

  9. Click RUN. When the device is programmed successfully, a RUN PASSED status is displayed as shown in the following figure.
    Figure 23 • FlashPro Express—RUN PASSED
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-24

  10. Close FlashPro Express or in the Project tab, click Exit.

Appendix 2: Board Setup for Running the Secure Webserver

The following figure shows the board setup for running the demo on the SmartFusion2 Advanced Development Kit board.

Figure 24 • SmartFusion2 Advanced Development Kit Setup

Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-25

Appendix 3: Jumper Locations

The following figure shows the jumper locations in the SmartFusion2 Advanced Development Kit board.
Figure 25 • Jumper Locations in Advanced Development Kit Board

Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-26

Note: Jumpers highlighted in red are set by default. Jumpers highlighted in green must be set manually.
Note: The location of the jumpers in the preceding figure are searchable.

Appendix 4: Running the Design in Static IP Mode

The following steps describe how to run the design in Static IP mode:

  1. Right-click the secure_webserver in the Project Explorer window of SoftConsole project and select Properties, as shown in the following figure.
    Figure 26 • Project Explorer Window of SoftConsole Project
    The following figure shows removing the symbol NET_USE_DHCP in the Tool Settings tab of the Properties for secure_webserver window.
    Figure 27 • Project Explorer Properties Window
    Microsemi-Pest-Repeller-Running-Secure-Webserver-on-
SmartFusion2-28If the device is connected in static IP mode, the board static IP address is 169.254.1.23, then change the host TCP/IP settings to reflect the IP address. The following figure shows host PC TCP/IP settings.
    Figure 28 • Host PC TCP/IP Settings
    The following figure shows static IP address settings.
    Figure 29 • Static IP Address Settings
    Once these settings are configured, build the firmware, import the latest .hex file into eNVM, and run the Libero design. See Running the Demo Design, page 13 to execute the design in static IP mode, if the SmartFusion2 device is already programmed with top_static.job file.
    Note: To run the application in debug mode, FlashPro programmer is required.

References

Read User Manual Online (PDF format)

Loading......

Download This Manual (PDF format)

Download this manual  >>

Related Manuals